Sets the Date value of a Data Element.
public bool SetDateValue(
DicomElement element,
DicomDateValue value
)
Public Overloads Function SetDateValue( _
ByVal element As DicomElement, _
ByVal value As DicomDateValue _
) As Boolean
public:
bool SetDateValue(
DicomElement^ element,
DicomDateValue value
)
element
An item in the Data Set.
value
A DicomDateValue object that contains the Date value to set.
true if the Date value was set successfully; otherwise, it is false (the Date value of the Data Element could not be set).
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. To set more than one date value, use the SetDateValue overload.
DicomDataSet.SetValue(DicomElement, object)
DicomDataSet.SetDateValue(DicomElement, DateTime[])
DicomDataSet.SetDateValue(DicomElement, DicomDateValue[])
DicomDataSet.SetDateValue(DicomElement, DicomDateValue)
DicomDataSet.SetTimeValue(DicomElement, DicomTimeValue[])
DicomDataSet.SetTimeValue(DicomElement, DateTime[])
DicomDataSet.SetDateTimeValue(DicomElement, DicomDateTimeValue[])
DicomDataSet.SetDateTimeValue(DicomElement, DateTime[])
DicomDataSet.SetDoubleValue(DicomElement, double[], int)
DicomDataSet.SetFloatValue(DicomElement, float[], int)
DicomDataSet.SetIntValue(DicomElement, int[], int)
DicomDataSet.SetShortValue(DicomElement, short[], int)
DicomDataSet.SetByteValue(DicomElement, Byte[], int)
DicomDataSet.SetBinaryValue(DicomElement, Byte[], int)
SetStringValue(DicomElement,string) Method
SetStringValue(DicomElement,string,DicomCharacterSetType) Method
SetStringValue(DicomElement,string[]) Method
SetStringValue(DicomElement,string[],DicomCharacterSetType) Method
SetStringValuePtr(DicomElement,IntPtr,int) Method
SetStringValuePtr(DicomElement,IntPtr,int,DicomCharacterSetType) Method