DCMTK  Version 3.6.1 20131114
OFFIS DICOM Toolkit
 All Classes Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
DRTDose Class Reference

helper class for working with radio therapy dose information objects. More...

+ Inheritance diagram for DRTDose:
+ Collaboration diagram for DRTDose:

Public Member Functions

virtual OFCondition loadFile (const OFFilename &fileName, const E_FileReadMode readMode=ERM_autoDetect, const E_TransferSyntax readXfer=EXS_Unknown)
 load an object from a file More...
 
virtual double getDose (unsigned int x, unsigned int y, unsigned int frame=0) const
 get the dose information for a single pixel. More...
 
virtual OFCondition getDose (double &result, unsigned int x, unsigned int y, unsigned int frame=0) const
 get the dose information for a single pixel. More...
 
virtual double getUnscaledDose (unsigned int x, unsigned int y, unsigned int frame=0) const
 get the unscaled dose information for a single pixel. More...
 
virtual OFCondition getUnscaledDose (double &result, unsigned int x, unsigned int y, unsigned int frame=0) const
 get the unscaled dose information for a single pixel. More...
 
virtual OFCondition getDoseImage (OFVector< double > &result, unsigned int frame) const
 get the dose information for a single frame of the image. More...
 
virtual OFCondition getDoseImages (OFVector< OFVector< double > > &result) const
 get the dose information for the whole image. More...
 
virtual Uint16 getDoseImageWidth () const
 get the width in pixel of the dose image More...
 
virtual Uint16 getDoseImageHeight () const
 get the height in pixel of the dose image More...
 
virtual OFBool isValid ()
 check whether the current internal state is valid More...
 
- Public Member Functions inherited from DRTDoseIOD
 DRTDoseIOD ()
 default constructor
 
 DRTDoseIOD (const DRTDoseIOD &copy)
 copy constructor More...
 
virtual ~DRTDoseIOD ()
 destructor
 
DRTDoseIODoperator= (const DRTDoseIOD &copy)
 assigment operator More...
 
virtual void clear ()
 clear all internal member variables
 
virtual OFCondition read (DcmItem &dataset)
 read object from dataset More...
 
virtual OFCondition readPatientData (DcmItem &dataset)
 read PatientData from dataset More...
 
virtual OFCondition readStudyData (DcmItem &dataset)
 read StudyData from dataset. More...
 
virtual OFCondition readSeriesData (DcmItem &dataset)
 read SeriesData from dataset. More...
 
virtual OFCondition write (DcmItem &dataset)
 write object to dataset More...
 
virtual OFBool isClinicalTrialSubjectModulePresent (const OFBool complete=OFFalse)
 check whether ClinicalTrialSubjectModule (U) is present. More...
 
virtual OFBool isPatientStudyModulePresent (const OFBool complete=OFFalse)
 check whether PatientStudyModule (U) is present. More...
 
virtual OFBool isClinicalTrialStudyModulePresent (const OFBool complete=OFFalse)
 check whether ClinicalTrialStudyModule (U) is present. More...
 
virtual OFBool isClinicalTrialSeriesModulePresent (const OFBool complete=OFFalse)
 check whether ClinicalTrialSeriesModule (U) is present. More...
 
virtual OFBool isGeneralImageModulePresent (const OFBool complete=OFFalse)
 check whether GeneralImageModule (C) is present. More...
 
virtual OFBool isImagePlaneModulePresent (const OFBool complete=OFFalse)
 check whether ImagePlaneModule (C) is present. More...
 
virtual OFBool isImagePixelModulePresent (const OFBool complete=OFFalse)
 check whether ImagePixelModule (C) is present. More...
 
virtual OFBool isMultiFrameModulePresent (const OFBool complete=OFFalse)
 check whether MultiFrameModule (C) is present. More...
 
virtual OFBool isOverlayPlaneModulePresent (const OFBool complete=OFFalse)
 check whether OverlayPlaneModule (U) is present. More...
 
virtual OFBool isMultiFrameOverlayModulePresent (const OFBool complete=OFFalse)
 check whether MultiFrameOverlayModule (U) is present. More...
 
virtual OFBool isModalityLUTModulePresent (const OFBool complete=OFFalse)
 check whether ModalityLUTModule (U) is present. More...
 
virtual OFBool isRTDVHModulePresent (const OFBool complete=OFFalse)
 check whether RTDVHModule (U) is present. More...
 
virtual OFBool isStructureSetModulePresent (const OFBool complete=OFFalse)
 check whether StructureSetModule (C) is present. More...
 
virtual OFBool isROIContourModulePresent (const OFBool complete=OFFalse)
 check whether ROIContourModule (C) is present. More...
 
virtual OFBool isRTDoseROIModulePresent (const OFBool complete=OFFalse)
 check whether RTDoseROIModule (C) is present. More...
 
virtual OFCondition getAccessionNumber (OFString &value, const signed long pos=0) const
 get AccessionNumber (0008,0050) More...
 
virtual OFCondition getAcquisitionDate (OFString &value, const signed long pos=0) const
 get AcquisitionDate (0008,0022) More...
 
virtual OFCondition getAcquisitionDateTime (OFString &value, const signed long pos=0) const
 get AcquisitionDateTime (0008,002a) More...
 
virtual OFCondition getAcquisitionNumber (OFString &value, const signed long pos=0) const
 get AcquisitionNumber (0020,0012) More...
 
virtual OFCondition getAcquisitionNumber (Sint32 &value, const unsigned long pos=0) const
 get AcquisitionNumber (0020,0012) More...
 
virtual OFCondition getAcquisitionTime (OFString &value, const signed long pos=0) const
 get AcquisitionTime (0008,0032) More...
 
virtual OFCondition getAdditionalPatientHistory (OFString &value, const signed long pos=0) const
 get AdditionalPatientHistory (0010,21b0) More...
 
virtual OFCondition getAdmissionID (OFString &value, const signed long pos=0) const
 get AdmissionID (0038,0010) More...
 
virtual OFCondition getAdmittingDiagnosesDescription (OFString &value, const signed long pos=0) const
 get AdmittingDiagnosesDescription (0008,1080) More...
 
virtual OFCondition getAuthorizationEquipmentCertificationNumber (OFString &value, const signed long pos=0) const
 get AuthorizationEquipmentCertificationNumber (0100,0426) More...
 
virtual OFCondition getBitsAllocated (Uint16 &value, const unsigned long pos=0) const
 get BitsAllocated (0028,0100) More...
 
virtual OFCondition getBitsStored (Uint16 &value, const unsigned long pos=0) const
 get BitsStored (0028,0101) More...
 
virtual OFCondition getBluePaletteColorLookupTableData (Uint16 *&value, unsigned long *count=NULL) const
 get BluePaletteColorLookupTableData (0028,1203) More...
 
virtual OFCondition getBluePaletteColorLookupTableDescriptor (Uint16 &value, const unsigned long pos=0) const
 get BluePaletteColorLookupTableDescriptor (0028,1103) More...
 
virtual OFCondition getBurnedInAnnotation (OFString &value, const signed long pos=0) const
 get BurnedInAnnotation (0028,0301) More...
 
virtual OFCondition getClinicalTrialCoordinatingCenterName (OFString &value, const signed long pos=0) const
 get ClinicalTrialCoordinatingCenterName (0012,0060) More...
 
virtual OFCondition getClinicalTrialProtocolID (OFString &value, const signed long pos=0) const
 get ClinicalTrialProtocolID (0012,0020) More...
 
virtual OFCondition getClinicalTrialProtocolName (OFString &value, const signed long pos=0) const
 get ClinicalTrialProtocolName (0012,0021) More...
 
virtual OFCondition getClinicalTrialSiteID (OFString &value, const signed long pos=0) const
 get ClinicalTrialSiteID (0012,0030) More...
 
virtual OFCondition getClinicalTrialSiteName (OFString &value, const signed long pos=0) const
 get ClinicalTrialSiteName (0012,0031) More...
 
virtual OFCondition getClinicalTrialSponsorName (OFString &value, const signed long pos=0) const
 get ClinicalTrialSponsorName (0012,0010) More...
 
virtual OFCondition getClinicalTrialSubjectID (OFString &value, const signed long pos=0) const
 get ClinicalTrialSubjectID (0012,0040) More...
 
virtual OFCondition getClinicalTrialSubjectReadingID (OFString &value, const signed long pos=0) const
 get ClinicalTrialSubjectReadingID (0012,0042) More...
 
virtual OFCondition getClinicalTrialTimePointDescription (OFString &value, const signed long pos=0) const
 get ClinicalTrialTimePointDescription (0012,0051) More...
 
virtual OFCondition getClinicalTrialTimePointID (OFString &value, const signed long pos=0) const
 get ClinicalTrialTimePointID (0012,0050) More...
 
virtual OFCondition getColumns (Uint16 &value, const unsigned long pos=0) const
 get Columns (0028,0011) More...
 
virtual OFCondition getContentDate (OFString &value, const signed long pos=0) const
 get ContentDate (0008,0023) More...
 
virtual OFCondition getContentTime (OFString &value, const signed long pos=0) const
 get ContentTime (0008,0033) More...
 
virtual OFCondition getDVHNormalizationDoseValue (OFString &value, const signed long pos=0) const
 get DVHNormalizationDoseValue (3004,0042) More...
 
virtual OFCondition getDVHNormalizationDoseValue (Float64 &value, const unsigned long pos=0) const
 get DVHNormalizationDoseValue (3004,0042) More...
 
