←Select platform

DicomDirKeyType Enumeration

Summary
Specifies the type of a key element.
Syntax
C#
Objective-C
C++/CLI
Java
public enum DicomDirKeyType   
typedef NS_ENUM(NSInteger, LTDicomDirKeyType) { 
	LTDicomDirKeyTypePatient,  
	LTDicomDirKeyTypeStudy,  
	LTDicomDirKeyTypeSeries,  
	LTDicomDirKeyTypeImage,  
	LTDicomDirKeyTypeOverlay,  
	LTDicomDirKeyTypeModalityLut,  
	LTDicomDirKeyTypeVoiLut,  
	LTDicomDirKeyTypeCurve,  
	LTDicomDirKeyTypeStoredPrint,  
	LTDicomDirKeyTypeRTDose,  
	LTDicomDirKeyTypeRTStructureSet,  
	LTDicomDirKeyTypeRTPlan,  
	LTDicomDirKeyTypeRTTreatRecord,  
	LTDicomDirKeyTypeTopic,  
	LTDicomDirKeyTypeVisit,  
	LTDicomDirKeyTypeResults,  
	LTDicomDirKeyTypeInterpretation,  
	LTDicomDirKeyTypeStudyComponent,  
	LTDicomDirKeyTypePresentation,  
	LTDicomDirKeyTypeWaveform,  
	LTDicomDirKeyTypeSRDocument,  
	LTDicomDirKeyTypePrivate,  
	LTDicomDirKeyTypeKeyObjectDoc,  
	LTDicomDirKeyTypeSpectroscopy,  
	LTDicomDirKeyTypeRawData,  
	LTDicomDirKeyTypeRegistration,  
	LTDicomDirKeyTypeFiducial,  
	LTDicomDirKeyTypeHangingProtocol,  
	LTDicomDirKeyTypeEncapDoc,  
	LTDicomDirKeyTypeHL7StrucDoc,  
	LTDicomDirKeyTypeValueMap,  
	LTDicomDirKeyTypeStereometric,  
	LTDicomDirKeyTypeUnknown,  
}; 
public enum DicomDirKeyType  
public enum class DicomDirKeyType   
Members
ValueMemberDescription
0Patient Patient key element.
1Study Study key element.
2Series Series key element.
3Image Image key element.
4Overlay Overlay key element.
5ModalityLut Modality-LUT key element.
6VoiLut VOI-LUT key element.
7Curve Curve key element.
8StoredPrint Stored print key element.
9RTDose RT dose key element.
10RTStructureSet RT structure set key element.
11RTPlan RT plan key element.
12RTTreatRecord RT treatment record key element.
13Topic Topic key element.
14Visit Visit key element.
15Results Results key element.
16Interpretation Interpretation key element.
17StudyComponent Study Component key element.
18Presentation Presentation key element.
19Waveform Waveform key element.
20SRDocument Structured Reporting Document key element.
21Private Private key element.
22KeyObjectDoc Key Object Document key element.
23Spectroscopy Spectroscopy key element.
24RawData Raw Data key element.
25Registration Registration key element;.
26Fiducial Fiducial key element.
27HangingProtocol Hanging Protocol key element.
28EncapDoc Encapsulated Document key element.
29HL7StrucDoc HL7 Structured Document key element.
30ValueMap Real World Value Mapping key element.
31Stereometric Stereometric Relationship key element.
32Unknown Unknown.
Requirements

Target Platforms

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

Leadtools.Dicom Assembly

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