←Select platform

PresentationCreationTime Property

Summary

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

Syntax

C#
VB
Java
WinRT C#
C++
public DicomTimeValue PresentationCreationTime { get; set; } 
Public Property PresentationCreationTime As Leadtools.Dicom.DicomTimeValue 
public Leadtools.Dicom.DicomTimeValue PresentationCreationTime {get; set;} 
public DicomTimeValue getPresentationCreationTime() 
public void setPresentationCreationTime(DicomTimeValue value) 
             
 <br/>get_PresentationCreationTime();<br/>set_PresentationCreationTime(value);<br/>Object.defineProperty('PresentationCreationTime');  
public: 
property Leadtools.Dicom.DicomTimeValue PresentationCreationTime { 
   Leadtools.Dicom.DicomTimeValue get(); 
   void set (    Leadtools.Dicom.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly