C#
VB
Java
WinRT C#
C++
Determines whether the specified element is volatile.
public bool IsVolatileElement(
DicomElement element
)
Public Function IsVolatileElement( _
ByVal element As Leadtools.Dicom.DicomElement _
) As Boolean
public bool IsVolatileElement(
Leadtools.Dicom.DicomElement element
)
public boolean isVolatileElement(DicomElement element)
function Leadtools.Dicom.DicomDataSet.IsVolatileElement(
element
)
public:
bool IsVolatileElement(
Leadtools.Dicom.DicomElement^ element
)
element
An item in the Data Set.
true if the element is volatile; otherwise, false.
The following are considered volatile elements:
For an example, refer to Load.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET