C#
VB
C++
Java
Sets the Date range values of a Data Element.
public bool SetDateRangeValue(
DicomElement element,
DicomDateRangeValue[] value
)
Public Function SetDateRangeValue( _
ByVal element As DicomElement, _
ByVal value() As DicomDateRangeValue _
) As Boolean
public boolean setDateRangeValue(DicomElement element, DicomDateRangeValue[] values)
public:
bool SetDateRangeValue(
DicomElement^ element,
array<DicomDateRangeValue>^ value
)
element
An item in the Data Set.
value
Pointer to an array of DicomDateRangeValue objects that contain the Date range value(s) to set.
true if the Date range values were set successfully; otherwise, it is false.
This method can be called only if the Value Representation of the Data Element is DicomVRType.DA. For more information about Value Representations, refer to Default Value Representation Table.