public DicomDateValue PresentationCreationDate {get; set;}
'Declaration
Public Property PresentationCreationDate As DicomDateValue
'Usage
Dim instance As DicomPresentationStateInformation
Dim value As DicomDateValue
instance.PresentationCreationDate = value
value = instance.PresentationCreationDate
public 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 DicomDateValue PresentationCreationDate {
DicomDateValue get();
void set ( DicomDateValue value);
}
Property Value
Value indicating the "Presentation Creation Date" (0070,0082) attribute value.