Gets or sets the "Presentation Creation Date" (0070,0082) attribute value.
Syntax
Visual Basic (Declaration) | |
---|
Public Property PresentationCreationDate As DicomDateValue |
Managed Extensions for C++ | |
---|
public: __property DicomDateValue get_PresentationCreationDate();
public: __property void set_PresentationCreationDate(
DicomDateValue value
); |
Return Value
Value indicating the "Presentation Creation Date" (0070,0082) attribute value.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also