|
MeVisLab Toolbox Reference
|
Structure describing the AddOnPointer; used as private implementation in _fieldAddOnList. More...
#include <mlDicomDOCSaveAddOnList.h>
Public Member Functions | |
| DicomDOCSaveAddOnPointers (Module &mod, _DOCFieldAddOnListType &faList) | |
| Constructs the AddOn with all internal FieldAddOns. | |
Public Attributes | |
| const std::vector< std::string > | encapsulatedDocumentEnumerators |
| The enumerator strings Ds for the Encapsulated Documents ("PDF", "CDA", "STL", "OBJ", "MTL"). | |
| const std::vector< std::string > | encapsulatedDocumentSOPClassUIDs |
| The SOPClassUIDs for the Encapsulated Documents (1.2.840.10008.5.1.4.1.1.104.1 - 5). | |
| const std::vector< std::string > | encapsulatedDocumentModalities |
| Modality values to be used for different encapsulated document SOP Classes. | |
| std::vector< std::string > | mimeTypes |
| The mime types to be set together with the Encapsulated Documents ("application/pdf", "text/XML", "model/stl", "model/obj", and "model/mtl"). | |
| DicomPatientModuleTagInterface | patientTags |
| Mandatory: Patient information tags, C.7.1.1. | |
| DicomGeneralStudyModuleTagInterface | generalStudyTags |
| Mandatory: General Study tags, C.7.2.1. | |
| DicomEncapsulatedDocumentSeriesModuleTagInterface | encapsulatedDocumentSeriesTags |
| Mandatory: Encapsulated Document Series tags, C.24.1. | |
| DicomGeneralEquipmentModuleTagInterface | generalEquipmentTags |
| Mandatory: General Equipment tags, C.7.5.1. | |
| DicomSCEquipmentModuleTagInterface | scEquipmentTags |
| Mandatory: SC Equipment tags, C.8.6.1. | |
| DicomEncapsulatedDocumentModuleTagInterface | encapsulatedDocumentTags |
| Mandatory: Encapsulated Document tags, C.24.2. | |
| DicomManufacturing3DModelModuleTagInterface | manufacturing3DModelTags |
| Mandatory: Manufacturing 3D Model Module tags, C.35.1. | |
| DicomSOPCommonModuleTagInterface | sopCommonModuleTags |
| Mandatory: SOPCommon, C.12.1. | |
Structure describing the AddOnPointer; used as private implementation in _fieldAddOnList.
Definition at line 37 of file mlDicomDOCSaveAddOnList.h.
| ml::DicomDOCSaveAddOnPointers::DicomDOCSaveAddOnPointers | ( | Module & | mod, |
| _DOCFieldAddOnListType & | faList | ||
| ) |
Constructs the AddOn with all internal FieldAddOns.
| const std::vector<std::string> ml::DicomDOCSaveAddOnPointers::encapsulatedDocumentEnumerators |
The enumerator strings Ds for the Encapsulated Documents ("PDF", "CDA", "STL", "OBJ", "MTL").
Definition at line 44 of file mlDicomDOCSaveAddOnList.h.
| const std::vector<std::string> ml::DicomDOCSaveAddOnPointers::encapsulatedDocumentModalities |
Modality values to be used for different encapsulated document SOP Classes.
Definition at line 50 of file mlDicomDOCSaveAddOnList.h.
| DicomEncapsulatedDocumentSeriesModuleTagInterface ml::DicomDOCSaveAddOnPointers::encapsulatedDocumentSeriesTags |
Mandatory: Encapsulated Document Series tags, C.24.1.
Definition at line 71 of file mlDicomDOCSaveAddOnList.h.
| const std::vector<std::string> ml::DicomDOCSaveAddOnPointers::encapsulatedDocumentSOPClassUIDs |
The SOPClassUIDs for the Encapsulated Documents (1.2.840.10008.5.1.4.1.1.104.1 - 5).
Definition at line 47 of file mlDicomDOCSaveAddOnList.h.
| DicomEncapsulatedDocumentModuleTagInterface ml::DicomDOCSaveAddOnPointers::encapsulatedDocumentTags |
Mandatory: Encapsulated Document tags, C.24.2.
Definition at line 83 of file mlDicomDOCSaveAddOnList.h.
| DicomGeneralEquipmentModuleTagInterface ml::DicomDOCSaveAddOnPointers::generalEquipmentTags |
Mandatory: General Equipment tags, C.7.5.1.
Definition at line 77 of file mlDicomDOCSaveAddOnList.h.
| DicomGeneralStudyModuleTagInterface ml::DicomDOCSaveAddOnPointers::generalStudyTags |
Mandatory: General Study tags, C.7.2.1.
Definition at line 62 of file mlDicomDOCSaveAddOnList.h.
| DicomManufacturing3DModelModuleTagInterface ml::DicomDOCSaveAddOnPointers::manufacturing3DModelTags |
Mandatory: Manufacturing 3D Model Module tags, C.35.1.
Definition at line 86 of file mlDicomDOCSaveAddOnList.h.
| std::vector<std::string> ml::DicomDOCSaveAddOnPointers::mimeTypes |
The mime types to be set together with the Encapsulated Documents ("application/pdf", "text/XML", "model/stl", "model/obj", and "model/mtl").
Definition at line 53 of file mlDicomDOCSaveAddOnList.h.
| DicomPatientModuleTagInterface ml::DicomDOCSaveAddOnPointers::patientTags |
Mandatory: Patient information tags, C.7.1.1.
Definition at line 56 of file mlDicomDOCSaveAddOnList.h.
| DicomSCEquipmentModuleTagInterface ml::DicomDOCSaveAddOnPointers::scEquipmentTags |
Mandatory: SC Equipment tags, C.8.6.1.
Definition at line 80 of file mlDicomDOCSaveAddOnList.h.
| DicomSOPCommonModuleTagInterface ml::DicomDOCSaveAddOnPointers::sopCommonModuleTags |
Mandatory: SOPCommon, C.12.1.
Definition at line 89 of file mlDicomDOCSaveAddOnList.h.