virtual OFCondition getDVHNormalizationPoint (OFString &value, const signed long pos=0) const
 get DVHNormalizationPoint (3004,0040) More...
 
virtual OFCondition getDVHNormalizationPoint (Float64 &value, const unsigned long pos=0) const
 get DVHNormalizationPoint (3004,0040) More...
 
virtual OFCondition getDVHNormalizationPoint (OFVector< Float64 > &value) const
 get DVHNormalizationPoint (3004,0040) More...
 
virtual OFCondition getDateOfLastCalibration (OFString &value, const signed long pos=0) const
 get DateOfLastCalibration (0018,1200) More...
 
virtual OFCondition getDeidentificationMethod (OFString &value, const signed long pos=0) const
 get DeidentificationMethod (0012,0063) More...
 
virtual OFCondition getDerivationDescription (OFString &value, const signed long pos=0) const
 get DerivationDescription (0008,2111) More...
 
virtual OFCondition getDeviceSerialNumber (OFString &value, const signed long pos=0) const
 get DeviceSerialNumber (0018,1000) More...
 
virtual OFCondition getDoseComment (OFString &value, const signed long pos=0) const
 get DoseComment (3004,0006) More...
 
virtual OFCondition getDoseGridScaling (OFString &value, const signed long pos=0) const
 get DoseGridScaling (3004,000e) More...
 
virtual OFCondition getDoseGridScaling (Float64 &value, const unsigned long pos=0) const
 get DoseGridScaling (3004,000e) More...
 
virtual OFCondition getDoseSummationType (OFString &value, const signed long pos=0) const
 get DoseSummationType (3004,000a) More...
 
virtual OFCondition getDoseType (OFString &value, const signed long pos=0) const
 get DoseType (3004,0004) More...
 
virtual OFCondition getDoseUnits (OFString &value, const signed long pos=0) const
 get DoseUnits (3004,0002) More...
 
virtual OFCondition getEthnicGroup (OFString &value, const signed long pos=0) const
 get EthnicGroup (0010,2160) More...
 
virtual OFCondition getFrameIncrementPointer (OFString &value, const signed long pos=0) const
 get FrameIncrementPointer (0028,0009) More...
 
virtual OFCondition getFrameOfReferenceUID (OFString &value, const signed long pos=0) const
 get FrameOfReferenceUID (0020,0052) More...
 
virtual OFCondition getGantryID (OFString &value, const signed long pos=0) const
 get GantryID (0018,1008) More...
 
virtual OFCondition getGreenPaletteColorLookupTableData (Uint16 *&value, unsigned long *count=NULL) const
 get GreenPaletteColorLookupTableData (0028,1202) More...
 
virtual OFCondition getGreenPaletteColorLookupTableDescriptor (Uint16 &value, const unsigned long pos=0) const
 get GreenPaletteColorLookupTableDescriptor (0028,1102) More...
 
virtual OFCondition getGridFrameOffsetVector (OFString &value, const signed long pos=0) const
 get GridFrameOffsetVector (3004,000c) More...
 
virtual OFCondition getGridFrameOffsetVector (Float64 &value, const unsigned long pos=0) const
 get GridFrameOffsetVector (3004,000c) More...
 
virtual OFCondition getGridFrameOffsetVector (OFVector< Float64 > &value) const
 get GridFrameOffsetVector (3004,000c) More...
 
virtual OFCondition getHighBit (Uint16 &value, const unsigned long pos=0) const
 get HighBit (0028,0102) More...
 
virtual OFCondition getICCProfile (Uint8 *&value, unsigned long *count=NULL) const
 get ICCProfile (0028,2000) More...
 
virtual OFCondition getImageComments (OFString &value, const signed long pos=0) const
 get ImageComments (0020,4000) More...
 
virtual OFCondition getImageFrameOrigin (Uint16 &value, const unsigned long pos=0) const
 get ImageFrameOrigin (60xx,0051) More...
 
virtual OFCondition getImageOrientationPatient (OFString &value, const signed long pos=0) const
 get ImageOrientationPatient (0020,0037) More...
 
virtual OFCondition getImageOrientationPatient (Float64 &value, const unsigned long pos=0) const
 get ImageOrientationPatient (0020,0037) More...
 
virtual OFCondition getImageOrientationPatient (OFVector< Float64 > &value) const
 get ImageOrientationPatient (0020,0037) More...
 
virtual OFCondition getImagePositionPatient (OFString &value, const signed long pos=0) const
 get ImagePositionPatient (0020,0032) More...
 
virtual OFCondition getImagePositionPatient (Float64 &value, const unsigned long pos=0) const
 get ImagePositionPatient (0020,0032) More...
 
virtual OFCondition getImagePositionPatient (OFVector< Float64 > &value) const
 get ImagePositionPatient (0020,0032) More...
 
virtual OFCondition getImageType (OFString &value, const signed long pos=0) const
 get ImageType (0008,0008) More...
 
virtual OFCondition getImagesInAcquisition (OFString &value, const signed long pos=0) const
 get ImagesInAcquisition (0020,1002) More...
 
virtual OFCondition getImagesInAcquisition (Sint32 &value, const unsigned long pos=0) const
 get ImagesInAcquisition (0020,1002) More...
 
virtual OFCondition getInstanceCreationDate (OFString &value, const signed long pos=0) const
 get InstanceCreationDate (0008,0012) More...
 
virtual OFCondition getInstanceCreationTime (OFString &value, const signed long pos=0) const
 get InstanceCreationTime (0008,0013) More...
 
virtual OFCondition getInstanceCreatorUID (OFString &value, const signed long pos=0) const
 get InstanceCreatorUID (0008,0014) More...
 
virtual OFCondition getInstanceNumber (OFString &value, const signed long pos=0) const
 get InstanceNumber (0020,0013) More...
 
virtual OFCondition getInstanceNumber (Sint32 &value, const unsigned long pos=0) const
 get InstanceNumber (0020,0013) More...
 
virtual OFCondition getInstitutionAddress (OFString &value, const signed long pos=0) const
 get InstitutionAddress (0008,0081) More...
 
virtual OFCondition getInstitutionName (OFString &value, const signed long pos=0) const
 get InstitutionName (0008,0080) More...
 
virtual OFCondition getInstitutionalDepartmentName (OFString &value, const signed long pos=0) const
 get InstitutionalDepartmentName (0008,1040) More...
 
virtual OFCondition getIrradiationEventUID (OFString &value, const signed long pos=0) const
 get IrradiationEventUID (0008,3010) More...
 
virtual OFCondition getIssuerOfAdmissionID (OFString &value, const signed long pos=0) const
 get IssuerOfAdmissionID (0038,0011) More...
 
virtual OFCondition getIssuerOfPatientID (OFString &value, const signed long pos=0) const
 get IssuerOfPatientID (0010,0021) More...
 
virtual OFCondition getLargestImagePixelValue (Uint16 &value, const unsigned long pos=0) const
 get LargestImagePixelValue (0028,0107) More...
 
virtual OFCondition getLossyImageCompression (OFString &value, const signed long pos=0) const
 get LossyImageCompression (0028,2110) More...
 
virtual OFCondition getLossyImageCompressionMethod (OFString &value, const signed long pos=0) const
 get LossyImageCompressionMethod (0028,2114) More...
 
virtual OFCondition getLossyImageCompressionRatio (OFString &value, const signed long pos=0) const
 get LossyImageCompressionRatio (0028,2112) More...
 
virtual OFCondition getLossyImageCompressionRatio (Float64 &value, const unsigned long pos=0) const
 get LossyImageCompressionRatio (0028,2112) More...
 
virtual OFCondition getLossyImageCompressionRatio (OFVector< Float64 > &value) const
 get LossyImageCompressionRatio (0028,2112) More...
 
virtual OFCondition getManufacturer (OFString &value, const signed long pos=0) const
 get Manufacturer (0008,0070) More...
 
virtual OFCondition getManufacturerModelName (OFString &value, const signed long pos=0) const
 get ManufacturerModelName (0008,1090) More...
 
virtual OFCondition getModality (OFString &value, const signed long pos=0) const
 get Modality (0008,0060) More...
 
virtual OFCondition getNameOfPhysiciansReadingStudy (OFString &value, const signed long pos=0) const
 get NameOfPhysiciansReadingStudy (0008,1060) More...
 
virtual OFCondition getNormalizationPoint (OFString &value, const signed long pos=0) const
 get NormalizationPoint (3004,0008) More...
 
virtual OFCondition getNormalizationPoint (Float64 &value, const unsigned long pos=0) const
 get NormalizationPoint (3004,0008) More...
 
virtual OFCondition getNormalizationPoint (OFVector< Float64 > &value) const
 get NormalizationPoint (3004,0008) More...
 
virtual OFCondition getNumberOfFrames (OFString &value, const signed long pos=0) const
 get NumberOfFrames (0028,0008) More...
 
virtual OFCondition getNumberOfFrames (Sint32 &value, const unsigned long pos=0) const
 get NumberOfFrames (0028,0008) More...
 
virtual OFCondition getNumberOfFramesInOverlay (OFString &value, const signed long pos=0) const
 get NumberOfFramesInOverlay (60xx,0015) More...
 
virtual OFCondition getNumberOfFramesInOverlay (Sint32 &value, const unsigned long pos=0) const
 get NumberOfFramesInOverlay (60xx,0015) More...
 
virtual OFCondition getOccupation (OFString &value, const signed long pos=0) const
 get Occupation (0010,2180) More...
 
virtual OFCondition getOriginalSpecializedSOPClassUID (OFString &value, const signed long pos=0) const
 get OriginalSpecializedSOPClassUID (0008,001b) More...
 
