[This is preliminary documentation and is subject to change.]
Directory record type.
| C# | Visual Basic | Visual C++ |
public enum DirectoryRecordType
Public Enumeration DirectoryRecordType
public enum class DirectoryRecordType
| Member | Description |
|---|---|
| ROOT |
First Record of the Root Directory Entity
|
| PATIENT |
Patient Directory Record
|
| STUDY |
Study Directory record
|
| SERIES |
Series Directory Record
|
| IMAGE |
Image directory record
|
| OVERLAY |
Standalone overlay directory record
|
| MODALITY_LUT |
Standalone modality LUT directory record
|
| VOI_LUT |
Standalone VOI LUT directory record
|
| CURVE |
Standalone curve directory record
|
| TOPIC |
Topic directory record
|
| VISIT |
Visit directory record
|
| RESULTS |
Results directory record
|
| INTERPRETATION |
Interpretation directory record
|
| STUDY_COMPONENT |
Study component directory record
|
| PRINT_QUEUE |
Print Queue Directory Record
|
| FILM_SESSION |
Film session directory record
|
| FILM_BOX |
Film box directory record
|
| IMAGE_BOX |
Basic image box directory record
|
| REGISTRATION |
Registration Directory Record
|
| RAW_DATA |
Raw Data Directory Record
|
| ENCAP_DOC |
Encap Doc Directory Record
|
| SPECTROSCOPY |
Spectroscopy Directory Record
|
| FIDUCIAL |
Fiducial Directory Record
|
| STORED_PRINT |
Stored Print Directory Record
|
| RT_DOSE |
RT Dose Directory Record
|
| RT_STRUCTURE_SET |
RT Structure Set Directory Record
|
| RT_PLAN |
RT Plan Directory Record
|
| RT_TREAT_RECORD |
RT Treatment Record Directory Record
|
| PRESENTATION |
Presentation State Directory Record
|
| WAVEFORM |
Waveform Directory Record
|
| SR_DOCUMENT |
SR Document Directory Record
|
| KEY_OBJECT_DOC |
Key Object Document Directory Record
|
| PRIVATE |
SPECIAL DIRECTORY RECORDS: Private directory record
|
| MRDR |
SPECIAL DIRECTORY RECORDS: Multi-referenced file directory record
|
| HANGING_PROTOCOL |
This Directory Record shall be used to reference a Hanging Protocol SOP Instance.
|
| HL7_STRUC_DOC |
This Directory Record shall be used to reference an HL7 Structured Document and any of its referenced
content stored on the interchange media but not encapsulated in a DICOM SOP Instance. The
document may be encoded as an XML document with in-line multimedia content, or may be encoded
in a multi-part MIME wrapper (see PS3.10).
|
| STEREOMETRIC |
This Directory Record shall be used to reference a Stereometric Relationship SOP Instance.
|
| VALUE_MAP |
This Directory Record shall be used to reference a Real World Value Mapping SOP Instance.
|
| UNKNOWN |
Unknown directory record.
|