|
DCMTK
Version 3.6.1 20170228
OFFIS DICOM Toolkit
|
helper class for working with radio therapy dose information objects. More...
Inheritance 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 constructor More... | |
| virtual | ~DRTDoseIOD () |
| destructor | |
| DRTDoseIOD & | operator= (const DRTDoseIOD ©) |
| 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 OFBool | isCommonInstanceReferenceModulePresent (const OFBool complete=OFFalse) |
| check whether CommonInstanceReferenceModule (U) is present. More... | |
| virtual OFBool | isFrameExtractionModulePresent (const OFBool complete=OFFalse) |
| check whether FrameExtractionModule (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 | getAllergies (OFString &value, const signed long pos=0) const |
| get Allergies (0010,2110) 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 | getClinicalTrialProtocolEthicsCommitteeApprovalNumber (OFString &value, const signed long pos=0) const |
| get ClinicalTrialProtocolEthicsCommitteeApprovalNumber (0012,0082) More... | |
| virtual OFCondition | getClinicalTrialProtocolEthicsCommitteeName (OFString &value, const signed long pos=0) const |
| get ClinicalTrialProtocolEthicsCommitteeName (0012,0081) 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 | getClinicalTrialSeriesDescription (OFString &value, const signed long pos=0) const |
| get ClinicalTrialSeriesDescription (0012,0072) More... | |
| virtual OFCondition | getClinicalTrialSeriesID (OFString &value, const signed long pos=0) const |
| get ClinicalTrialSeriesID (0012,0071) 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 | getColorSpace (OFString &value, const signed long pos=0) const |
| get ColorSpace (0028,2002) More... | |
| virtual OFCondition | getColumns (Uint16 &value, const unsigned long pos=0) const |
| get Columns (0028,0011) More... | |
| virtual OFCondition | getCommentsOnThePerformedProcedureStep (OFString &value, const signed long pos=0) const |
| get CommentsOnThePerformedProcedureStep (0040,0280) More... | |
| virtual OFCondition | getConsultingPhysicianName (OFString &value, const signed long pos=0) const |
| get ConsultingPhysicianName (0008,009c) More... | |
| virtual OFCondition | getContentDate (OFString &value, const signed long pos=0) const |
| get ContentDate (0008,0023) More... | |
| virtual OFCondition | getContentQualification (OFString &value, const signed long pos=0) const |
| get ContentQualification (0018,9004) 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 | 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 | getInstanceCoercionDateTime (OFString &value, const signed long pos=0) const |
| get InstanceCoercionDateTime (0008,0015) 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 | 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 | getLastMenstrualDate (OFString &value, const signed long pos=0) const |
| get LastMenstrualDate (0010,21d0) More... | |
| virtual OFCondition | getLongitudinalTemporalInformationModified (OFString &value, const signed long pos=0) const |
| get LongitudinalTemporalInformationModified (0028,0303) 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 | getMeasuredAPDimension (OFString &value, const signed long pos=0) const |
| get MeasuredAPDimension (0010,1023) More... | |
| virtual OFCondition | getMeasuredAPDimension (Float64 &value, const unsigned long pos=0) const |
| get MeasuredAPDimension (0010,1023) More... | |
| virtual OFCondition | getMeasuredLateralDimension (OFString &value, const signed long pos=0) const |
| get MeasuredLateralDimension (0010,1024) More... | |
| virtual OFCondition | getMeasuredLateralDimension (Float64 &value, const unsigned long pos=0) const |
| get MeasuredLateralDimension (0010,1024) More... | |
| virtual OFCondition | getMedicalAlerts (OFString &value, const signed long pos=0) const |
| get MedicalAlerts (0010,2000) 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 | getOperatorsName (OFString &value, const signed long pos=0) const |
| get OperatorsName (0008,1070) 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 | getPatientAlternativeCalendar (OFString &value, const signed long pos=0) const |
| get PatientAlternativeCalendar (0010,0035) More... | |
| virtual OFCondition | getPatientBirthDate (OFString &value, const signed long pos=0) const |
| get PatientBirthDate (0010,0030) More... | |
| virtual OFCondition | getPatientBirthDateInAlternativeCalendar (OFString &value, const signed long pos=0) const |
| get PatientBirthDateInAlternativeCalendar (0010,0033) More... | |
| virtual OFCondition | getPatientBirthTime (OFString &value, const signed long pos=0) const |
| get PatientBirthTime (0010,0032) More... | |
| virtual OFCondition | getPatientBodyMassIndex (OFString &value, const signed long pos=0) const |
| get PatientBodyMassIndex (0010,1022) More... | |
| virtual OFCondition | getPatientBodyMassIndex (Float64 &value, const unsigned long pos=0) const |
| get PatientBodyMassIndex (0010,1022) 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 | getPatientDeathDateInAlternativeCalendar (OFString &value, const signed long pos=0) const |
| get PatientDeathDateInAlternativeCalendar (0010,0034) 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 | getPatientState (OFString &value, const signed long pos=0) const |
| get PatientState (0038,0500) 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 | getPerformedProcedureStepEndDate (OFString &value, const signed long pos=0) const |
| get PerformedProcedureStepEndDate (0040,0250) More... | |
| virtual OFCondition | getPerformedProcedureStepEndTime (OFString &value, const signed long pos=0) const |
| get PerformedProcedureStepEndTime (0040,0251) 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 | getPixelPaddingRangeLimit (Uint16 &value, const unsigned long pos=0) const |
| get PixelPaddingRangeLimit (0028,0121) 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 | getPregnancyStatus (Uint16 &value, const unsigned long pos=0) const |
| get PregnancyStatus (0010,21c0) 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 | getQualityControlSubject (OFString &value, const signed long pos=0) const |
| get QualityControlSubject (0010,0200) More... | |
| virtual OFCondition | getQueryRetrieveView (OFString &value, const signed long pos=0) const |
| get QueryRetrieveView (0008,0053) 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 | getRecognizableVisualFeatures (OFString &value, const signed long pos=0) const |
| get RecognizableVisualFeatures (0028,0302) 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 | getSeriesDate (OFString &value, const signed long pos=0) const |
| get SeriesDate (0008,0021) 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 | getSeriesTime (OFString &value, const signed long pos=0) const |
| get SeriesTime (0008,0031) More... | |
| virtual OFCondition | getServiceEpisodeDescription (OFString &value, const signed long pos=0) const |
| get ServiceEpisodeDescription (0038,0062) More... | |
| virtual OFCondition | getServiceEpisodeID (OFString &value, const signed long pos=0) const |
| get ServiceEpisodeID (0038,0060) 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 | getSmokingStatus (OFString &value, const signed long pos=0) const |
| get SmokingStatus (0010,21a0) 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 | getSpatialTransformOfDose (OFString &value, const signed long pos=0) const |
| get SpatialTransformOfDose (3004,0005) 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 | getStereoPairsPresent (OFString &value, const signed long pos=0) const |
| get StereoPairsPresent (0022,0028) More... | |
| virtual OFCondition | getStrainAdditionalInformation (OFString &value, const signed long pos=0) const |
| get StrainAdditionalInformation (0010,0218) More... | |
| virtual OFCondition | getStrainDescription (OFString &value, const signed long pos=0) const |
| get StrainDescription (0010,0212) More... | |
| virtual OFCondition | getStrainNomenclature (OFString &value, const signed long pos=0) const |
| get StrainNomenclature (0010,0213) 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... | |
| DcmPixelData & | getPixelData () |
| get PixelData (7fe0,0010) More... | |
| const DcmPixelData & | getPixelData () const |
| get PixelData (7fe0,0010) More... | |
| DRTAdmittingDiagnosesCodeSequence & | getAdmittingDiagnosesCodeSequence () |
| get AdmittingDiagnosesCodeSequence (0008,1084) More... | |
| const DRTAdmittingDiagnosesCodeSequence & | getAdmittingDiagnosesCodeSequence () const |
| get AdmittingDiagnosesCodeSequence (0008,1084) More... | |
| DRTBreedRegistrationSequence & | getBreedRegistrationSequence () |
| get BreedRegistrationSequence (0010,2294) More... | |
| const DRTBreedRegistrationSequence & | getBreedRegistrationSequence () const |
| get BreedRegistrationSequence (0010,2294) More... | |
| DRTCodingSchemeIdentificationSequence & | getCodingSchemeIdentificationSequence () |
| get CodingSchemeIdentificationSequence (0008,0110) More... | |
| const DRTCodingSchemeIdentificationSequence & | getCodingSchemeIdentificationSequence () const |
| get CodingSchemeIdentificationSequence (0008,0110) More... | |
| DRTConsentForClinicalTrialUseSequence & | getConsentForClinicalTrialUseSequence () |
| get ConsentForClinicalTrialUseSequence (0012,0083) More... | |
| const DRTConsentForClinicalTrialUseSequence & | getConsentForClinicalTrialUseSequence () const |
| get ConsentForClinicalTrialUseSequence (0012,0083) More... | |
| DRTConsultingPhysicianIdentificationSequence & | getConsultingPhysicianIdentificationSequence () |
| get ConsultingPhysicianIdentificationSequence (0008,009d) More... | |
| const DRTConsultingPhysicianIdentificationSequence & | getConsultingPhysicianIdentificationSequence () const |
| get ConsultingPhysicianIdentificationSequence (0008,009d) More... | |
| DRTContextGroupIdentificationSequence & | getContextGroupIdentificationSequence () |
| get ContextGroupIdentificationSequence (0008,0123) More... | |
| const DRTContextGroupIdentificationSequence & | getContextGroupIdentificationSequence () const |
| get ContextGroupIdentificationSequence (0008,0123) More... | |
| DRTContributingEquipmentSequence & | getContributingEquipmentSequence () |
| get ContributingEquipmentSequence (0018,a001) More... | |
| const DRTContributingEquipmentSequence & | getContributingEquipmentSequence () const |
| get ContributingEquipmentSequence (0018,a001) More... | |
| DRTConversionSourceAttributesSequence & | getConversionSourceAttributesSequence () |
| get ConversionSourceAttributesSequence (0020,9172) More... | |
| const DRTConversionSourceAttributesSequence & | getConversionSourceAttributesSequence () const |
| get ConversionSourceAttributesSequence (0020,9172) More... | |
| DRTDVHSequence & | getDVHSequence () |
| get DVHSequence (3004,0050) More... | |
| const DRTDVHSequence & | getDVHSequence () const |
| get DVHSequence (3004,0050) More... | |
| DRTDeidentificationMethodCodeSequence & | getDeidentificationMethodCodeSequence () |
| get DeidentificationMethodCodeSequence (0012,0064) More... | |
| const DRTDeidentificationMethodCodeSequence & | getDeidentificationMethodCodeSequence () const |
| get DeidentificationMethodCodeSequence (0012,0064) More... | |
| DRTDerivationCodeSequence & | getDerivationCodeSequence () |
| get DerivationCodeSequence (0008,9215) More... | |
| const DRTDerivationCodeSequence & | getDerivationCodeSequence () const |
| get DerivationCodeSequence (0008,9215) More... | |
| DRTDigitalSignaturesSequence & | getDigitalSignaturesSequence () |
| get DigitalSignaturesSequence (fffa,fffa) More... | |
| const DRTDigitalSignaturesSequence & | getDigitalSignaturesSequence () const |
| get DigitalSignaturesSequence (fffa,fffa) More... | |
| DRTEncryptedAttributesSequence & | getEncryptedAttributesSequence () |
| get EncryptedAttributesSequence (0400,0500) More... | |
| const DRTEncryptedAttributesSequence & | getEncryptedAttributesSequence () const |
| get EncryptedAttributesSequence (0400,0500) More... | |
| DRTFrameExtractionSequence & | getFrameExtractionSequence () |
| get FrameExtractionSequence (0008,1164) More... | |
| const DRTFrameExtractionSequence & | getFrameExtractionSequence () const |
| get FrameExtractionSequence (0008,1164) More... | |
| DRTGroupOfPatientsIdentificationSequence & | getGroupOfPatientsIdentificationSequence () |
| get GroupOfPatientsIdentificationSequence (0010,0027) More... | |
| const DRTGroupOfPatientsIdentificationSequence & | getGroupOfPatientsIdentificationSequence () const |
| get GroupOfPatientsIdentificationSequence (0010,0027) More... | |
| DRTHL7StructuredDocumentReferenceSequence & | getHL7StructuredDocumentReferenceSequence () |
| get HL7StructuredDocumentReferenceSequence (0040,a390) More... | |
| const DRTHL7StructuredDocumentReferenceSequence & | getHL7StructuredDocumentReferenceSequence () const |
| get HL7StructuredDocumentReferenceSequence (0040,a390) More... | |
| DRTIconImageSequence & | getIconImageSequence () |
| get IconImageSequence (0088,0200) More... | |
| const DRTIconImageSequence & | getIconImageSequence () const |
| get IconImageSequence (0088,0200) More... | |
| DRTIssuerOfAccessionNumberSequence & | getIssuerOfAccessionNumberSequence () |
| get IssuerOfAccessionNumberSequence (0008,0051) More... | |
| const DRTIssuerOfAccessionNumberSequence & | getIssuerOfAccessionNumberSequence () const |
| get IssuerOfAccessionNumberSequence (0008,0051) More... | |
| DRTIssuerOfAdmissionIDSequence & | getIssuerOfAdmissionIDSequence () |
| get IssuerOfAdmissionIDSequence (0038,0014) More... | |
| const DRTIssuerOfAdmissionIDSequence & | getIssuerOfAdmissionIDSequence () const |
| get IssuerOfAdmissionIDSequence (0038,0014) More... | |
| DRTIssuerOfPatientIDQualifiersSequence & | getIssuerOfPatientIDQualifiersSequence () |
| get IssuerOfPatientIDQualifiersSequence (0010,0024) More... | |
| const DRTIssuerOfPatientIDQualifiersSequence & | getIssuerOfPatientIDQualifiersSequence () const |
| get IssuerOfPatientIDQualifiersSequence (0010,0024) More... | |
| DRTIssuerOfServiceEpisodeIDSequence & | getIssuerOfServiceEpisodeIDSequence () |
| get IssuerOfServiceEpisodeIDSequence (0038,0064) More... | |
| const DRTIssuerOfServiceEpisodeIDSequence & | getIssuerOfServiceEpisodeIDSequence () const |
| get IssuerOfServiceEpisodeIDSequence (0038,0064) More... | |
| DRTMACParametersSequence & | getMACParametersSequence () |
| get MACParametersSequence (4ffe,0001) More... | |
| const DRTMACParametersSequence & | getMACParametersSequence () const |
| get MACParametersSequence (4ffe,0001) More... | |
| DRTMappingResourceIdentificationSequence & | getMappingResourceIdentificationSequence () |
| get MappingResourceIdentificationSequence (0008,0124) More... | |
| const DRTMappingResourceIdentificationSequence & | getMappingResourceIdentificationSequence () const |
| get MappingResourceIdentificationSequence (0008,0124) More... | |
| DRTModalityLUTSequence & | getModalityLUTSequence () |
| get ModalityLUTSequence (0028,3000) More... | |
| const DRTModalityLUTSequence & | getModalityLUTSequence () const |
| get ModalityLUTSequence (0028,3000) More... | |
| DRTOperatorIdentificationSequence & | getOperatorIdentificationSequence () |
| get OperatorIdentificationSequence (0008,1072) More... | |
| const DRTOperatorIdentificationSequence & | getOperatorIdentificationSequence () const |
| get OperatorIdentificationSequence (0008,1072) More... | |
| DRTOriginalAttributesSequence & | getOriginalAttributesSequence () |
| get OriginalAttributesSequence (0400,0561) More... | |
| const DRTOriginalAttributesSequence & | getOriginalAttributesSequence () const |
| get OriginalAttributesSequence (0400,0561) More... | |
| DRTOtherPatientIDsSequence & | getOtherPatientIDsSequence () |
| get OtherPatientIDsSequence (0010,1002) More... | |
| const DRTOtherPatientIDsSequence & | getOtherPatientIDsSequence () const |
| get OtherPatientIDsSequence (0010,1002) More... | |
| DRTPatientBreedCodeSequence & | getPatientBreedCodeSequence () |
| get PatientBreedCodeSequence (0010,2293) More... | |
| const DRTPatientBreedCodeSequence & | getPatientBreedCodeSequence () const |
| get PatientBreedCodeSequence (0010,2293) More... | |
| DRTPatientSizeCodeSequence & | getPatientSizeCodeSequence () |
| get PatientSizeCodeSequence (0010,1021) More... | |
| const DRTPatientSizeCodeSequence & | getPatientSizeCodeSequence () const |
| get PatientSizeCodeSequence (0010,1021) More... | |
| DRTPatientSpeciesCodeSequence & | getPatientSpeciesCodeSequence () |
| get PatientSpeciesCodeSequence (0010,2202) More... | |
| const DRTPatientSpeciesCodeSequence & | getPatientSpeciesCodeSequence () const |
| get PatientSpeciesCodeSequence (0010,2202) More... | |
| DRTPerformedProtocolCodeSequence & | getPerformedProtocolCodeSequence () |
| get PerformedProtocolCodeSequence (0040,0260) More... | |
| const DRTPerformedProtocolCodeSequence & | getPerformedProtocolCodeSequence () const |
| get PerformedProtocolCodeSequence (0040,0260) More... | |
| DRTPhysiciansOfRecordIdentificationSequence & | getPhysiciansOfRecordIdentificationSequence () |
| get PhysiciansOfRecordIdentificationSequence (0008,1049) More... | |
| const DRTPhysiciansOfRecordIdentificationSequence & | getPhysiciansOfRecordIdentificationSequence () const |
| get PhysiciansOfRecordIdentificationSequence (0008,1049) More... | |
| DRTPhysiciansReadingStudyIdentificationSequence & | getPhysiciansReadingStudyIdentificationSequence () |
| get PhysiciansReadingStudyIdentificationSequence (0008,1062) More... | |
| const DRTPhysiciansReadingStudyIdentificationSequence & | getPhysiciansReadingStudyIdentificationSequence () const |
| get PhysiciansReadingStudyIdentificationSequence (0008,1062) More... | |
| DRTPredecessorStructureSetSequence & | getPredecessorStructureSetSequence () |
| get PredecessorStructureSetSequence (3006,0018) More... | |
| const DRTPredecessorStructureSetSequence & | getPredecessorStructureSetSequence () const |
| get PredecessorStructureSetSequence (3006,0018) More... | |
| DRTPrivateDataElementCharacteristicsSequence & | getPrivateDataElementCharacteristicsSequence () |
| get PrivateDataElementCharacteristicsSequence (0008,0300) More... | |
| const DRTPrivateDataElementCharacteristicsSequence & | getPrivateDataElementCharacteristicsSequence () const |
| get PrivateDataElementCharacteristicsSequence (0008,0300) More... | |
| DRTProcedureCodeSequence & | getProcedureCodeSequence () |
| get ProcedureCodeSequence (0008,1032) More... | |
| const DRTProcedureCodeSequence & | getProcedureCodeSequence () const |
| get ProcedureCodeSequence (0008,1032) More... | |
| DRTROIContourSequence & | getROIContourSequence () |
| get ROIContourSequence (3006,0039) More... | |
| const DRTROIContourSequence & | getROIContourSequence () const |
| get ROIContourSequence (3006,0039) More... | |
| DRTRTDoseROISequence & | getRTDoseROISequence () |
| get RTDoseROISequence (3004,0010) More... | |
| const DRTRTDoseROISequence & | getRTDoseROISequence () const |
| get RTDoseROISequence (3004,0010) More... | |
| DRTRealWorldValueMappingSequence & | getRealWorldValueMappingSequence () |
| get RealWorldValueMappingSequence (0040,9096) More... | |
| const DRTRealWorldValueMappingSequence & | getRealWorldValueMappingSequence () const |
| get RealWorldValueMappingSequence (0040,9096) More... | |
| DRTReasonForPerformedProcedureCodeSequence & | getReasonForPerformedProcedureCodeSequence () |
| get ReasonForPerformedProcedureCodeSequence (0040,1012) More... | |
| const DRTReasonForPerformedProcedureCodeSequence & | getReasonForPerformedProcedureCodeSequence () const |
| get ReasonForPerformedProcedureCodeSequence (0040,1012) More... | |
| DRTReferencedFrameOfReferenceSequence & | getReferencedFrameOfReferenceSequence () |
| get ReferencedFrameOfReferenceSequence (3006,0010) More... | |
| const DRTReferencedFrameOfReferenceSequence & | getReferencedFrameOfReferenceSequence () const |
| get ReferencedFrameOfReferenceSequence (3006,0010) More... | |
| DRTReferencedInstanceSequence & | getReferencedInstanceSequence () |
| get ReferencedInstanceSequence (0008,114a) More... | |
| const DRTReferencedInstanceSequence & | getReferencedInstanceSequence () const |
| get ReferencedInstanceSequence (0008,114a) More... | |
| DRTReferencedPatientPhotoSequence & | getReferencedPatientPhotoSequence () |
| get ReferencedPatientPhotoSequence (0010,1100) More... | |
| const DRTReferencedPatientPhotoSequence & | getReferencedPatientPhotoSequence () const |
| get ReferencedPatientPhotoSequence (0010,1100) More... | |
| DRTReferencedPatientSequence & | getReferencedPatientSequence () |
| get ReferencedPatientSequence (0008,1120) More... | |
| const DRTReferencedPatientSequence & | getReferencedPatientSequence () const |
| get ReferencedPatientSequence (0008,1120) More... | |
| DRTReferencedPerformedProcedureStepSequence & | getReferencedPerformedProcedureStepSequence () |
| get ReferencedPerformedProcedureStepSequence (0008,1111) More... | |
| const DRTReferencedPerformedProcedureStepSequence & | getReferencedPerformedProcedureStepSequence () const |
| get ReferencedPerformedProcedureStepSequence (0008,1111) More... | |
| DRTReferencedRTPlanSequence & | getReferencedRTPlanSequence () |
| get ReferencedRTPlanSequence (300c,0002) More... | |
| const DRTReferencedRTPlanSequence & | getReferencedRTPlanSequence () const |
| get ReferencedRTPlanSequence (300c,0002) More... | |
| DRTReferencedSeriesSequence & | getReferencedSeriesSequence () |
| get ReferencedSeriesSequence (0008,1115) More... | |
| const DRTReferencedSeriesSequence & | getReferencedSeriesSequence () const |
| get ReferencedSeriesSequence (0008,1115) More... | |
| DRTReferencedSpatialRegistrationSequence & | getReferencedSpatialRegistrationSequence () |
| get ReferencedSpatialRegistrationSequence (0070,0404) More... | |
| const DRTReferencedSpatialRegistrationSequence & | getReferencedSpatialRegistrationSequence () const |
| get ReferencedSpatialRegistrationSequence (0070,0404) More... | |
| DRTReferencedStructureSetSequence & | getReferencedStructureSetSequence () |
| get ReferencedStructureSetSequence (300c,0060) More... | |
| const DRTReferencedStructureSetSequence & | getReferencedStructureSetSequence () const |
| get ReferencedStructureSetSequence (300c,0060) More... | |
| DRTReferencedStudySequence & | getReferencedStudySequence () |
| get ReferencedStudySequence (0008,1110) More... | |
| const DRTReferencedStudySequence & | getReferencedStudySequence () const |
| get ReferencedStudySequence (0008,1110) More... | |
| DRTReferencedTreatmentRecordSequenceInRTDoseModule & | getReferencedTreatmentRecordSequence () |
| get ReferencedTreatmentRecordSequence (3008,0030) More... | |
| const DRTReferencedTreatmentRecordSequenceInRTDoseModule & | getReferencedTreatmentRecordSequence () const |
| get ReferencedTreatmentRecordSequence (3008,0030) More... | |
| DRTReferringPhysicianIdentificationSequence & | getReferringPhysicianIdentificationSequence () |
| get ReferringPhysicianIdentificationSequence (0008,0096) More... | |
| const DRTReferringPhysicianIdentificationSequence & | getReferringPhysicianIdentificationSequence () const |
| get ReferringPhysicianIdentificationSequence (0008,0096) More... | |
| DRTRequestAttributesSequence & | getRequestAttributesSequence () |
| get RequestAttributesSequence (0040,0275) More... | |
| const DRTRequestAttributesSequence & | getRequestAttributesSequence () const |
| get RequestAttributesSequence (0040,0275) More... | |
| DRTRequestingServiceCodeSequence & | getRequestingServiceCodeSequence () |
| get RequestingServiceCodeSequence (0032,1034) More... | |
| const DRTRequestingServiceCodeSequence & | getRequestingServiceCodeSequence () const |
| get RequestingServiceCodeSequence (0032,1034) More... | |
| DRTSeriesDescriptionCodeSequence & | getSeriesDescriptionCodeSequence () |
| get SeriesDescriptionCodeSequence (0008,103f) More... | |
| const DRTSeriesDescriptionCodeSequence & | getSeriesDescriptionCodeSequence () const |
| get SeriesDescriptionCodeSequence (0008,103f) More... | |
| DRTSourcePatientGroupIdentificationSequence & | getSourcePatientGroupIdentificationSequence () |
| get SourcePatientGroupIdentificationSequence (0010,0026) More... | |
| const DRTSourcePatientGroupIdentificationSequence & | getSourcePatientGroupIdentificationSequence () const |
| get SourcePatientGroupIdentificationSequence (0010,0026) More... | |
| DRTStrainCodeSequence & | getStrainCodeSequence () |
| get StrainCodeSequence (0010,0219) More... | |
| const DRTStrainCodeSequence & | getStrainCodeSequence () const |
| get StrainCodeSequence (0010,0219) More... | |
| DRTStrainStockSequence & | getStrainStockSequence () |
| get StrainStockSequence (0010,0216) More... | |
| const DRTStrainStockSequence & | getStrainStockSequence () const |
| get StrainStockSequence (0010,0216) More... | |
| DRTStructureSetROISequence & | getStructureSetROISequence () |
| get StructureSetROISequence (3006,0020) More... | |
| const DRTStructureSetROISequence & | getStructureSetROISequence () const |
| get StructureSetROISequence (3006,0020) More... | |
| DRTStudiesContainingOtherReferencedInstancesSequence & | getStudiesContainingOtherReferencedInstancesSequence () |
| get StudiesContainingOtherReferencedInstancesSequence (0008,1200) More... | |
| const DRTStudiesContainingOtherReferencedInstancesSequence & | getStudiesContainingOtherReferencedInstancesSequence () const |
| get StudiesContainingOtherReferencedInstancesSequence (0008,1200) More... | |
| DRTUDISequence & | getUDISequence () |
| get UDISequence (0018,100a) More... | |
| const DRTUDISequence & | getUDISequence () const |
| get UDISequence (0018,100a) 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 | setAllergies (const OFString &value, const OFBool check=OFTrue) |
| set Allergies (0010,2110) 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 | setClinicalTrialProtocolEthicsCommitteeApprovalNumber (const OFString &value, const OFBool check=OFTrue) |
| set ClinicalTrialProtocolEthicsCommitteeApprovalNumber (0012,0082) More... | |
| virtual OFCondition | setClinicalTrialProtocolEthicsCommitteeName (const OFString &value, const OFBool check=OFTrue) |
| set ClinicalTrialProtocolEthicsCommitteeName (0012,0081) 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 | setClinicalTrialSeriesDescription (const OFString &value, const OFBool check=OFTrue) |
| set ClinicalTrialSeriesDescription (0012,0072) More... | |
| virtual OFCondition | setClinicalTrialSeriesID (const OFString &value, const OFBool check=OFTrue) |
| set ClinicalTrialSeriesID (0012,0071) 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 | setColorSpace (const OFString &value, const OFBool check=OFTrue) |
| set ColorSpace (0028,2002) More... | |
| virtual OFCondition | setColumns (const Uint16 value, const unsigned long pos=0) |
| set Columns (0028,0011) More... | |
| virtual OFCondition | setCommentsOnThePerformedProcedureStep (const OFString &value, const OFBool check=OFTrue) |
| set CommentsOnThePerformedProcedureStep (0040,0280) More... | |
| virtual OFCondition | setConsultingPhysicianName (const OFString &value, const OFBool check=OFTrue) |
| set ConsultingPhysicianName (0008,009c) More... | |
| virtual OFCondition | setContentDate (const OFString &value, const OFBool check=OFTrue) |
| set ContentDate (0008,0023) More... | |
| virtual OFCondition | setContentQualification (const OFString &value, const OFBool check=OFTrue) |
| set ContentQualification (0018,9004) 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 | 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 | setInstanceCoercionDateTime (const OFString &value, const OFBool check=OFTrue) |
| set InstanceCoercionDateTime (0008,0015) 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 | 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 | setLastMenstrualDate (const OFString &value, const OFBool check=OFTrue) |
| set LastMenstrualDate (0010,21d0) More... | |
| virtual OFCondition | setLongitudinalTemporalInformationModified (const OFString &value, const OFBool check=OFTrue) |
| set LongitudinalTemporalInformationModified (0028,0303) 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 | setMeasuredAPDimension (const OFString &value, const OFBool check=OFTrue) |
| set MeasuredAPDimension (0010,1023) More... | |
| virtual OFCondition | setMeasuredLateralDimension (const OFString &value, const OFBool check=OFTrue) |
| set MeasuredLateralDimension (0010,1024) More... | |
| virtual OFCondition | setMedicalAlerts (const OFString &value, const OFBool check=OFTrue) |
| set MedicalAlerts (0010,2000) 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 | setOperatorsName (const OFString &value, const OFBool check=OFTrue) |
| set OperatorsName (0008,1070) 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 | setPatientAlternativeCalendar (const OFString &value, const OFBool check=OFTrue) |
| set PatientAlternativeCalendar (0010,0035) More... | |
| virtual OFCondition | setPatientBirthDate (const OFString &value, const OFBool check=OFTrue) |
| set PatientBirthDate (0010,0030) More... | |
| virtual OFCondition | setPatientBirthDateInAlternativeCalendar (const OFString &value, const OFBool check=OFTrue) |
| set PatientBirthDateInAlternativeCalendar (0010,0033) More... | |
| virtual OFCondition | setPatientBirthTime (const OFString &value, const OFBool check=OFTrue) |
| set PatientBirthTime (0010,0032) More... | |
| virtual OFCondition | setPatientBodyMassIndex (const OFString &value, const OFBool check=OFTrue) |
| set PatientBodyMassIndex (0010,1022) 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 | setPatientDeathDateInAlternativeCalendar (const OFString &value, const OFBool check=OFTrue) |
| set PatientDeathDateInAlternativeCalendar (0010,0034) 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 | setPatientState (const OFString &value, const OFBool check=OFTrue) |
| set PatientState (0038,0500) 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 | setPerformedProcedureStepEndDate (const OFString &value, const OFBool check=OFTrue) |
| set PerformedProcedureStepEndDate (0040,0250) More... | |
| virtual OFCondition | setPerformedProcedureStepEndTime (const OFString &value, const OFBool check=OFTrue) |
| set PerformedProcedureStepEndTime (0040,0251) 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 | setPixelPaddingRangeLimit (const Uint16 value, const unsigned long pos=0) |
| set PixelPaddingRangeLimit (0028,0121) 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 | setPregnancyStatus (const Uint16 value, const unsigned long pos=0) |
| set PregnancyStatus (0010,21c0) 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 | setQualityControlSubject (const OFString &value, const OFBool check=OFTrue) |
| set QualityControlSubject (0010,0200) More... | |
| virtual OFCondition | setQueryRetrieveView (const OFString &value, const OFBool check=OFTrue) |
| set QueryRetrieveView (0008,0053) 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 | setRecognizableVisualFeatures (const OFString &value, const OFBool check=OFTrue) |
| set RecognizableVisualFeatures (0028,0302) 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 | setSeriesDate (const OFString &value, const OFBool check=OFTrue) |
| set SeriesDate (0008,0021) 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 | setSeriesTime (const OFString &value, const OFBool check=OFTrue) |
| set SeriesTime (0008,0031) More... | |
| virtual OFCondition | setServiceEpisodeDescription (const OFString &value, const OFBool check=OFTrue) |
| set ServiceEpisodeDescription (0038,0062) More... | |
| virtual OFCondition | setServiceEpisodeID (const OFString &value, const OFBool check=OFTrue) |
| set ServiceEpisodeID (0038,0060) 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 | setSmokingStatus (const OFString &value, const OFBool check=OFTrue) |
| set SmokingStatus (0010,21a0) 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 | setSpatialTransformOfDose (const OFString &value, const OFBool check=OFTrue) |
| set SpatialTransformOfDose (3004,0005) 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 | setStereoPairsPresent (const OFString &value, const OFBool check=OFTrue) |
| set StereoPairsPresent (0022,0028) More... | |
| virtual OFCondition | setStrainAdditionalInformation (const OFString &value, const OFBool check=OFTrue) |
| set StrainAdditionalInformation (0010,0218) More... | |
| virtual OFCondition | setStrainDescription (const OFString &value, const OFBool check=OFTrue) |
| set StrainDescription (0010,0212) More... | |
| virtual OFCondition | setStrainNomenclature (const OFString &value, const OFBool check=OFTrue) |
| set StrainNomenclature (0010,0213) 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... | |
helper class for working with radio therapy dose information objects.
This class provides several helper functions on top of DRTDoseIOD.
|
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.
| x | x-coordinate of the pixel. The valid range is from 0 up to getDoseImageWidth()-1. Left edge of the image has coordinate 0. |
| y | y-coordinate of the pixel. The valid range is from 0 up to getDoseImageHeight()-1. Top edge of the image has coordinate 0. |
| frame | frame to use. The first frame has number 0, the last frame is getNumberOfFrames()-1. |
|
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.
| result | after this function returns successfully, this value will be set to the dose information for the requested pixel. |
| x | x-coordinate of the pixel. The valid range is from 0 up to getDoseImageWidth()-1. Left edge of the image has coordinate 0. |
| y | y-coordinate of the pixel. The valid range is from 0 up to getDoseImageHeight()-1. Top edge of the image has coordinate 0. |
| frame | frame to use. The first frame has number 0, the last frame is getNumberOfFrames()-1. |
|
virtual |
get the dose information for a single frame of the image.
| result | after 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. |
| frame | frame to use. The first frame has number 0, the last frame is getNumberOfFrames()-1. |
|
virtual |
get the height in pixel of the dose image
|
virtual |
get the dose information for the whole image.
| result | after 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. |
|
virtual |
get the width in pixel of the dose image
|
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.
| x | x-coordinate of the pixel. The valid range is from 0 up to getDoseImageWidth()-1. Left edge of the image has coordinate 0. |
| y | y-coordinate of the pixel. The valid range is from 0 up to getDoseImageHeight()-1. Top edge of the image has coordinate 0. |
| frame | frame to use. The first frame has number 0, the last frame is getNumberOfFrames()-1. |
|
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.
| result | after this function returns successfully, this value will be set to the unscaled dose information for the requested pixel. |
| x | x-coordinate of the pixel. The valid range is from 0 up to getDoseImageWidth()-1. Left edge of the image has coordinate 0. |
| y | y-coordinate of the pixel. The valid range is from 0 up to getDoseImageHeight()-1. Top edge of the image has coordinate 0. |
| frame | frame to use. The first frame has number 0, the last frame is getNumberOfFrames()-1. |
|
virtual |
check whether the current internal state is valid
Reimplemented from DRTDoseIOD.
|
virtual |
load an object from a file
| fileName | name 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. |
| readMode | read 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. |
| readXfer | transfer syntax used to read the data (auto detection if EXS_Unknown) |