InstanceLevel Enumeration

Summary

Defines the level of a composition object instance.

Syntax
C#
VB
C++
public enum InstanceLevel 
  
Public Enum InstanceLevel  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class InstanceLevel : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0CompositeComposite object instance.
1Image(0x00000001)Image instance.
2PresentationStatePresentation state instance.
3StructuredReportStructured report instance.
4KeyImageNoteKey image note instance.
5EvidenceDocumentEvidence document instance.

Example

For an example refer to Move(DicomScp,String,String,String,String)

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly