|
virtual | ~DPMParametricMapBase () |
| Virtual Destructor.
|
|
virtual OFCondition | saveFile (const OFString &filename, const E_TransferSyntax writeXfer=EXS_LittleEndianExplicit) |
| Save current object to given filename. More...
|
|
OFCondition | writeDataset (DcmItem &dataset) |
| Write current object to given item. More...
|
|
virtual OFBool | check () |
| Perform some basic checking. More...
|
|
virtual FGInterface & | getFunctionalGroups () |
| Get access to functional groups. More...
|
|
virtual IODPatientModule & | getIODPatientModule () |
| Get Patient Module. More...
|
|
virtual IODGeneralStudyModule & | getIODGeneralStudyModule () |
| Get General Study Module. More...
|
|
virtual IODPatientStudyModule & | getIODPatientStudyModule () |
| Get Patient Study Module. More...
|
|
virtual IODGeneralSeriesModule & | getIODGeneralSeriesModule () |
| Get General Series Module. More...
|
|
virtual DPMParametricMapSeriesModule & | getDPMParametricMapSeriesModule () |
| Get Parametric Map Series Module. More...
|
|
virtual IODGeneralEquipmentModule & | getIODGeneralEquipmentModule () |
| Get General Equipment Module. More...
|
|
virtual IODEnhGeneralEquipmentModule & | getIODEnhGeneralEquipmentModule () |
| Get Enhanced General Equipment Module. More...
|
|
virtual IODGeneralImageModule & | getIODGeneralImageModule () |
| Get General Image Module. More...
|
|
virtual DPMParametricMapImageModule & | getDPMParametricMapImageModule () |
| Get Parametric Map Image Module. More...
|
|
virtual IODMultiFrameFGModule & | getIODMultiFrameFGModule () |
| Get Multi-frame Functional Groups Module. More...
|
|
virtual IODMultiframeDimensionModule & | getIODMultiframeDimensionModule () |
| Get Multi-frame Dimension Module. More...
|
|
virtual IODAcquisitionContextModule & | getIODAcquisitionContextModule () |
| Get Acquisition Context Module. More...
|
|
virtual IODCommonInstanceReferenceModule & | getIODCommonInstanceReferenceModule () |
| Get Common Instance Reference Module. More...
|
|
virtual IODSOPCommonModule & | getIODSOPCommonModule () |
| Get SOP Common Module. More...
|
|
| DcmIODImage () |
| Constructor, creates new DcmIODImage instance with integer-based pixel data.
|
|
| DcmIODImage (OFin_place_type_t(ImagePixel)) |
| Constructor, constructs new DcmIODImage instance with integer, float or double based Image Pixel Module (i. More...
|
|
virtual | ~DcmIODImage () |
| Virtual Destructor.
|
|
IODGeneralImageModule & | getGeneralImage () |
| Get General Image Module. More...
|
|
IODImagePixelModuleType & | getImagePixel () |
| Get Image Pixel Module (variant) More...
|
|
virtual void | clearData () |
| Clear (removes) all attributes handled by the modules of this IOD. More...
|
|
virtual OFCondition | read (DcmItem &dataset) |
| Read common image module attributes (all those handled by this class) from given item. More...
|
|
virtual OFCondition | write (DcmItem &dataset) |
| Write current common image module's attributes to DICOM dataset. More...
|
|
| DcmIODCommon () |
| Constructor.
|
|
| DcmIODCommon (const DcmIODCommon &rhs) |
| Copy Constructor. More...
|
|
OFshared_ptr< IODRules > | getRules () |
| Get rules handled by this IOD. More...
|
|
OFshared_ptr< DcmItem > | getData () |
| Get item managed by this IOD. More...
|
|
IODPatientModule & | getPatient () |
| Get Patient Module. More...
|
|
IODPatientStudyModule & | getPatientStudy () |
| Get Patient Study Module. More...
|
|
IODGeneralStudyModule & | getStudy () |
| Get General Study Module. More...
|
|
IODGeneralEquipmentModule & | getEquipment () |
| Get General Equipment Module. More...
|
|
IODGeneralSeriesModule & | getSeries () |
| Get Series Module. More...
|
|
IODFoRModule & | getFrameOfReference () |
| Get Frame of Reference Module. More...
|
|
IODSOPCommonModule & | getSOPCommon () |
| Get SOP Common Module. More...
|
|
IODCommonInstanceReferenceModule & | getCommonInstanceReference () |
| Get Common Instance Reference Module. More...
|
|
virtual | ~DcmIODCommon () |
| Destructor.
|
|
virtual void | clearData () |
| Clear (removes) all attributes handled by the modules of this IOD. More...
|
|
virtual void | createNewStudy (const OFBool clearEquipment=OFTrue) |
| Create new study. More...
|
|
virtual void | createNewSeries (const OFBool clearFoR=OFTrue) |
| Create a new series. More...
|
|
virtual void | createNewSOPInstance () |
| Create a new SOP instance. More...
|
|
virtual void | ensureInstanceUIDs (const OFBool correctInvalid=OFFalse) |
| Make sure that the IOD contains a SOP Instance, Series Instance and Study Instance UID. More...
|
|
virtual OFCondition | read (DcmItem &dataset) |
| Read data into this class. More...
|
|
virtual OFCondition | importHierarchy (DcmItem &dataset, const OFBool readPatient, const OFBool readStudy, const OFBool readFoR=OFFalse, const OFBool readSeries=OFFalse, const OFBool takeOverCharset=OFTrue) |
| Import common module attributes from dataset but only read Patient, Study, Series and/or Frame of Reference level portions. More...
|
|
virtual OFCondition | importHierarchy (const OFString &filename, const OFBool readPatient, const OFBool readStudy, const OFBool readFoR=OFFalse, const OFBool readSeries=OFFalse, const OFBool takeOverCharset=OFTrue) |
| CAUTION: Parameter order (readFoR and readSeries) changed compared to the old import() function. More...
|
|
virtual OFCondition | write (DcmItem &dataset) |
| Write the attributes managed by this class to DICOM dataset. More...
|
|
Class for managing the Parametric Map IOD attributes.
Template parameter defines the type of pixel data to use: Unsigned or signed 16 bit integer, or 32 bit floating point, or 64 bit floating point data.