←Select platform

PresentationStateIdentification Property

Summary

Gets or sets an object that contains the Presentation State Identification Module DICOM elements.

Syntax
C#
VB
C++
public PresentationStateIdentificationModule PresentationStateIdentification { get; set; } 
Public Property PresentationStateIdentification() As PresentationStateIdentificationModule 
   Get 
   Set 
public:  
   property PresentationStateIdentificationModule^ PresentationStateIdentification 
   { 
      PresentationStateIdentificationModule^ get() 
      void set(PresentationStateIdentificationModule^ value) 
   } 

Property Value

An object that contains the Presentation State Identification Module DICOM elements.

Remarks

A PresentationStateIdentificationModule consists of the following DICOM Elements from the Presentation State Module:

  • (0020,0013) Instance Number
  • (0070,0080) Presentation Label (Content Label)
  • (0070,0081) Presentation Description (Content Description)
  • (0070,0082) Presentation Creation Date
  • (0070,0083) Presentation Creation Time
  • (0070,0084) Presentation Creator's Name (Content Creator's Name)
  • (0020,0012) Instance Number

The PresentationStateIdentification property is used with the following methods to set the Presentation State Module of a DICOM Grayscale Softcopy Presentation State :

Example

For an example, refer to DicomUidOrgRoot.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Annotations Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.