Gets or sets the "Presentation Creation Time" (0070,0083) attribute value.
public DicomTimeValue PresentationCreationTime { get; set; }
Public Property PresentationCreationTime As Leadtools.Dicom.DicomTimeValue
public Leadtools.Dicom.DicomTimeValue PresentationCreationTime {get; set;}
public DicomTimeValue getPresentationCreationTime()
public void setPresentationCreationTime(DicomTimeValue value)
<br/>get_PresentationCreationTime();<br/>set_PresentationCreationTime(value);<br/>Object.defineProperty('PresentationCreationTime');
public:
property Leadtools.Dicom.DicomTimeValue PresentationCreationTime {
Leadtools.Dicom.DicomTimeValue get();
void set ( Leadtools.Dicom.DicomTimeValue value);
}
Value indicating the "Presentation Creation Time" (0070,0083) 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