virtual OFCondition getOtherPatientIDs (OFString &value, const signed long pos=0) const
 get OtherPatientIDs (0010,1000) More...
 
virtual OFCondition getOtherPatientNames (OFString &value, const signed long pos=0) const
 get OtherPatientNames (0010,1001) More...
 
virtual OFCondition getOverlayBitPosition (Uint16 &value, const unsigned long pos=0) const
 get OverlayBitPosition (60xx,0102) More...
 
virtual OFCondition getOverlayBitsAllocated (Uint16 &value, const unsigned long pos=0) const
 get OverlayBitsAllocated (60xx,0100) More...
 
virtual OFCondition getOverlayColumns (Uint16 &value, const unsigned long pos=0) const
 get OverlayColumns (60xx,0011) More...
 
virtual OFCondition getOverlayDescription (OFString &value, const signed long pos=0) const
 get OverlayDescription (60xx,0022) More...
 
virtual OFCondition getOverlayLabel (OFString &value, const signed long pos=0) const
 get OverlayLabel (60xx,1500) More...
 
virtual OFCondition getOverlayOrigin (Sint16 &value, const unsigned long pos=0) const
 get OverlayOrigin (60xx,0050) More...
 
virtual OFCondition getOverlayRows (Uint16 &value, const unsigned long pos=0) const
 get OverlayRows (60xx,0010) More...
 
virtual OFCondition getOverlaySubtype (OFString &value, const signed long pos=0) const
 get OverlaySubtype (60xx,0045) More...
 
virtual OFCondition getOverlayType (OFString &value, const signed long pos=0) const
 get OverlayType (60xx,0040) More...
 
virtual OFCondition getPatientAge (OFString &value, const signed long pos=0) const
 get PatientAge (0010,1010) More...
 
virtual OFCondition getPatientBirthDate (OFString &value, const signed long pos=0) const
 get PatientBirthDate (0010,0030) More...
 
virtual OFCondition getPatientBirthTime (OFString &value, const signed long pos=0) const
 get PatientBirthTime (0010,0032) More...
 
virtual OFCondition getPatientBreedDescription (OFString &value, const signed long pos=0) const
 get PatientBreedDescription (0010,2292) More...
 
virtual OFCondition getPatientComments (OFString &value, const signed long pos=0) const
 get PatientComments (0010,4000) More...
 
virtual OFCondition getPatientID (OFString &value, const signed long pos=0) const
 get PatientID (0010,0020) More...
 
virtual OFCondition getPatientIdentityRemoved (OFString &value, const signed long pos=0) const
 get PatientIdentityRemoved (0012,0062) More...
 
virtual OFCondition getPatientName (OFString &value, const signed long pos=0) const
 get PatientName (0010,0010) More...
 
virtual OFCondition getPatientOrientation (OFString &value, const signed long pos=0) const
 get PatientOrientation (0020,0020) More...
 
virtual OFCondition getPatientSex (OFString &value, const signed long pos=0) const
 get PatientSex (0010,0040) More...
 
virtual OFCondition getPatientSexNeutered (OFString &value, const signed long pos=0) const
 get PatientSexNeutered (0010,2203) More...
 
virtual OFCondition getPatientSize (OFString &value, const signed long pos=0) const
 get PatientSize (0010,1020) More...
 
virtual OFCondition getPatientSize (Float64 &value, const unsigned long pos=0) const
 get PatientSize (0010,1020) More...
 
virtual OFCondition getPatientSpeciesDescription (OFString &value, const signed long pos=0) const
 get PatientSpeciesDescription (0010,2201) More...
 
virtual OFCondition getPatientWeight (OFString &value, const signed long pos=0) const
 get PatientWeight (0010,1030) More...
 
virtual OFCondition getPatientWeight (Float64 &value, const unsigned long pos=0) const
 get PatientWeight (0010,1030) More...
 
virtual OFCondition getPerformedProcedureStepDescription (OFString &value, const signed long pos=0) const
 get PerformedProcedureStepDescription (0040,0254) More...
 
virtual OFCondition getPerformedProcedureStepID (OFString &value, const signed long pos=0) const
 get PerformedProcedureStepID (0040,0253) More...
 
virtual OFCondition getPerformedProcedureStepStartDate (OFString &value, const signed long pos=0) const
 get PerformedProcedureStepStartDate (0040,0244) More...
 
virtual OFCondition getPerformedProcedureStepStartTime (OFString &value, const signed long pos=0) const
 get PerformedProcedureStepStartTime (0040,0245) More...
 
virtual OFCondition getPhotometricInterpretation (OFString &value, const signed long pos=0) const
 get PhotometricInterpretation (0028,0004) More...
 
virtual OFCondition getPhysiciansOfRecord (OFString &value, const signed long pos=0) const
 get PhysiciansOfRecord (0008,1048) More...
 
virtual OFCondition getPixelAspectRatio (OFString &value, const signed long pos=0) const
 get PixelAspectRatio (0028,0034) More...
 
virtual OFCondition getPixelAspectRatio (Sint32 &value, const unsigned long pos=0) const
 get PixelAspectRatio (0028,0034) More...
 
virtual OFCondition getPixelDataProviderURL (OFString &value, const signed long pos=0) const
 get PixelDataProviderURL (0028,7fe0) More...
 
virtual OFCondition getPixelPaddingValue (Uint16 &value, const unsigned long pos=0) const
 get PixelPaddingValue (0028,0120) More...
 
virtual OFCondition getPixelRepresentation (Uint16 &value, const unsigned long pos=0) const
 get PixelRepresentation (0028,0103) More...
 
virtual OFCondition getPixelSpacing (OFString &value, const signed long pos=0) const
 get PixelSpacing (0028,0030) More...
 
virtual OFCondition getPixelSpacing (Float64 &value, const unsigned long pos=0) const
 get PixelSpacing (0028,0030) More...
 
virtual OFCondition getPixelSpacing (OFVector< Float64 > &value) const
 get PixelSpacing (0028,0030) More...
 
virtual OFCondition getPlanarConfiguration (Uint16 &value, const unsigned long pos=0) const
 get PlanarConfiguration (0028,0006) More...
 
virtual OFCondition getPositionReferenceIndicator (OFString &value, const signed long pos=0) const
 get PositionReferenceIndicator (0020,1040) More...
 
virtual OFCondition getPresentationLUTShape (OFString &value, const signed long pos=0) const
 get PresentationLUTShape (2050,0020) More...
 
virtual OFCondition getQualityControlImage (OFString &value, const signed long pos=0) const
 get QualityControlImage (0028,0300) More...
 
virtual OFCondition getROIArea (OFString &value, const signed long pos=0) const
 get ROIArea (60xx,1301) More...
 
virtual OFCondition getROIArea (Sint32 &value, const unsigned long pos=0) const
 get ROIArea (60xx,1301) More...
 
virtual OFCondition getROIMean (OFString &value, const signed long pos=0) const
 get ROIMean (60xx,1302) More...
 
virtual OFCondition getROIMean (Float64 &value, const unsigned long pos=0) const
 get ROIMean (60xx,1302) More...
 
virtual OFCondition getROIStandardDeviation (OFString &value, const signed long pos=0) const
 get ROIStandardDeviation (60xx,1303) More...
 
virtual OFCondition getROIStandardDeviation (Float64 &value, const unsigned long pos=0) const
 get ROIStandardDeviation (60xx,1303) More...
 
virtual OFCondition getRedPaletteColorLookupTableData (Uint16 *&value, unsigned long *count=NULL) const
 get RedPaletteColorLookupTableData (0028,1201) More...
 
virtual OFCondition getRedPaletteColorLookupTableDescriptor (Uint16 &value, const unsigned long pos=0) const
 get RedPaletteColorLookupTableDescriptor (0028,1101) More...
 
virtual OFCondition getReferringPhysicianName (OFString &value, const signed long pos=0) const
 get ReferringPhysicianName (0008,0090) More...
 
virtual OFCondition getRelatedGeneralSOPClassUID (OFString &value, const signed long pos=0) const
 get RelatedGeneralSOPClassUID (0008,001a) More...
 
virtual OFCondition getRescaleIntercept (OFString &value, const signed long pos=0) const
 get RescaleIntercept (0028,1052) More...
 
virtual OFCondition getRescaleIntercept (Float64 &value, const unsigned long pos=0) const
 get RescaleIntercept (0028,1052) More...
 
virtual OFCondition getRescaleSlope (OFString &value, const signed long pos=0) const
 get RescaleSlope (0028,1053) More...
 
virtual OFCondition getRescaleSlope (Float64 &value, const unsigned long pos=0) const
 get RescaleSlope (0028,1053) More...
 
virtual OFCondition getRescaleType (OFString &value, const signed long pos=0) const
 get RescaleType (0028,1054) More...
 
virtual OFCondition getResponsibleOrganization (OFString &value, const signed long pos=0) const
 get ResponsibleOrganization (0010,2299) More...
 
virtual OFCondition getResponsiblePerson (OFString &value, const signed long pos=0) const
 get ResponsiblePerson (0010,2297) More...
 
virtual OFCondition getResponsiblePersonRole (OFString &value, const signed long pos=0) const
 get ResponsiblePersonRole (0010,2298) More...
 
virtual OFCondition getRows (Uint16 &value, const unsigned long pos=0) const
 get Rows (0028,0010) More...
 
virtual OFCondition getSOPAuthorizationComment (OFString &value, const signed long pos=0) const
 get SOPAuthorizationComment (0100,0424) More...
 
