←Select platform

CompoundGraphicInstanceId Property

Summary

Gets or sets the "Compound Graphic Instance ID" (0070,0226) that is used when converting an Leadtools.Annotations.Core.AnnObject to a Leadtools.Dicom.DicomCompoundGraphic.

Syntax

C#
VB
C++
public int CompoundGraphicInstanceId { get; set; } 
  
Public Property CompoundGraphicInstanceId As Integer 
public: 
property int CompoundGraphicInstanceId { 
   int get(); 
   void set (    int ); 
} 

Property Value

The "Compound Graphic Instance ID" (0070,0226) that is used when converting an Leadtools.Annotations.Core.AnnObject to a Leadtools.Dicom.DicomCompoundGraphic.

Remarks

When a LEAD Leadtools.Annotations.Core.AnnObject is converted to a Leadtools.Dicom.DicomCompoundGraphic, it will be assigned a unique CompoundGraphicInstanceId. The DICOM specification recommends that any DICOM Compound Graphic also be converted to a DICOM Graphic Object, for backward compatibility. The DICOM Graphic Object will also be assigned the same CompoundGraphicInstanceId as the DICOM Compound Graphic, so that it is clear that these are both representations of the same object.

Example

For an example, refer to FromAnnContainerToDataSet(dicomdataset,anncontainer).

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.