C#
VB
Java
WinRT C#
C++
Gets or sets the value for the "Content Date" (0008,0023) element.
public DicomDateValue ContentDate { get; set; }
Public Property ContentDate As Leadtools.Dicom.DicomDateValue
public Leadtools.Dicom.DicomDateValue ContentDate {get; set;}
public final DicomDateValue getContentDate()
public final void setContentDate(DicomDateValue value)
<br/>get_ContentDate();<br/>set_ContentDate(value);<br/>Object.defineProperty('ContentDate');
public:
property Leadtools.Dicom.DicomDateValue ContentDate {
Leadtools.Dicom.DicomDateValue get();
void set ( Leadtools.Dicom.DicomDateValue value);
}
Value indicating the "Content Date" (0008,0023) element.
For an example, refer to SetEncapsulatedDocument.
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