virtual OFCondition getSOPAuthorizationDateTime (OFString &value, const signed long pos=0) const
 get SOPAuthorizationDateTime (0100,0420) More...
 
virtual OFCondition getSOPClassUID (OFString &value, const signed long pos=0) const
 get SOPClassUID (0008,0016) More...
 
virtual OFCondition getSOPInstanceStatus (OFString &value, const signed long pos=0) const
 get SOPInstanceStatus (0100,0410) More...
 
virtual OFCondition getSOPInstanceUID (OFString &value, const signed long pos=0) const
 get SOPInstanceUID (0008,0018) More...
 
virtual OFCondition getSamplesPerPixel (Uint16 &value, const unsigned long pos=0) const
 get SamplesPerPixel (0028,0002) More...
 
virtual OFCondition getSeriesDescription (OFString &value, const signed long pos=0) const
 get SeriesDescription (0008,103e) More...
 
virtual OFCondition getSeriesInstanceUID (OFString &value, const signed long pos=0) const
 get SeriesInstanceUID (0020,000e) More...
 
virtual OFCondition getSeriesNumber (OFString &value, const signed long pos=0) const
 get SeriesNumber (0020,0011) More...
 
virtual OFCondition getSeriesNumber (Sint32 &value, const unsigned long pos=0) const
 get SeriesNumber (0020,0011) More...
 
virtual OFCondition getSliceLocation (OFString &value, const signed long pos=0) const
 get SliceLocation (0020,1041) More...
 
virtual OFCondition getSliceLocation (Float64 &value, const unsigned long pos=0) const
 get SliceLocation (0020,1041) More...
 
virtual OFCondition getSliceThickness (OFString &value, const signed long pos=0) const
 get SliceThickness (0018,0050) More...
 
virtual OFCondition getSliceThickness (Float64 &value, const unsigned long pos=0) const
 get SliceThickness (0018,0050) More...
 
virtual OFCondition getSmallestImagePixelValue (Uint16 &value, const unsigned long pos=0) const
 get SmallestImagePixelValue (0028,0106) More...
 
virtual OFCondition getSoftwareVersions (OFString &value, const signed long pos=0) const
 get SoftwareVersions (0018,1020) More...
 
virtual OFCondition getSpatialResolution (OFString &value, const signed long pos=0) const
 get SpatialResolution (0018,1050) More...
 
virtual OFCondition getSpatialResolution (Float64 &value, const unsigned long pos=0) const
 get SpatialResolution (0018,1050) More...
 
virtual OFCondition getSpecificCharacterSet (OFString &value, const signed long pos=0) const
 get SpecificCharacterSet (0008,0005) More...
 
virtual OFCondition getStationName (OFString &value, const signed long pos=0) const
 get StationName (0008,1010) More...
 
virtual OFCondition getStructureSetDate (OFString &value, const signed long pos=0) const
 get StructureSetDate (3006,0008) More...
 
virtual OFCondition getStructureSetDescription (OFString &value, const signed long pos=0) const
 get StructureSetDescription (3006,0006) More...
 
virtual OFCondition getStructureSetLabel (OFString &value, const signed long pos=0) const
 get StructureSetLabel (3006,0002) More...
 
virtual OFCondition getStructureSetName (OFString &value, const signed long pos=0) const
 get StructureSetName (3006,0004) More...
 
virtual OFCondition getStructureSetTime (OFString &value, const signed long pos=0) const
 get StructureSetTime (3006,0009) More...
 
virtual OFCondition getStudyDate (OFString &value, const signed long pos=0) const
 get StudyDate (0008,0020) More...
 
virtual OFCondition getStudyDescription (OFString &value, const signed long pos=0) const
 get StudyDescription (0008,1030) More...
 
virtual OFCondition getStudyID (OFString &value, const signed long pos=0) const
 get StudyID (0020,0010) More...
 
virtual OFCondition getStudyInstanceUID (OFString &value, const signed long pos=0) const
 get StudyInstanceUID (0020,000d) More...
 
virtual OFCondition getStudyTime (OFString &value, const signed long pos=0) const
 get StudyTime (0008,0030) More...
 
virtual OFCondition getTimeOfLastCalibration (OFString &value, const signed long pos=0) const
 get TimeOfLastCalibration (0018,1201) More...
 
virtual OFCondition getTimezoneOffsetFromUTC (OFString &value, const signed long pos=0) const
 get TimezoneOffsetFromUTC (0008,0201) More...
 
virtual OFCondition getTissueHeterogeneityCorrection (OFString &value, const signed long pos=0) const
 get TissueHeterogeneityCorrection (3004,0014) More...
 
DcmPixelDatagetPixelData ()
 get PixelData (7fe0,0010) More...
 
const DcmPixelDatagetPixelData () const
 get PixelData (7fe0,0010) More...
 
DRTAdmittingDiagnosesCodeSequencegetAdmittingDiagnosesCodeSequence ()
 get AdmittingDiagnosesCodeSequence (0008,1084) More...
 
const
DRTAdmittingDiagnosesCodeSequence
getAdmittingDiagnosesCodeSequence () const
 get AdmittingDiagnosesCodeSequence (0008,1084) More...
 
DRTBreedRegistrationSequencegetBreedRegistrationSequence ()
 get BreedRegistrationSequence (0010,2294) More...
 
const
DRTBreedRegistrationSequence
getBreedRegistrationSequence () const
 get BreedRegistrationSequence (0010,2294) More...
 
DRTCodingSchemeIdentificationSequencegetCodingSchemeIdentificationSequence ()
 get CodingSchemeIdentificationSequence (0008,0110) More...
 
const
DRTCodingSchemeIdentificationSequence
getCodingSchemeIdentificationSequence () const
 get CodingSchemeIdentificationSequence (0008,0110) More...
 
DRTContributingEquipmentSequencegetContributingEquipmentSequence ()
 get ContributingEquipmentSequence (0018,a001) More...
 
const
DRTContributingEquipmentSequence
getContributingEquipmentSequence () const
 get ContributingEquipmentSequence (0018,a001) More...
 
DRTDVHSequencegetDVHSequence ()
 get DVHSequence (3004,0050) More...
 
const DRTDVHSequencegetDVHSequence () const
 get DVHSequence (3004,0050) More...
 
DRTDeidentificationMethodCodeSequencegetDeidentificationMethodCodeSequence ()
 get DeidentificationMethodCodeSequence (0012,0064) More...
 
const
DRTDeidentificationMethodCodeSequence
getDeidentificationMethodCodeSequence () const
 get DeidentificationMethodCodeSequence (0012,0064) More...
 
DRTDerivationCodeSequencegetDerivationCodeSequence ()
 get DerivationCodeSequence (0008,9215) More...
 
const DRTDerivationCodeSequencegetDerivationCodeSequence () const
 get DerivationCodeSequence (0008,9215) More...
 
DRTDigitalSignaturesSequencegetDigitalSignaturesSequence ()
 get DigitalSignaturesSequence (fffa,fffa) More...
 
const
DRTDigitalSignaturesSequence
getDigitalSignaturesSequence () const
 get DigitalSignaturesSequence (fffa,fffa) More...
 
DRTEncryptedAttributesSequencegetEncryptedAttributesSequence ()
 get EncryptedAttributesSequence (0400,0500) More...
 
const
DRTEncryptedAttributesSequence
getEncryptedAttributesSequence () const
 get EncryptedAttributesSequence (0400,0500) More...
 
DRTHL7StructuredDocumentReferenceSequencegetHL7StructuredDocumentReferenceSequence ()
 get HL7StructuredDocumentReferenceSequence (0040,a390) More...
 
const
DRTHL7StructuredDocumentReferenceSequence
getHL7StructuredDocumentReferenceSequence () const
 get HL7StructuredDocumentReferenceSequence (0040,a390) More...
 
DRTIconImageSequencegetIconImageSequence ()
 get IconImageSequence (0088,0200) More...
 
const DRTIconImageSequencegetIconImageSequence () const
 get IconImageSequence (0088,0200) More...
 
DRTMACParametersSequencegetMACParametersSequence ()
 get MACParametersSequence (4ffe,0001) More...
 
const DRTMACParametersSequencegetMACParametersSequence () const
 get MACParametersSequence (4ffe,0001) More...
 
DRTModalityLUTSequencegetModalityLUTSequence ()
 get ModalityLUTSequence (0028,3000) More...
 
const DRTModalityLUTSequencegetModalityLUTSequence () const
 get ModalityLUTSequence (0028,3000) More...
 
DRTOriginalAttributesSequencegetOriginalAttributesSequence ()
 get OriginalAttributesSequence (0400,0561) More...
 
const
DRTOriginalAttributesSequence
getOriginalAttributesSequence () const
 get OriginalAttributesSequence (0400,0561) More...
 
DRTOtherPatientIDsSequencegetOtherPatientIDsSequence ()
 get OtherPatientIDsSequence (0010,1002) More...
 
const DRTOtherPatientIDsSequencegetOtherPatientIDsSequence () const
 get OtherPatientIDsSequence (0010,1002) More...
 
DRTPatientBreedCodeSequencegetPatientBreedCodeSequence ()
 get PatientBreedCodeSequence (0010,2293) More...
 
const DRTPatientBreedCodeSequencegetPatientBreedCodeSequence () const
 get PatientBreedCodeSequence (0010,2293) More...
 
DRTPatientSpeciesCodeSequencegetPatientSpeciesCodeSequence ()
 get PatientSpeciesCodeSequence (0010,2202) More...
 
