←Select platform

PresentationCreationDate Property

Summary

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

Syntax

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

Leadtools.Dicom Assembly