Frees the memory for a value.
public void FreeElementValue(
DicomElement element
)
Public Sub FreeElementValue( _
ByVal element As Leadtools.Dicom.DicomElement _
)
public void FreeElementValue(
Leadtools.Dicom.DicomElement element
)
public void freeElementValue(DicomElement element)
function Leadtools.Dicom.DicomDataSet.FreeElementValue(
element
)
public:
void FreeElementValue(
Leadtools.Dicom.DicomElement^ element
)
element
An item in the Data Set.
Calling this method following a call to one of the DicomDataSet.GetxxxValue, DicomDataSet.GetxxxValuePtr methods, or the GetElementValueCount method will free the memory allocated for the retrieved value. This memory will be freed anyway when the Data Set is freed. Using this method allows you to minimize the memory use in your application.
For an example, refer to SetIntValue.
GetBinaryValue(DicomElement,Int32) Method
GetByteValue(DicomElement,Int32,Int32) Method
GetShortValue(DicomElement,Int32,Int32) Method
GetLongValue(DicomElement,Int32,Int32) Method
GetIntValue(DicomElement,Int32,Int32) Method
GetFloatValue(DicomElement,Int32,Int32) Method
GetDoubleValue(DicomElement,Int32,Int32) Method
GetAgeValue(DicomElement,Int32,Int32) Method
GetDateValue(DicomElement,Int32,Int32) Method
GetTimeValue(DicomElement,Int32,Int32) Method
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