const
DRTPatientSpeciesCodeSequence
getPatientSpeciesCodeSequence () const
 get PatientSpeciesCodeSequence (0010,2202) More...
 
DRTPerformedProtocolCodeSequencegetPerformedProtocolCodeSequence ()
 get PerformedProtocolCodeSequence (0040,0260) More...
 
const
DRTPerformedProtocolCodeSequence
getPerformedProtocolCodeSequence () const
 get PerformedProtocolCodeSequence (0040,0260) More...
 
DRTPhysiciansOfRecordIdentificationSequencegetPhysiciansOfRecordIdentificationSequence ()
 get PhysiciansOfRecordIdentificationSequence (0008,1049) More...
 
const
DRTPhysiciansOfRecordIdentificationSequence
getPhysiciansOfRecordIdentificationSequence () const
 get PhysiciansOfRecordIdentificationSequence (0008,1049) More...
 
DRTPhysiciansReadingStudyIdentificationSequencegetPhysiciansReadingStudyIdentificationSequence ()
 get PhysiciansReadingStudyIdentificationSequence (0008,1062) More...
 
const
DRTPhysiciansReadingStudyIdentificationSequence
getPhysiciansReadingStudyIdentificationSequence () const
 get PhysiciansReadingStudyIdentificationSequence (0008,1062) More...
 
DRTProcedureCodeSequencegetProcedureCodeSequence ()
 get ProcedureCodeSequence (0008,1032) More...
 
const DRTProcedureCodeSequencegetProcedureCodeSequence () const
 get ProcedureCodeSequence (0008,1032) More...
 
DRTROIContourSequencegetROIContourSequence ()
 get ROIContourSequence (3006,0039) More...
 
const DRTROIContourSequencegetROIContourSequence () const
 get ROIContourSequence (3006,0039) More...
 
DRTRTDoseROISequencegetRTDoseROISequence ()
 get RTDoseROISequence (3004,0010) More...
 
const DRTRTDoseROISequencegetRTDoseROISequence () const
 get RTDoseROISequence (3004,0010) More...
 
DRTReferencedFrameOfReferenceSequencegetReferencedFrameOfReferenceSequence ()
 get ReferencedFrameOfReferenceSequence (3006,0010) More...
 
const
DRTReferencedFrameOfReferenceSequence
getReferencedFrameOfReferenceSequence () const
 get ReferencedFrameOfReferenceSequence (3006,0010) More...
 
DRTReferencedImageSequencegetReferencedImageSequence ()
 get ReferencedImageSequence (0008,1140) More...
 
const DRTReferencedImageSequencegetReferencedImageSequence () const
 get ReferencedImageSequence (0008,1140) More...
 
DRTReferencedInstanceSequencegetReferencedInstanceSequence ()
 get ReferencedInstanceSequence (0008,114a) More...
 
const
DRTReferencedInstanceSequence
getReferencedInstanceSequence () const
 get ReferencedInstanceSequence (0008,114a) More...
 
DRTReferencedPatientSequencegetReferencedPatientSequence ()
 get ReferencedPatientSequence (0008,1120) More...
 
const
DRTReferencedPatientSequence
getReferencedPatientSequence () const
 get ReferencedPatientSequence (0008,1120) More...
 
DRTReferencedPerformedProcedureStepSequencegetReferencedPerformedProcedureStepSequence ()
 get ReferencedPerformedProcedureStepSequence (0008,1111) More...
 
const
DRTReferencedPerformedProcedureStepSequence
getReferencedPerformedProcedureStepSequence () const
 get ReferencedPerformedProcedureStepSequence (0008,1111) More...
 
DRTReferencedRTPlanSequencegetReferencedRTPlanSequence ()
 get ReferencedRTPlanSequence (300c,0002) More...
 
const DRTReferencedRTPlanSequencegetReferencedRTPlanSequence () const
 get ReferencedRTPlanSequence (300c,0002) More...
 
DRTReferencedStructureSetSequencegetReferencedStructureSetSequence ()
 get ReferencedStructureSetSequence (300c,0060) More...
 
const
DRTReferencedStructureSetSequence
getReferencedStructureSetSequence () const
 get ReferencedStructureSetSequence (300c,0060) More...
 
DRTReferencedStudySequencegetReferencedStudySequence ()
 get ReferencedStudySequence (0008,1110) More...
 
const DRTReferencedStudySequencegetReferencedStudySequence () const
 get ReferencedStudySequence (0008,1110) More...
 
DRTReferringPhysicianIdentificationSequencegetReferringPhysicianIdentificationSequence ()
 get ReferringPhysicianIdentificationSequence (0008,0096) More...
 
const
DRTReferringPhysicianIdentificationSequence
getReferringPhysicianIdentificationSequence () const
 get ReferringPhysicianIdentificationSequence (0008,0096) More...
 
DRTRequestAttributesSequencegetRequestAttributesSequence ()
 get RequestAttributesSequence (0040,0275) More...
 
const
DRTRequestAttributesSequence
getRequestAttributesSequence () const
 get RequestAttributesSequence (0040,0275) More...
 
DRTSourceImageSequencegetSourceImageSequence ()
 get SourceImageSequence (0008,2112) More...
 
const DRTSourceImageSequencegetSourceImageSequence () const
 get SourceImageSequence (0008,2112) More...
 
DRTStructureSetROISequencegetStructureSetROISequence ()
 get StructureSetROISequence (3006,0020) More...
 
const DRTStructureSetROISequencegetStructureSetROISequence () const
 get StructureSetROISequence (3006,0020) More...
 
virtual OFCondition setAccessionNumber (const OFString &value, const OFBool check=OFTrue)
 set AccessionNumber (0008,0050) More...
 
virtual OFCondition setAcquisitionDate (const OFString &value, const OFBool check=OFTrue)
 set AcquisitionDate (0008,0022) More...
 
virtual OFCondition setAcquisitionDateTime (const OFString &value, const OFBool check=OFTrue)
 set AcquisitionDateTime (0008,002a) More...
 
virtual OFCondition setAcquisitionNumber (const OFString &value, const OFBool check=OFTrue)
 set AcquisitionNumber (0020,0012) More...
 
virtual OFCondition setAcquisitionTime (const OFString &value, const OFBool check=OFTrue)
 set AcquisitionTime (0008,0032) More...
 
virtual OFCondition setAdditionalPatientHistory (const OFString &value, const OFBool check=OFTrue)
 set AdditionalPatientHistory (0010,21b0) More...
 
virtual OFCondition setAdmissionID (const OFString &value, const OFBool check=OFTrue)
 set AdmissionID (0038,0010) More...
 
virtual OFCondition setAdmittingDiagnosesDescription (const OFString &value, const OFBool check=OFTrue)
 set AdmittingDiagnosesDescription (0008,1080) More...
 
virtual OFCondition setAuthorizationEquipmentCertificationNumber (const OFString &value, const OFBool check=OFTrue)
 set AuthorizationEquipmentCertificationNumber (0100,0426) More...
 
virtual OFCondition setBitsAllocated (const Uint16 value, const unsigned long pos=0)
 set BitsAllocated (0028,0100) More...
 
virtual OFCondition setBitsStored (const Uint16 value, const unsigned long pos=0)
 set BitsStored (0028,0101) More...
 
virtual OFCondition setBluePaletteColorLookupTableData (const Uint16 *value, const unsigned long count)
 set BluePaletteColorLookupTableData (0028,1203) More...
 
virtual OFCondition setBluePaletteColorLookupTableDescriptor (const Uint16 value, const unsigned long pos=0)
 set BluePaletteColorLookupTableDescriptor (0028,1103) More...
 
virtual OFCondition setBurnedInAnnotation (const OFString &value, const OFBool check=OFTrue)
 set BurnedInAnnotation (0028,0301) More...
 
virtual OFCondition setClinicalTrialCoordinatingCenterName (const OFString &value, const OFBool check=OFTrue)
 set ClinicalTrialCoordinatingCenterName (0012,0060) More...
 
virtual OFCondition setClinicalTrialProtocolID (const OFString &value, const OFBool check=OFTrue)
 set ClinicalTrialProtocolID (0012,0020) More...
 
virtual OFCondition setClinicalTrialProtocolName (const OFString &value, const OFBool check=OFTrue)
 set ClinicalTrialProtocolName (0012,0021) More...
 
virtual OFCondition setClinicalTrialSiteID (const OFString &value, const OFBool check=OFTrue)
 set ClinicalTrialSiteID (0012,0030) More...
 
virtual OFCondition setClinicalTrialSiteName (const OFString &value, const OFBool check=OFTrue)
 set ClinicalTrialSiteName (0012,0031) More...
 
virtual OFCondition setClinicalTrialSponsorName (const OFString &value, const OFBool check=OFTrue)
 set ClinicalTrialSponsorName (0012,0010) More...
 
virtual OFCondition setClinicalTrialSubjectID (const OFString &value, const OFBool check=OFTrue)
 set ClinicalTrialSubjectID (0012,0040) More...
 
virtual OFCondition setClinicalTrialSubjectReadingID (const OFString &value, const OFBool check=OFTrue)
 set ClinicalTrialSubjectReadingID (0012,0042) More...
 
virtual OFCondition setClinicalTrialTimePointDescription (const OFString &value, const OFBool check=OFTrue)
 set ClinicalTrialTimePointDescription (0012,0051) More...
 
virtual OFCondition setClinicalTrialTimePointID (const OFString &value, const OFBool check=OFTrue)
 set ClinicalTrialTimePointID (0012,0050) More...
 
