←Select platform

Insert Method

Summary

Initializes the members of an PresentationStateIdentificationModule object with the corresponding DICOM Element values from a DicomDataSet.

Syntax
C#
VB
C++
public void Insert( 
   DicomDataSet ds 
) 
Public Sub Insert( 
   ByVal ds As DicomDataSet 
) 
public:  
   void Insert( 
      DicomDataSet^ ds 
   ) 

Parameters

ds

A DicomDataSet that is used to initialize the PresentationStateIdentificationModule.

Remarks

The values for the following DICOM Elements from ds are used to initialize the PresentationStateIdentificationModule:

  • (0020,0013) Instance Number
  • (0070,0080) Presentation Label
  • (0070,0081) Presentation Description
  • (0070,0082) Presentation Creation Date
  • (0070,0083) Presentation Creation Time
  • (0070,0084) Presentation Creator's Name
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.