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)
get_PresentationCreationDate();
set_PresentationCreationDate(value);
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.