virtual OFCondition setColumns (const Uint16 value, const unsigned long pos=0)
 set Columns (0028,0011) More...
 
virtual OFCondition setContentDate (const OFString &value, const OFBool check=OFTrue)
 set ContentDate (0008,0023) More...
 
virtual OFCondition setContentTime (const OFString &value, const OFBool check=OFTrue)
 set ContentTime (0008,0033) More...
 
virtual OFCondition setDVHNormalizationDoseValue (const OFString &value, const OFBool check=OFTrue)
 set DVHNormalizationDoseValue (3004,0042) More...
 
virtual OFCondition setDVHNormalizationPoint (const OFString &value, const OFBool check=OFTrue)
 set DVHNormalizationPoint (3004,0040) More...
 
virtual OFCondition setDateOfLastCalibration (const OFString &value, const OFBool check=OFTrue)
 set DateOfLastCalibration (0018,1200) More...
 
virtual OFCondition setDeidentificationMethod (const OFString &value, const OFBool check=OFTrue)
 set DeidentificationMethod (0012,0063) More...
 
virtual OFCondition setDerivationDescription (const OFString &value, const OFBool check=OFTrue)
 set DerivationDescription (0008,2111) More...
 
virtual OFCondition setDeviceSerialNumber (const OFString &value, const OFBool check=OFTrue)
 set DeviceSerialNumber (0018,1000) More...
 
virtual OFCondition setDoseComment (const OFString &value, const OFBool check=OFTrue)
 set DoseComment (3004,0006) More...
 
virtual OFCondition setDoseGridScaling (const OFString &value, const OFBool check=OFTrue)
 set DoseGridScaling (3004,000e) More...
 
virtual OFCondition setDoseSummationType (const OFString &value, const OFBool check=OFTrue)
 set DoseSummationType (3004,000a) More...
 
virtual OFCondition setDoseType (const OFString &value, const OFBool check=OFTrue)
 set DoseType (3004,0004) More...
 
virtual OFCondition setDoseUnits (const OFString &value, const OFBool check=OFTrue)
 set DoseUnits (3004,0002) More...
 
virtual OFCondition setEthnicGroup (const OFString &value, const OFBool check=OFTrue)
 set EthnicGroup (0010,2160) More...
 
virtual OFCondition setFrameIncrementPointer (const OFString &value, const OFBool check=OFTrue)
 set FrameIncrementPointer (0028,0009) More...
 
virtual OFCondition setFrameOfReferenceUID (const OFString &value, const OFBool check=OFTrue)
 set FrameOfReferenceUID (0020,0052) More...
 
virtual OFCondition setGantryID (const OFString &value, const OFBool check=OFTrue)
 set GantryID (0018,1008) More...
 
virtual OFCondition setGreenPaletteColorLookupTableData (const Uint16 *value, const unsigned long count)
 set GreenPaletteColorLookupTableData (0028,1202) More...
 
virtual OFCondition setGreenPaletteColorLookupTableDescriptor (const Uint16 value, const unsigned long pos=0)
 set GreenPaletteColorLookupTableDescriptor (0028,1102) More...
 
virtual OFCondition setGridFrameOffsetVector (const OFString &value, const OFBool check=OFTrue)
 set GridFrameOffsetVector (3004,000c) More...
 
virtual OFCondition setHighBit (const Uint16 value, const unsigned long pos=0)
 set HighBit (0028,0102) More...
 
virtual OFCondition setICCProfile (const Uint8 *value, const unsigned long count)
 set ICCProfile (0028,2000) More...
 
virtual OFCondition setImageComments (const OFString &value, const OFBool check=OFTrue)
 set ImageComments (0020,4000) More...
 
virtual OFCondition setImageFrameOrigin (const Uint16 value, const unsigned long pos=0)
 set ImageFrameOrigin (60xx,0051) More...
 
virtual OFCondition setImageOrientationPatient (const OFString &value, const OFBool check=OFTrue)
 set ImageOrientationPatient (0020,0037) More...
 
virtual OFCondition setImagePositionPatient (const OFString &value, const OFBool check=OFTrue)
 set ImagePositionPatient (0020,0032) More...
 
virtual OFCondition setImageType (const OFString &value, const OFBool check=OFTrue)
 set ImageType (0008,0008) More...
 
virtual OFCondition setImagesInAcquisition (const OFString &value, const OFBool check=OFTrue)
 set ImagesInAcquisition (0020,1002) More...
 
virtual OFCondition setInstanceCreationDate (const OFString &value, const OFBool check=OFTrue)
 set InstanceCreationDate (0008,0012) More...
 
virtual OFCondition setInstanceCreationTime (const OFString &value, const OFBool check=OFTrue)
 set InstanceCreationTime (0008,0013) More...
 
virtual OFCondition setInstanceCreatorUID (const OFString &value, const OFBool check=OFTrue)
 set InstanceCreatorUID (0008,0014) More...
 
virtual OFCondition setInstanceNumber (const OFString &value, const OFBool check=OFTrue)
 set InstanceNumber (0020,0013) More...
 
virtual OFCondition setInstitutionAddress (const OFString &value, const OFBool check=OFTrue)
 set InstitutionAddress (0008,0081) More...
 
virtual OFCondition setInstitutionName (const OFString &value, const OFBool check=OFTrue)
 set InstitutionName (0008,0080) More...
 
virtual OFCondition setInstitutionalDepartmentName (const OFString &value, const OFBool check=OFTrue)
 set InstitutionalDepartmentName (0008,1040) More...
 
virtual OFCondition setIrradiationEventUID (const OFString &value, const OFBool check=OFTrue)
 set IrradiationEventUID (0008,3010) More...
 
virtual OFCondition setIssuerOfAdmissionID (const OFString &value, const OFBool check=OFTrue)
 set IssuerOfAdmissionID (0038,0011) More...
 
virtual OFCondition setIssuerOfPatientID (const OFString &value, const OFBool check=OFTrue)
 set IssuerOfPatientID (0010,0021) More...
 
virtual OFCondition setLargestImagePixelValue (const Uint16 value, const unsigned long pos=0)
 set LargestImagePixelValue (0028,0107) More...
 
virtual OFCondition setLossyImageCompression (const OFString &value, const OFBool check=OFTrue)
 set LossyImageCompression (0028,2110) More...
 
virtual OFCondition setLossyImageCompressionMethod (const OFString &value, const OFBool check=OFTrue)
 set LossyImageCompressionMethod (0028,2114) More...
 
virtual OFCondition setLossyImageCompressionRatio (const OFString &value, const OFBool check=OFTrue)
 set LossyImageCompressionRatio (0028,2112) More...
 
virtual OFCondition setManufacturer (const OFString &value, const OFBool check=OFTrue)
 set Manufacturer (0008,0070) More...
 
virtual OFCondition setManufacturerModelName (const OFString &value, const OFBool check=OFTrue)
 set ManufacturerModelName (0008,1090) More...
 
virtual OFCondition setModality (const OFString &value, const OFBool check=OFTrue)
 set Modality (0008,0060) More...
 
virtual OFCondition setNameOfPhysiciansReadingStudy (const OFString &value, const OFBool check=OFTrue)
 set NameOfPhysiciansReadingStudy (0008,1060) More...
 
virtual OFCondition setNormalizationPoint (const OFString &value, const OFBool check=OFTrue)
 set NormalizationPoint (3004,0008) More...
 
virtual OFCondition setNumberOfFrames (const OFString &value, const OFBool check=OFTrue)
 set NumberOfFrames (0028,0008) More...
 
virtual OFCondition setNumberOfFramesInOverlay (const OFString &value, const OFBool check=OFTrue)
 set NumberOfFramesInOverlay (60xx,0015) More...
 
virtual OFCondition setOccupation (const OFString &value, const OFBool check=OFTrue)
 set Occupation (0010,2180) More...
 
virtual OFCondition setOriginalSpecializedSOPClassUID (const OFString &value, const OFBool check=OFTrue)
 set OriginalSpecializedSOPClassUID (0008,001b) More...
 
virtual OFCondition setOtherPatientIDs (const OFString &value, const OFBool check=OFTrue)
 set OtherPatientIDs (0010,1000) More...
 
virtual OFCondition setOtherPatientNames (const OFString &value, const OFBool check=OFTrue)
 set OtherPatientNames (0010,1001) More...
 
virtual OFCondition setOverlayBitPosition (const Uint16 value, const unsigned long pos=0)
 set OverlayBitPosition (60xx,0102) More...
 
virtual OFCondition setOverlayBitsAllocated (const Uint16 value, const unsigned long pos=0)
 set OverlayBitsAllocated (60xx,0100) More...
 
virtual OFCondition setOverlayColumns (const Uint16 value, const unsigned long pos=0)
 set OverlayColumns (60xx,0011) More...
 
virtual OFCondition setOverlayDescription (const OFString &value, const OFBool check=OFTrue)
 set OverlayDescription (60xx,0022) More...
 
virtual OFCondition setOverlayLabel (const OFString &value, const OFBool check=OFTrue)
 set OverlayLabel (60xx,1500) More...
 
virtual OFCondition setOverlayOrigin (const Sint16 value, const unsigned long pos=0)
 set OverlayOrigin (60xx,0050) More...
 
virtual OFCondition setOverlayRows (const Uint16 value, const unsigned long pos=0)
 set OverlayRows (60xx,0010) More...
 
virtual OFCondition setOverlaySubtype (const OFString &value, const OFBool check=OFTrue)
 set OverlaySubtype (60xx,0045) More...
 
virtual OFCondition setOverlayType (const OFString &value, const OFBool check=OFTrue)
 set OverlayType (60xx,0040) More...
 
virtual OFCondition setPatientAge (const OFString &value, const OFBool check=OFTrue)
 set PatientAge (0010,1010) More...
 
virtual OFCondition setPatientBirthDate (const OFString &value, const OFBool check=OFTrue)
 set PatientBirthDate (0010,0030) More...
 
virtual OFCondition setPatientBirthTime (const OFString &value, const OFBool check=OFTrue)
 set PatientBirthTime (0010,0032) More...
 
virtual OFCondition setPatientBreedDescription (const OFString &value, const OFBool check=OFTrue)
 set PatientBreedDescription (0010,2292) More...
 
virtual OFCondition setPatientComments (const OFString &value, const OFBool check=OFTrue)
 set PatientComments (0010,4000) More...
 
virtual OFCondition setPatientID (const OFString &value, const OFBool check=OFTrue)
 set PatientID (0010,0020) More...
 
virtual OFCondition setPatientIdentityRemoved (const OFString &value, const OFBool check=OFTrue)
 set PatientIdentityRemoved (0012,0062) More...
 
virtual OFCondition setPatientName (const OFString &value, const OFBool check=OFTrue)
 set PatientName (0010,0010) More...
 
virtual OFCondition setPatientOrientation (const OFString &value, const OFBool check=OFTrue)
 set PatientOrientation (0020,0020) More...
 
virtual OFCondition setPatientSex (const OFString &value, const OFBool check=OFTrue)
 set PatientSex (0010,0040) More...
 
virtual OFCondition setPatientSexNeutered (const OFString &value, const OFBool check=OFTrue)
 set PatientSexNeutered (0010,2203) More...
 
virtual OFCondition setPatientSize (const OFString &value, const OFBool check=OFTrue)
 set PatientSize (0010,1020) More...
 
virtual OFCondition setPatientSpeciesDescription (const OFString &value, const OFBool check=OFTrue)
 set PatientSpeciesDescription (0010,2201) More...
 
virtual OFCondition setPatientWeight (const OFString &value, const OFBool check=OFTrue)
 set PatientWeight (0010,1030) More...
 
virtual OFCondition setPerformedProcedureStepDescription (const OFString &value, const OFBool check=OFTrue)
 set PerformedProcedureStepDescription (0040,0254) More...
 
virtual OFCondition setPerformedProcedureStepID (const OFString &value, const OFBool check=OFTrue)
 set PerformedProcedureStepID (0040,0253) More...
 
virtual OFCondition setPerformedProcedureStepStartDate (const OFString &value, const OFBool check=OFTrue)
 set PerformedProcedureStepStartDate (0040,0244) More...
 
virtual OFCondition setPerformedProcedureStepStartTime (const OFString &value, const OFBool check=OFTrue)
 set PerformedProcedureStepStartTime (0040,0245) More...
 
virtual OFCondition setPhotometricInterpretation (const OFString &value, const OFBool check=OFTrue)
 set PhotometricInterpretation (0028,0004) More...
 
virtual OFCondition setPhysiciansOfRecord (const OFString &value, const OFBool check=OFTrue)
 set PhysiciansOfRecord (0008,1048) More...
 
virtual OFCondition setPixelAspectRatio (const OFString &value, const OFBool check=OFTrue)
 set PixelAspectRatio (0028,0034) More...
 
virtual OFCondition setPixelDataProviderURL (const OFString &value, const OFBool check=OFTrue)
 set PixelDataProviderURL (0028,7fe0) More...
 
virtual OFCondition setPixelPaddingValue (const Uint16 value, const unsigned long pos=0)
 set PixelPaddingValue (0028,0120) More...
 
virtual OFCondition setPixelRepresentation (const Uint16 value, const unsigned long pos=0)
 set PixelRepresentation (0028,0103) More...
 
virtual OFCondition setPixelSpacing (const OFString &value, const OFBool check=OFTrue)
 set PixelSpacing (0028,0030) More...
 
virtual OFCondition setPlanarConfiguration (const Uint16 value, const unsigned long pos=0)
 set PlanarConfiguration (0028,0006) More...
 
virtual OFCondition setPositionReferenceIndicator (const OFString &value, const OFBool check=OFTrue)
 set PositionReferenceIndicator (0020,1040) More...
 
virtual OFCondition setPresentationLUTShape (const OFString &value, const OFBool check=OFTrue)
 set PresentationLUTShape (2050,0020) More...
 
virtual OFCondition setQualityControlImage (const OFString &value, const OFBool check=OFTrue)
 set QualityControlImage (0028,0300) More...
 
virtual OFCondition setROIArea (const OFString &value, const OFBool check=OFTrue)
 set ROIArea (60xx,1301) More...
 
virtual OFCondition setROIMean (const OFString &value, const OFBool check=OFTrue)
 set ROIMean (60xx,1302) More...
 
virtual OFCondition setROIStandardDeviation (const OFString &value, const OFBool check=OFTrue)
 set ROIStandardDeviation (60xx,1303) More...
 
virtual OFCondition setRedPaletteColorLookupTableData (const Uint16 *value, const unsigned long count)
 set RedPaletteColorLookupTableData (0028,1201) More...
 
virtual OFCondition setRedPaletteColorLookupTableDescriptor (const Uint16 value, const unsigned long pos=0)
 set RedPaletteColorLookupTableDescriptor (0028,1101) More...
 
virtual OFCondition setReferringPhysicianName (const OFString &value, const OFBool check=OFTrue)
 set ReferringPhysicianName (0008,0090) More...
 
virtual OFCondition setRelatedGeneralSOPClassUID (const OFString &value, const OFBool check=OFTrue)
 set RelatedGeneralSOPClassUID (0008,001a) More...
 
virtual OFCondition setRescaleIntercept (const OFString &value, const OFBool check=OFTrue)
 set RescaleIntercept (0028,1052) More...
 
virtual OFCondition setRescaleSlope (const OFString &value, const OFBool check=OFTrue)
 set RescaleSlope (0028,1053) More...
 
virtual OFCondition setRescaleType (const OFString &value, const OFBool check=OFTrue)
 set RescaleType (0028,1054) More...
 
virtual OFCondition setResponsibleOrganization (const OFString &value, const OFBool check=OFTrue)
 set ResponsibleOrganization (0010,2299) More...
 
virtual OFCondition setResponsiblePerson (const OFString &value, const OFBool check=OFTrue)
 set ResponsiblePerson (0010,2297) More...
 
virtual OFCondition setResponsiblePersonRole (const OFString &value, const OFBool check=OFTrue)
 set ResponsiblePersonRole (0010,2298) More...
 
virtual OFCondition setRows (const Uint16 value, const unsigned long pos=0)
 set Rows (0028,0010) More...
 
virtual OFCondition setSOPAuthorizationComment (const OFString &value, const OFBool check=OFTrue)
 set SOPAuthorizationComment (0100,0424) More...
 
virtual OFCondition setSOPAuthorizationDateTime (const OFString &value, const OFBool check=OFTrue)
 set SOPAuthorizationDateTime (0100,0420) More...
 
virtual OFCondition setSOPClassUID (const OFString &value, const OFBool check=OFTrue)
 set SOPClassUID (0008,0016) More...
 
virtual OFCondition setSOPInstanceStatus (const OFString &value, const OFBool check=OFTrue)
 set SOPInstanceStatus (0100,0410) More...
 
virtual OFCondition setSOPInstanceUID (const OFString &value, const OFBool check=OFTrue)
 set SOPInstanceUID (0008,0018) More...
 
virtual OFCondition setSamplesPerPixel (const Uint16 value, const unsigned long pos=0)
 set SamplesPerPixel (0028,0002) More...
 
virtual OFCondition setSeriesDescription (const OFString &value, const OFBool check=OFTrue)
 set SeriesDescription (0008,103e) More...
 
virtual OFCondition setSeriesInstanceUID (const OFString &value, const OFBool check=OFTrue)
 set SeriesInstanceUID (0020,000e) More...
 
virtual OFCondition setSeriesNumber (const OFString &value, const OFBool check=OFTrue)
 set SeriesNumber (0020,0011) More...
 
virtual OFCondition setSliceLocation (const OFString &value, const OFBool check=OFTrue)
 set SliceLocation (0020,1041) More...
 
virtual OFCondition setSliceThickness (const OFString &value, const OFBool check=OFTrue)
 set SliceThickness (0018,0050) More...
 
virtual OFCondition setSmallestImagePixelValue (const Uint16 value, const unsigned long pos=0)
 set SmallestImagePixelValue (0028,0106) More...
 
virtual OFCondition setSoftwareVersions (const OFString &value, const OFBool check=OFTrue)
 set SoftwareVersions (0018,1020) More...
 
virtual OFCondition setSpatialResolution (const OFString &value, const OFBool check=OFTrue)
 set SpatialResolution (0018,1050) More...
 
virtual OFCondition setSpecificCharacterSet (const OFString &value, const OFBool check=OFTrue)
 set SpecificCharacterSet (0008,0005) More...
 
virtual OFCondition setStationName (const OFString &value, const OFBool check=OFTrue)
 set StationName (0008,1010) More...
 
virtual OFCondition setStructureSetDate (const OFString &value, const OFBool check=OFTrue)
 set StructureSetDate (3006,0008) More...
 
virtual OFCondition setStructureSetDescription (const OFString &value, const OFBool check=OFTrue)
 set StructureSetDescription (3006,0006) More...
 
virtual OFCondition setStructureSetLabel (const OFString &value, const OFBool check=OFTrue)
 set StructureSetLabel (3006,0002) More...
 
virtual OFCondition setStructureSetName (const OFString &value, const OFBool check=OFTrue)
 set StructureSetName (3006,0004) More...
 
virtual OFCondition setStructureSetTime (const OFString &value, const OFBool check=OFTrue)
 set StructureSetTime (3006,0009) More...
 
virtual OFCondition setStudyDate (const OFString &value, const OFBool check=OFTrue)
 set StudyDate (0008,0020) More...
 
virtual OFCondition setStudyDescription (const OFString &value, const OFBool check=OFTrue)
 set StudyDescription (0008,1030) More...
 
virtual OFCondition setStudyID (const OFString &value, const OFBool check=OFTrue)
 set StudyID (0020,0010) More...
 
virtual OFCondition setStudyInstanceUID (const OFString &value, const OFBool check=OFTrue)
 set StudyInstanceUID (0020,000d) More...
 
virtual OFCondition setStudyTime (const OFString &value, const OFBool check=OFTrue)
 set StudyTime (0008,0030) More...
 
virtual OFCondition setTimeOfLastCalibration (const OFString &value, const OFBool check=OFTrue)
 set TimeOfLastCalibration (0018,1201) More...
 
virtual OFCondition setTimezoneOffsetFromUTC (const OFString &value, const OFBool check=OFTrue)
 set TimezoneOffsetFromUTC (0008,0201) More...
 
virtual OFCondition setTissueHeterogeneityCorrection (const OFString &value, const OFBool check=OFTrue)
 set TissueHeterogeneityCorrection (3004,0014) More...
 

Additional Inherited Members

- Protected Member Functions inherited from DRTDoseIOD
OFCondition checkDatasetForReading (DcmItem &dataset)
 check the given dataset before reading. More...
 
void updateAttributes ()
 update various DICOM attributes
 
- Protected Member Functions inherited from DRTTypes
virtual ~DRTTypes ()
 destructor. More...
 
- Static Protected Member Functions inherited from DRTTypes
static OFCondition addElementToDataset (OFCondition &result, DcmItem &dataset, DcmElement *element, const OFString &vm, const OFString &type, const char *moduleName=NULL)
 add given element to the dataset. More...
 
static OFCondition getElementFromDataset (DcmItem &dataset, DcmElement &element)
 get element from dataset More...
 
static OFCondition getStringValueFromElement (const DcmElement &element, OFString &stringValue, const signed long pos=0)
 get string value from element More...
 
static OFCondition getStringValueFromDataset (DcmItem &dataset, const DcmTagKey &tagKey, OFString &stringValue)
 get string value from dataset More...
 
static OFCondition putStringValueToDataset (DcmItem &dataset, const DcmTag &tag, const OFString &stringValue, const OFBool allowEmpty=OFTrue)
 put string value to dataset More...
 
static OFBool checkElementValue (DcmElement &element, const OFString &vm, const OFString &type, const OFCondition &searchCond=EC_Normal, const char *moduleName=NULL)
 check element value for correct value multiplicity and type More...
 
static OFCondition getAndCheckElementFromDataset (DcmItem &dataset, DcmElement &element, const OFString &vm, const OFString &type, const char *moduleName=NULL)
 get element from dataset and check it for correct value multiplicity and type. More...
 
static OFCondition getAndCheckStringValueFromDataset (DcmItem &dataset, const DcmTagKey &tagKey, OFString &stringValue, const OFString &vm, const OFString &type, const char *moduleName=NULL)
 get string value from dataset and check it for correct value multiplicity and type. More...
 

Detailed Description

helper class for working with radio therapy dose information objects.

This class provides several helper functions on top of DRTDoseIOD.

Note
These functions hopefully simplify working with DRTDoseIOD. This is a work in progress, please propose any improvements which would make working with this class easier for you and that your consider useful.

Member Function Documentation

virtual double DRTDose::getDose ( unsigned int  x,
unsigned int  y,
unsigned int  frame = 0 
) const
virtual

get the dose information for a single pixel.

The result is the same as with getUnscaledDose() * getDoseGridScaling(). Please note that this function is inefficient when used for reading most of a frame. It is better to use getDoseImage() or getDoseImages() for this.

Parameters
xx-coordinate of the pixel. The valid range is from 0 up to getDoseImageWidth()-1. Left edge of the image has coordinate 0.
yy-coordinate of the pixel. The valid range is from 0 up to getDoseImageHeight()-1. Top edge of the image has coordinate 0.
frameframe to use. The first frame has number 0, the last frame is getNumberOfFrames()-1.
Returns
dose value for the pixel or 0 if an error occurred.
See Also
getDoseType() and getDoseUnits() for the meaning of dose values.
virtual OFCondition DRTDose::getDose ( double &  result,
unsigned int  x,
unsigned int  y,
unsigned int  frame = 0 
) const
virtual

get the dose information for a single pixel.

The result is the same as with getUnscaledDose() * getDoseGridScaling(). Please note that this function is inefficient when used for reading most of a frame. It is better to use getDoseImage() or getDoseImages() for this.

Parameters
resultafter this function returns successfully, this value will be set to the dose information for the requested pixel.
xx-coordinate of the pixel. The valid range is from 0 up to getDoseImageWidth()-1. Left edge of the image has coordinate 0.
yy-coordinate of the pixel. The valid range is from 0 up to getDoseImageHeight()-1. Top edge of the image has coordinate 0.
frameframe to use. The first frame has number 0, the last frame is getNumberOfFrames()-1.
Returns
status, EC_Normal if successful, an error code otherwise
See Also
getDoseType() and getDoseUnits() for the meaning of dose values.
virtual OFCondition DRTDose::getDoseImage ( OFVector< double > &  result,
unsigned int  frame 
) const
virtual

get the dose information for a single frame of the image.

Parameters
resultafter this function returns successfully, this will be set to an array with getDoseImageWidth() * getDoseImageHeight() entries, one for each pixel in the frame. However, when an error occurs, this vector is cleared.
frameframe to use. The first frame has number 0, the last frame is getNumberOfFrames()-1.
Returns
status, EC_Normal if successful, an error code otherwise
See Also
getDoseType() and getDoseUnits() for the meaning of dose values.
virtual Uint16 DRTDose::getDoseImageHeight ( ) const
virtual

get the height in pixel of the dose image

Returns
the height of the dose image
virtual OFCondition DRTDose::getDoseImages ( OFVector< OFVector< double > > &  result) const
virtual

get the dose information for the whole image.

Parameters
resultafter this function returns successfully, this will be set to an array with one item per frame. The array for each frame will have getDoseImageWidth() * getDoseImageHeight() entries, one for each pixel in the frame. However, when an error occurs, this vector is cleared.
Returns
status, EC_Normal if successful, an error code otherwise
See Also
getDoseType() and getDoseUnits() for the meaning of dose values.
virtual Uint16 DRTDose::getDoseImageWidth ( ) const
virtual

get the width in pixel of the dose image

Returns
the width of the dose image
virtual double DRTDose::getUnscaledDose ( unsigned int  x,
unsigned int  y,
unsigned int  frame = 0 
) const
virtual

get the unscaled dose information for a single pixel.

Please note that this function is inefficient when used for reading most of a frame.

Parameters
xx-coordinate of the pixel. The valid range is from 0 up to getDoseImageWidth()-1. Left edge of the image has coordinate 0.
yy-coordinate of the pixel. The valid range is from 0 up to getDoseImageHeight()-1. Top edge of the image has coordinate 0.
frameframe to use. The first frame has number 0, the last frame is getNumberOfFrames()-1.
Returns
unscaled dose value for the pixel or 0 if an error occured.
virtual OFCondition DRTDose::getUnscaledDose ( double &  result,
unsigned int  x,
unsigned int  y,
unsigned int  frame = 0 
) const
virtual

get the unscaled dose information for a single pixel.

Please note that this function is inefficient when used for reading most of a frame.

Parameters
resultafter this function returns successfully, this value will be set to the unscaled dose information for the requested pixel.
xx-coordinate of the pixel. The valid range is from 0 up to getDoseImageWidth()-1. Left edge of the image has coordinate 0.
yy-coordinate of the pixel. The valid range is from 0 up to getDoseImageHeight()-1. Top edge of the image has coordinate 0.
frameframe to use. The first frame has number 0, the last frame is getNumberOfFrames()-1.
Returns
status, EC_Normal if successful, an error code otherwise
virtual OFBool DRTDose::isValid ( )
virtual

check whether the current internal state is valid

Returns
OFTrue if valid, OFFalse otherwise

Reimplemented from DRTDoseIOD.

virtual OFCondition DRTDose::loadFile ( const OFFilename fileName,
const E_FileReadMode  readMode = ERM_autoDetect,
const E_TransferSyntax  readXfer = EXS_Unknown 
)
virtual

load an object from a file

Parameters
fileNamename of the file to load (may contain wide chars if support enabled). Since there are various constructors for the OFFilename class, a "char *", "OFString" or "wchar_t *" can also be passed directly to this parameter.
readModeread file with or without meta header, i.e. as a fileformat or a dataset. Use ERM_fileOnly in order to force the presence of a meta header.
readXfertransfer syntax used to read the data (auto detection if EXS_Unknown)
Returns
status, EC_Normal if successful, an error code otherwise

The documentation for this class was generated from the following file:


Generated on Tue Nov 26 2013 for DCMTK Version 3.6.1 20131114 by Doxygen 1.8.5