C#
VB
Java
WinRT C#
C++
Gets or sets the value for the "Acquisition Date Time" (0008,002A) element.
public DicomDateTimeValue AcquisitionDateTime { get; set; }
Public Property AcquisitionDateTime As Leadtools.Dicom.DicomDateTimeValue
public Leadtools.Dicom.DicomDateTimeValue AcquisitionDateTime {get; set;}
public final DicomDateTimeValue getAcquisitionDateTime()
public final void setAcquisitionDateTime(DicomDateTimeValue value)
<br/>get_AcquisitionDateTime();<br/>set_AcquisitionDateTime(value);<br/>Object.defineProperty('AcquisitionDateTime');
public:
property Leadtools.Dicom.DicomDateTimeValue AcquisitionDateTime {
Leadtools.Dicom.DicomDateTimeValue get();
void set ( Leadtools.Dicom.DicomDateTimeValue value);
}
Value indicating the "Acquisition Date Time" (0008,002A) 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