←Select platform

PresentationCreationTime Property

Summary

Gets or sets the "Presentation Creation Time" (0070,0083) attribute value.

Syntax
C#
VB
C++
Java
public DicomTimeValue PresentationCreationTime { get; set; } 
Public Property PresentationCreationTime As DicomTimeValue 
public DicomTimeValue getPresentationCreationTime() 
public void setPresentationCreationTime(DicomTimeValue value) 
public: 
property DicomTimeValue PresentationCreationTime { 
   DicomTimeValue get(); 
   void set (    DicomTimeValue value); 
} 

Property Value

Value indicating the "Presentation Creation Time" (0070,0083) 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