←Select platform

PresentationCreationDate Property

Summary

Gets or sets the "Presentation Creation Date" (0070,0082) attribute value.

Syntax
C#
VB
C++
Java
public DicomDateValue PresentationCreationDate { get; set; } 
Public Property PresentationCreationDate As DicomDateValue 
public DicomDateValue getPresentationCreationDate() 
public void setPresentationCreationDate(DicomDateValue value) 
public: 
property DicomDateValue PresentationCreationDate { 
   DicomDateValue get(); 
   void set (    DicomDateValue value); 
} 

Property Value

Value indicating the "Presentation Creation Date" (0070,0082) attribute value.

Example

For an example, refer to SetPresentationStateInformation.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly