- element
- An item in the Data Set.
Visual Basic (Declaration) | |
---|---|
Public Function IsVolatileElement( _ ByVal element As DicomElement _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool IsVolatileElement( DicomElement element ) |
C++/CLI | |
---|---|
public: bool IsVolatileElement( DicomElement^ element ) |
Parameters
- element
- An item in the Data Set.
Return Value
true if the element is volatile; otherwise, false.For an example, refer to Load.
The following are considered volatile elements:
- DicomTag.TransferSyntaxUID
- DicomTag.Rows
- DicomTag.Columns
- DicomTag.BitsStored
- DicomTag.BitsAllocated
- DicomTag.HighBit
- DicomTag.PixelRepresentation
- DicomTag.SmallestImagePixelValue
- DicomTag.LargestImagePixelValue
- DicomTag.SamplesPerPixel
- DicomTag.PlanarConfiguration
- DicomTag.PhotometricInterpretation
- DicomTag.PixelAspectRatio
- DicomTag.PixelSpacing
- DicomTag.RedPaletteColorLookupTableDescriptor
- DicomTag.GreenPaletteColorLookupTableDescriptor
- DicomTag.BluePaletteColorLookupTableDescriptor
- DicomTag.RedPaletteColorLookupTableData
- DicomTag.GreenPaletteColorLookupTableData
- DicomTag.BluePaletteColorLookupTableData
- DicomTag.PaletteColorLookupTableUID
- DicomTag.SliceVector
- DicomTag.TimeSlotVector
- DicomTag.NumberOfFrames
- DicomTag.NumberOfSlices
- DicomTag.OffsetFirstRootDirectory
- DicomTag.OffsetLastRootDirectory
- DicomTag.OffsetChildDirectory
- DicomTag.OffsetNextDirectory
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family