Gets or sets the "Presentation Creation Date" (0070,0082) attribute value.
public DicomDateValue PresentationCreationDate { get; set; }
Public Property PresentationCreationDate As Leadtools.Dicom.DicomDateValue
public Leadtools.Dicom.DicomDateValue PresentationCreationDate {get; set;}
public DicomDateValue getPresentationCreationDate()
public void setPresentationCreationDate(DicomDateValue value)
<br/>get_PresentationCreationDate();<br/>set_PresentationCreationDate(value);<br/>Object.defineProperty('PresentationCreationDate');
public:
property Leadtools.Dicom.DicomDateValue PresentationCreationDate {
Leadtools.Dicom.DicomDateValue get();
void set ( Leadtools.Dicom.DicomDateValue value);
}
Value indicating the "Presentation Creation Date" (0070,0082) attribute value.
For an example, refer to SetPresentationStateInformation.
DicomPresentationStateInformation Class
DicomPresentationStateInformation Members
PresentationDescription Property
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