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.
For an example, refer to SetIntValue.
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
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document