|  | 
|  | DRTImage () | 
|  | Default constructor. 
 | 
|  | 
|  | ~DRTImage () | 
|  | Destructor. 
 | 
|  | 
| virtual OFCondition | loadFile (const OFFilename &fileName, const E_FileReadMode readMode=ERM_autoDetect, const E_TransferSyntax readXfer=EXS_Unknown) | 
|  | Load an object from a file. 
 | 
|  | 
| virtual OFCondition | read (DcmItem *dataset) | 
|  | Load an RT Image from a given dataset. 
 | 
|  | 
| DicomImage * | getImage () | 
|  | Get the DicomImage instance for this RT Image. 
 | 
|  | 
| const DicomImage * | getImage () const | 
|  | Get the DicomImage instance for this RT Image. 
 | 
|  | 
| unsigned long | getWidth () const | 
|  | Get the number of pixels in one row. 
 | 
|  | 
| unsigned long | getHeight () const | 
|  | Get the number of pixels in one column. 
 | 
|  | 
| int | getDepth () const | 
|  | Get the number of bits per sample of the internal representation. 
 | 
|  | 
| unsigned long | getFrameCount () const | 
|  | Get the number of frames. 
 | 
|  | 
| EI_Status | getStatus () const | 
|  | Get the current status code. 
 | 
|  | 
| OFCondition | getOutputData (OFVector< Uint8 > &result, const unsigned long frame=0) | 
|  | render pixel data and return result as a memory buffer. 
 | 
|  | 
| OFCondition | setNoVoiTransformation () | 
|  | unset all VOI transformations (windows and LUTs). 
 | 
|  | 
| OFCondition | setMinMaxWindow (const int idx=0) | 
|  | set automatically calculated minimum/maximum window. 
 | 
|  | 
| OFCondition | setHistogramWindow (const double thresh=0.05) | 
|  | set automatically calculated histogram window. 
 | 
|  | 
| OFCondition | setRoiWindow (const unsigned long left_pos, const unsigned long top_pos, const unsigned long width, const unsigned long height, const unsigned long frame=0) | 
|  | set automatically calculated VOI window for the specified Region of Interest (ROI). 
 | 
|  | 
| OFCondition | setWindow (const double center, const double width) | 
|  | set specified window (given by window width and center). 
 | 
|  | 
| OFCondition | getWindow (double ¢er, double &width) | 
|  | get current window center and width values 
 | 
|  | 
| virtual void | clear () | 
|  | Clear all internal state. 
 | 
|  | 
|  | DRTImageIOD () | 
|  | default constructor 
 | 
|  | 
|  | DRTImageIOD (const DRTImageIOD ©) | 
|  | copy constructor 
 | 
|  | 
| virtual | ~DRTImageIOD () | 
|  | destructor 
 | 
|  | 
| DRTImageIOD & | operator= (const DRTImageIOD ©) | 
|  | assignment operator 
 | 
|  | 
| virtual OFBool | isValid () | 
|  | check whether the current internal state is valid 
 | 
|  | 
| virtual OFCondition | readPatientData (DcmItem &dataset) | 
|  | read PatientData from dataset 
 | 
|  | 
| virtual OFCondition | readStudyData (DcmItem &dataset) | 
|  | read StudyData from dataset. 
 | 
|  | 
| virtual OFCondition | readSeriesData (DcmItem &dataset) | 
|  | read SeriesData from dataset. 
 | 
|  | 
| virtual OFCondition | write (DcmItem &dataset) | 
|  | write object to dataset 
 | 
|  | 
| virtual OFBool | isClinicalTrialSubjectModulePresent (const OFBool complete=OFFalse) | 
|  | check whether ClinicalTrialSubjectModule (U) is present. 
 | 
|  | 
| virtual OFBool | isPatientStudyModulePresent (const OFBool complete=OFFalse) | 
|  | check whether PatientStudyModule (U) is present. 
 | 
|  | 
| virtual OFBool | isClinicalTrialStudyModulePresent (const OFBool complete=OFFalse) | 
|  | check whether ClinicalTrialStudyModule (U) is present. 
 | 
|  | 
| virtual OFBool | isClinicalTrialSeriesModulePresent (const OFBool complete=OFFalse) | 
|  | check whether ClinicalTrialSeriesModule (U) is present. 
 | 
|  | 
| virtual OFBool | isFrameOfReferenceModulePresent (const OFBool complete=OFFalse) | 
|  | check whether FrameOfReferenceModule (U) is present. 
 | 
|  | 
| virtual OFBool | isGeneralReferenceModulePresent (const OFBool complete=OFFalse) | 
|  | check whether GeneralReferenceModule (U) is present. 
 | 
|  | 
| virtual OFBool | isContrastBolusModulePresent (const OFBool complete=OFFalse) | 
|  | check whether ContrastBolusModule (C) is present. 
 | 
|  | 
| virtual OFBool | isCineModulePresent (const OFBool complete=OFFalse) | 
|  | check whether CineModule (C) is present. 
 | 
|  | 
| virtual OFBool | isMultiFrameModulePresent (const OFBool complete=OFFalse) | 
|  | check whether MultiFrameModule (C) is present. 
 | 
|  | 
| virtual OFBool | isDeviceModulePresent (const OFBool complete=OFFalse) | 
|  | check whether DeviceModule (U) is present. 
 | 
|  | 
| virtual OFBool | isModalityLUTModulePresent (const OFBool complete=OFFalse) | 
|  | check whether ModalityLUTModule (U) is present. 
 | 
|  | 
| virtual OFBool | isVOILUTModulePresent (const OFBool complete=OFFalse) | 
|  | check whether VOILUTModule (U) is present. 
 | 
|  | 
| virtual OFBool | isApprovalModulePresent (const OFBool complete=OFFalse) | 
|  | check whether ApprovalModule (U) is present. 
 | 
|  | 
| virtual OFBool | isCommonInstanceReferenceModulePresent (const OFBool complete=OFFalse) | 
|  | check whether CommonInstanceReferenceModule (U) is present. 
 | 
|  | 
| virtual OFBool | isFrameExtractionModulePresent (const OFBool complete=OFFalse) | 
|  | check whether FrameExtractionModule (C) is present. 
 | 
|  | 
| virtual OFCondition | getAccessionNumber (OFString &value, const signed long pos=0) const | 
|  | get AccessionNumber (0008,0050) 
 | 
|  | 
| virtual OFCondition | getAcquisitionDate (OFString &value, const signed long pos=0) const | 
|  | get AcquisitionDate (0008,0022) 
 | 
|  | 
| virtual OFCondition | getAcquisitionDateTime (OFString &value, const signed long pos=0) const | 
|  | get AcquisitionDateTime (0008,002a) 
 | 
|  | 
| virtual OFCondition | getAcquisitionDuration (Float64 &value, const unsigned long pos=0) const | 
|  | get AcquisitionDuration (0018,9073) 
 | 
|  | 
| virtual OFCondition | getAcquisitionNumber (OFString &value, const signed long pos=0) const | 
|  | get AcquisitionNumber (0020,0012) 
 | 
|  | 
| virtual OFCondition | getAcquisitionNumber (Sint32 &value, const unsigned long pos=0) const | 
|  | get AcquisitionNumber (0020,0012) 
 | 
|  | 
| virtual OFCondition | getAcquisitionTime (OFString &value, const signed long pos=0) const | 
|  | get AcquisitionTime (0008,0032) 
 | 
|  | 
| virtual OFCondition | getAcquisitionUID (OFString &value, const signed long pos=0) const | 
|  | get AcquisitionUID (0008,0017) 
 | 
|  | 
| virtual OFCondition | getActualFrameDuration (OFString &value, const signed long pos=0) const | 
|  | get ActualFrameDuration (0018,1242) 
 | 
|  | 
| virtual OFCondition | getActualFrameDuration (Sint32 &value, const unsigned long pos=0) const | 
|  | get ActualFrameDuration (0018,1242) 
 | 
|  | 
| virtual OFCondition | getAdditionalPatientHistory (OFString &value, const signed long pos=0) const | 
|  | get AdditionalPatientHistory (0010,21b0) 
 | 
|  | 
| virtual OFCondition | getAdmissionID (OFString &value, const signed long pos=0) const | 
|  | get AdmissionID (0038,0010) 
 | 
|  | 
| virtual OFCondition | getAdmittingDiagnosesDescription (OFString &value, const signed long pos=0) const | 
|  | get AdmittingDiagnosesDescription (0008,1080) 
 | 
|  | 
| virtual OFCondition | getAllergies (OFString &value, const signed long pos=0) const | 
|  | get Allergies (0010,2110) 
 | 
|  | 
| virtual OFCondition | getApprovalStatus (OFString &value, const signed long pos=0) const | 
|  | get ApprovalStatus (300e,0002) 
 | 
|  | 
| virtual OFCondition | getAuthorizationEquipmentCertificationNumber (OFString &value, const signed long pos=0) const | 
|  | get AuthorizationEquipmentCertificationNumber (0100,0426) 
 | 
|  | 
| virtual OFCondition | getBarcodeValue (OFString &value, const signed long pos=0) const | 
|  | get BarcodeValue (2200,0005) 
 | 
|  | 
| virtual OFCondition | getBeamLimitingDeviceAngle (OFString &value, const signed long pos=0) const | 
|  | get BeamLimitingDeviceAngle (300a,0120) 
 | 
|  | 
| virtual OFCondition | getBeamLimitingDeviceAngle (Float64 &value, const unsigned long pos=0) const | 
|  | get BeamLimitingDeviceAngle (300a,0120) 
 | 
|  | 
| virtual OFCondition | getBitsAllocated (Uint16 &value, const unsigned long pos=0) const | 
|  | get BitsAllocated (0028,0100) 
 | 
|  | 
| virtual OFCondition | getBitsStored (Uint16 &value, const unsigned long pos=0) const | 
|  | get BitsStored (0028,0101) 
 | 
|  | 
| virtual OFCondition | getBluePaletteColorLookupTableData (Uint16 *&value, unsigned long *count=NULL) const | 
|  | get BluePaletteColorLookupTableData (0028,1203) 
 | 
|  | 
| virtual OFCondition | getBluePaletteColorLookupTableDescriptor (Uint16 &value, const unsigned long pos=0) const | 
|  | get BluePaletteColorLookupTableDescriptor (0028,1103) 
 | 
|  | 
| virtual OFCondition | getBurnedInAnnotation (OFString &value, const signed long pos=0) const | 
|  | get BurnedInAnnotation (0028,0301) 
 | 
|  | 
| virtual OFCondition | getCineRate (OFString &value, const signed long pos=0) const | 
|  | get CineRate (0018,0040) 
 | 
|  | 
| virtual OFCondition | getCineRate (Sint32 &value, const unsigned long pos=0) const | 
|  | get CineRate (0018,0040) 
 | 
|  | 
| virtual OFCondition | getClinicalTrialCoordinatingCenterName (OFString &value, const signed long pos=0) const | 
|  | get ClinicalTrialCoordinatingCenterName (0012,0060) 
 | 
|  | 
| virtual OFCondition | getClinicalTrialProtocolEthicsCommitteeApprovalNumber (OFString &value, const signed long pos=0) const | 
|  | get ClinicalTrialProtocolEthicsCommitteeApprovalNumber (0012,0082) 
 | 
|  | 
| virtual OFCondition | getClinicalTrialProtocolEthicsCommitteeName (OFString &value, const signed long pos=0) const | 
|  | get ClinicalTrialProtocolEthicsCommitteeName (0012,0081) 
 | 
|  | 
| virtual OFCondition | getClinicalTrialProtocolID (OFString &value, const signed long pos=0) const | 
|  | get ClinicalTrialProtocolID (0012,0020) 
 | 
|  | 
| virtual OFCondition | getClinicalTrialProtocolName (OFString &value, const signed long pos=0) const | 
|  | get ClinicalTrialProtocolName (0012,0021) 
 | 
|  | 
| virtual OFCondition | getClinicalTrialSeriesDescription (OFString &value, const signed long pos=0) const | 
|  | get ClinicalTrialSeriesDescription (0012,0072) 
 | 
|  | 
| virtual OFCondition | getClinicalTrialSeriesID (OFString &value, const signed long pos=0) const | 
|  | get ClinicalTrialSeriesID (0012,0071) 
 | 
|  | 
| virtual OFCondition | getClinicalTrialSiteID (OFString &value, const signed long pos=0) const | 
|  | get ClinicalTrialSiteID (0012,0030) 
 | 
|  | 
| virtual OFCondition | getClinicalTrialSiteName (OFString &value, const signed long pos=0) const | 
|  | get ClinicalTrialSiteName (0012,0031) 
 | 
|  | 
| virtual OFCondition | getClinicalTrialSponsorName (OFString &value, const signed long pos=0) const | 
|  | get ClinicalTrialSponsorName (0012,0010) 
 | 
|  | 
| virtual OFCondition | getClinicalTrialSubjectID (OFString &value, const signed long pos=0) const | 
|  | get ClinicalTrialSubjectID (0012,0040) 
 | 
|  | 
| virtual OFCondition | getClinicalTrialSubjectReadingID (OFString &value, const signed long pos=0) const | 
|  | get ClinicalTrialSubjectReadingID (0012,0042) 
 | 
|  | 
| virtual OFCondition | getClinicalTrialTimePointDescription (OFString &value, const signed long pos=0) const | 
|  | get ClinicalTrialTimePointDescription (0012,0051) 
 | 
|  | 
| virtual OFCondition | getClinicalTrialTimePointID (OFString &value, const signed long pos=0) const | 
|  | get ClinicalTrialTimePointID (0012,0050) 
 | 
|  | 
| virtual OFCondition | getColorSpace (OFString &value, const signed long pos=0) const | 
|  | get ColorSpace (0028,2002) 
 | 
|  | 
| virtual OFCondition | getColumns (Uint16 &value, const unsigned long pos=0) const | 
|  | get Columns (0028,0011) 
 | 
|  | 
| virtual OFCondition | getCommentsOnThePerformedProcedureStep (OFString &value, const signed long pos=0) const | 
|  | get CommentsOnThePerformedProcedureStep (0040,0280) 
 | 
|  | 
| virtual OFCondition | getConsultingPhysicianName (OFString &value, const signed long pos=0) const | 
|  | get ConsultingPhysicianName (0008,009c) 
 | 
|  | 
| virtual OFCondition | getContentDate (OFString &value, const signed long pos=0) const | 
|  | get ContentDate (0008,0023) 
 | 
|  | 
| virtual OFCondition | getContentQualification (OFString &value, const signed long pos=0) const | 
|  | get ContentQualification (0018,9004) 
 | 
|  | 
| virtual OFCondition | getContentTime (OFString &value, const signed long pos=0) const | 
|  | get ContentTime (0008,0033) 
 | 
|  | 
| virtual OFCondition | getContrastBolusAgent (OFString &value, const signed long pos=0) const | 
|  | get ContrastBolusAgent (0018,0010) 
 | 
|  | 
| virtual OFCondition | getContrastBolusIngredient (OFString &value, const signed long pos=0) const | 
|  | get ContrastBolusIngredient (0018,1048) 
 | 
|  | 
| virtual OFCondition | getContrastBolusIngredientConcentration (OFString &value, const signed long pos=0) const | 
|  | get ContrastBolusIngredientConcentration (0018,1049) 
 | 
|  | 
| virtual OFCondition | getContrastBolusIngredientConcentration (Float64 &value, const unsigned long pos=0) const | 
|  | get ContrastBolusIngredientConcentration (0018,1049) 
 | 
|  | 
| virtual OFCondition | getContrastBolusRoute (OFString &value, const signed long pos=0) const | 
|  | get ContrastBolusRoute (0018,1040) 
 | 
|  | 
| virtual OFCondition | getContrastBolusStartTime (OFString &value, const signed long pos=0) const | 
|  | get ContrastBolusStartTime (0018,1042) 
 | 
|  | 
| virtual OFCondition | getContrastBolusStopTime (OFString &value, const signed long pos=0) const | 
|  | get ContrastBolusStopTime (0018,1043) 
 | 
|  | 
| virtual OFCondition | getContrastBolusTotalDose (OFString &value, const signed long pos=0) const | 
|  | get ContrastBolusTotalDose (0018,1044) 
 | 
|  | 
| virtual OFCondition | getContrastBolusTotalDose (Float64 &value, const unsigned long pos=0) const | 
|  | get ContrastBolusTotalDose (0018,1044) 
 | 
|  | 
| virtual OFCondition | getContrastBolusVolume (OFString &value, const signed long pos=0) const | 
|  | get ContrastBolusVolume (0018,1041) 
 | 
|  | 
| virtual OFCondition | getContrastBolusVolume (Float64 &value, const unsigned long pos=0) const | 
|  | get ContrastBolusVolume (0018,1041) 
 | 
|  | 
| virtual OFCondition | getContrastFlowDuration (OFString &value, const signed long pos=0) const | 
|  | get ContrastFlowDuration (0018,1047) 
 | 
|  | 
| virtual OFCondition | getContrastFlowDuration (Float64 &value, const unsigned long pos=0) const | 
|  | get ContrastFlowDuration (0018,1047) 
 | 
|  | 
| virtual OFCondition | getContrastFlowDuration (OFVector< Float64 > &value) const | 
|  | get ContrastFlowDuration (0018,1047) 
 | 
|  | 
| virtual OFCondition | getContrastFlowRate (OFString &value, const signed long pos=0) const | 
|  | get ContrastFlowRate (0018,1046) 
 | 
|  | 
| virtual OFCondition | getContrastFlowRate (Float64 &value, const unsigned long pos=0) const | 
|  | get ContrastFlowRate (0018,1046) 
 | 
|  | 
| virtual OFCondition | getContrastFlowRate (OFVector< Float64 > &value) const | 
|  | get ContrastFlowRate (0018,1046) 
 | 
|  | 
| virtual OFCondition | getConversionType (OFString &value, const signed long pos=0) const | 
|  | get ConversionType (0008,0064) 
 | 
|  | 
| virtual OFCondition | getDateOfLastCalibration (OFString &value, const signed long pos=0) const | 
|  | get DateOfLastCalibration (0018,1200) 
 | 
|  | 
| virtual OFCondition | getDeidentificationMethod (OFString &value, const signed long pos=0) const | 
|  | get DeidentificationMethod (0012,0063) 
 | 
|  | 
| virtual OFCondition | getDerivationDescription (OFString &value, const signed long pos=0) const | 
|  | get DerivationDescription (0008,2111) 
 | 
|  | 
| virtual OFCondition | getDeviceSerialNumber (OFString &value, const signed long pos=0) const | 
|  | get DeviceSerialNumber (0018,1000) 
 | 
|  | 
| virtual OFCondition | getDeviceUID (OFString &value, const signed long pos=0) const | 
|  | get DeviceUID (0018,1002) 
 | 
|  | 
| virtual OFCondition | getEffectiveDuration (OFString &value, const signed long pos=0) const | 
|  | get EffectiveDuration (0018,0072) 
 | 
|  | 
| virtual OFCondition | getEffectiveDuration (Float64 &value, const unsigned long pos=0) const | 
|  | get EffectiveDuration (0018,0072) 
 | 
|  | 
| virtual OFCondition | getEncapsulatedPixelDataValueTotalLength (Uint64 &value, const unsigned long pos=0) const | 
|  | get EncapsulatedPixelDataValueTotalLength (7fe0,0003) 
 | 
|  | 
| virtual OFCondition | getEndCumulativeMetersetWeight (OFString &value, const signed long pos=0) const | 
|  | get EndCumulativeMetersetWeight (300c,0009) 
 | 
|  | 
| virtual OFCondition | getEndCumulativeMetersetWeight (Float64 &value, const unsigned long pos=0) const | 
|  | get EndCumulativeMetersetWeight (300c,0009) 
 | 
|  | 
| virtual OFCondition | getEnhancedRTBeamLimitingDeviceDefinitionFlag (OFString &value, const signed long pos=0) const | 
|  | get EnhancedRTBeamLimitingDeviceDefinitionFlag (3008,00a3) 
 | 
|  | 
| virtual OFCondition | getEthnicGroup (OFString &value, const signed long pos=0) const | 
|  | get EthnicGroup (0010,2160) 
 | 
|  | 
| virtual OFCondition | getExposureTime (OFString &value, const signed long pos=0) const | 
|  | get ExposureTime (0018,1150) 
 | 
|  | 
| virtual OFCondition | getExposureTime (Sint32 &value, const unsigned long pos=0) const | 
|  | get ExposureTime (0018,1150) 
 | 
|  | 
| virtual OFCondition | getExposureTimeInms (Float64 &value, const unsigned long pos=0) const | 
|  | get ExposureTimeInms (0018,9328) 
 | 
|  | 
| virtual OFCondition | getExtendedOffsetTable (Uint64 *&value, unsigned long *count=NULL) const | 
|  | get ExtendedOffsetTable (7fe0,0001) 
 | 
|  | 
| virtual OFCondition | getExtendedOffsetTableLengths (Uint64 *&value, unsigned long *count=NULL) const | 
|  | get ExtendedOffsetTableLengths (7fe0,0002) 
 | 
|  | 
| virtual OFCondition | getFractionNumber (OFString &value, const signed long pos=0) const | 
|  | get FractionNumber (3002,0029) 
 | 
|  | 
| virtual OFCondition | getFractionNumber (Sint32 &value, const unsigned long pos=0) const | 
|  | get FractionNumber (3002,0029) 
 | 
|  | 
| virtual OFCondition | getFrameDelay (OFString &value, const signed long pos=0) const | 
|  | get FrameDelay (0018,1066) 
 | 
|  | 
| virtual OFCondition | getFrameDelay (Float64 &value, const unsigned long pos=0) const | 
|  | get FrameDelay (0018,1066) 
 | 
|  | 
| virtual OFCondition | getFrameIncrementPointer (OFString &value, const signed long pos=0) const | 
|  | get FrameIncrementPointer (0028,0009) 
 | 
|  | 
| virtual OFCondition | getFrameOfReferenceUID (OFString &value, const signed long pos=0) const | 
|  | get FrameOfReferenceUID (0020,0052) 
 | 
|  | 
| virtual OFCondition | getFrameTime (OFString &value, const signed long pos=0) const | 
|  | get FrameTime (0018,1063) 
 | 
|  | 
| virtual OFCondition | getFrameTime (Float64 &value, const unsigned long pos=0) const | 
|  | get FrameTime (0018,1063) 
 | 
|  | 
| virtual OFCondition | getFrameTimeVector (OFString &value, const signed long pos=0) const | 
|  | get FrameTimeVector (0018,1065) 
 | 
|  | 
| virtual OFCondition | getFrameTimeVector (Float64 &value, const unsigned long pos=0) const | 
|  | get FrameTimeVector (0018,1065) 
 | 
|  | 
| virtual OFCondition | getFrameTimeVector (OFVector< Float64 > &value) const | 
|  | get FrameTimeVector (0018,1065) 
 | 
|  | 
| virtual OFCondition | getGantryAngle (OFString &value, const signed long pos=0) const | 
|  | get GantryAngle (300a,011e) 
 | 
|  | 
| virtual OFCondition | getGantryAngle (Float64 &value, const unsigned long pos=0) const | 
|  | get GantryAngle (300a,011e) 
 | 
|  | 
| virtual OFCondition | getGantryID (OFString &value, const signed long pos=0) const | 
|  | get GantryID (0018,1008) 
 | 
|  | 
| virtual OFCondition | getGantryPitchAngle (Float32 &value, const unsigned long pos=0) const | 
|  | get GantryPitchAngle (300a,014a) 
 | 
|  | 
| virtual OFCondition | getGreenPaletteColorLookupTableData (Uint16 *&value, unsigned long *count=NULL) const | 
|  | get GreenPaletteColorLookupTableData (0028,1202) 
 | 
|  | 
| virtual OFCondition | getGreenPaletteColorLookupTableDescriptor (Uint16 &value, const unsigned long pos=0) const | 
|  | get GreenPaletteColorLookupTableDescriptor (0028,1102) 
 | 
|  | 
| virtual OFCondition | getHighBit (Uint16 &value, const unsigned long pos=0) const | 
|  | get HighBit (0028,0102) 
 | 
|  | 
| virtual OFCondition | getICCProfile (Uint8 *&value, unsigned long *count=NULL) const | 
|  | get ICCProfile (0028,2000) 
 | 
|  | 
| virtual OFCondition | getImageComments (OFString &value, const signed long pos=0) const | 
|  | get ImageComments (0020,4000) 
 | 
|  | 
| virtual OFCondition | getImageLaterality (OFString &value, const signed long pos=0) const | 
|  | get ImageLaterality (0020,0062) 
 | 
|  | 
| virtual OFCondition | getImagePlanePixelSpacing (OFString &value, const signed long pos=0) const | 
|  | get ImagePlanePixelSpacing (3002,0011) 
 | 
|  | 
| virtual OFCondition | getImagePlanePixelSpacing (Float64 &value, const unsigned long pos=0) const | 
|  | get ImagePlanePixelSpacing (3002,0011) 
 | 
|  | 
| virtual OFCondition | getImagePlanePixelSpacing (OFVector< Float64 > &value) const | 
|  | get ImagePlanePixelSpacing (3002,0011) 
 | 
|  | 
| virtual OFCondition | getImageTriggerDelay (OFString &value, const signed long pos=0) const | 
|  | get ImageTriggerDelay (0018,1067) 
 | 
|  | 
| virtual OFCondition | getImageTriggerDelay (Float64 &value, const unsigned long pos=0) const | 
|  | get ImageTriggerDelay (0018,1067) 
 | 
|  | 
| virtual OFCondition | getImageType (OFString &value, const signed long pos=0) const | 
|  | get ImageType (0008,0008) 
 | 
|  | 
| virtual OFCondition | getImagesInAcquisition (OFString &value, const signed long pos=0) const | 
|  | get ImagesInAcquisition (0020,1002) 
 | 
|  | 
| virtual OFCondition | getImagesInAcquisition (Sint32 &value, const unsigned long pos=0) const | 
|  | get ImagesInAcquisition (0020,1002) 
 | 
|  | 
| virtual OFCondition | getInstanceCoercionDateTime (OFString &value, const signed long pos=0) const | 
|  | get InstanceCoercionDateTime (0008,0015) 
 | 
|  | 
| virtual OFCondition | getInstanceCreationDate (OFString &value, const signed long pos=0) const | 
|  | get InstanceCreationDate (0008,0012) 
 | 
|  | 
| virtual OFCondition | getInstanceCreationTime (OFString &value, const signed long pos=0) const | 
|  | get InstanceCreationTime (0008,0013) 
 | 
|  | 
| virtual OFCondition | getInstanceCreatorUID (OFString &value, const signed long pos=0) const | 
|  | get InstanceCreatorUID (0008,0014) 
 | 
|  | 
| virtual OFCondition | getInstanceNumber (OFString &value, const signed long pos=0) const | 
|  | get InstanceNumber (0020,0013) 
 | 
|  | 
| virtual OFCondition | getInstanceNumber (Sint32 &value, const unsigned long pos=0) const | 
|  | get InstanceNumber (0020,0013) 
 | 
|  | 
| virtual OFCondition | getInstanceOriginStatus (OFString &value, const signed long pos=0) const | 
|  | get InstanceOriginStatus (0400,0600) 
 | 
|  | 
| virtual OFCondition | getInstitutionAddress (OFString &value, const signed long pos=0) const | 
|  | get InstitutionAddress (0008,0081) 
 | 
|  | 
| virtual OFCondition | getInstitutionName (OFString &value, const signed long pos=0) const | 
|  | get InstitutionName (0008,0080) 
 | 
|  | 
| virtual OFCondition | getInstitutionalDepartmentName (OFString &value, const signed long pos=0) const | 
|  | get InstitutionalDepartmentName (0008,1040) 
 | 
|  | 
| virtual OFCondition | getIrradiationEventUID (OFString &value, const signed long pos=0) const | 
|  | get IrradiationEventUID (0008,3010) 
 | 
|  | 
| virtual OFCondition | getIsocenterPosition (OFString &value, const signed long pos=0) const | 
|  | get IsocenterPosition (300a,012c) 
 | 
|  | 
| virtual OFCondition | getIsocenterPosition (Float64 &value, const unsigned long pos=0) const | 
|  | get IsocenterPosition (300a,012c) 
 | 
|  | 
| virtual OFCondition | getIsocenterPosition (OFVector< Float64 > &value) const | 
|  | get IsocenterPosition (300a,012c) 
 | 
|  | 
| virtual OFCondition | getIssuerOfPatientID (OFString &value, const signed long pos=0) const | 
|  | get IssuerOfPatientID (0010,0021) 
 | 
|  | 
| virtual OFCondition | getLargestImagePixelValue (Uint16 &value, const unsigned long pos=0) const | 
|  | get LargestImagePixelValue (0028,0107) 
 | 
|  | 
| virtual OFCondition | getLastMenstrualDate (OFString &value, const signed long pos=0) const | 
|  | get LastMenstrualDate (0010,21d0) 
 | 
|  | 
| virtual OFCondition | getLongitudinalTemporalEventType (OFString &value, const signed long pos=0) const | 
|  | get LongitudinalTemporalEventType (0012,0053) 
 | 
|  | 
| virtual OFCondition | getLongitudinalTemporalInformationModified (OFString &value, const signed long pos=0) const | 
|  | get LongitudinalTemporalInformationModified (0028,0303) 
 | 
|  | 
| virtual OFCondition | getLongitudinalTemporalOffsetFromEvent (Float64 &value, const unsigned long pos=0) const | 
|  | get LongitudinalTemporalOffsetFromEvent (0012,0052) 
 | 
|  | 
| virtual OFCondition | getLossyImageCompression (OFString &value, const signed long pos=0) const | 
|  | get LossyImageCompression (0028,2110) 
 | 
|  | 
| virtual OFCondition | getLossyImageCompressionMethod (OFString &value, const signed long pos=0) const | 
|  | get LossyImageCompressionMethod (0028,2114) 
 | 
|  | 
| virtual OFCondition | getLossyImageCompressionRatio (OFString &value, const signed long pos=0) const | 
|  | get LossyImageCompressionRatio (0028,2112) 
 | 
|  | 
| virtual OFCondition | getLossyImageCompressionRatio (Float64 &value, const unsigned long pos=0) const | 
|  | get LossyImageCompressionRatio (0028,2112) 
 | 
|  | 
| virtual OFCondition | getLossyImageCompressionRatio (OFVector< Float64 > &value) const | 
|  | get LossyImageCompressionRatio (0028,2112) 
 | 
|  | 
| virtual OFCondition | getManufacturer (OFString &value, const signed long pos=0) const | 
|  | get Manufacturer (0008,0070) 
 | 
|  | 
| virtual OFCondition | getManufacturerDeviceClassUID (OFString &value, const signed long pos=0) const | 
|  | get ManufacturerDeviceClassUID (0018,100b) 
 | 
|  | 
| virtual OFCondition | getManufacturerModelName (OFString &value, const signed long pos=0) const | 
|  | get ManufacturerModelName (0008,1090) 
 | 
|  | 
| virtual OFCondition | getMeasuredAPDimension (OFString &value, const signed long pos=0) const | 
|  | get MeasuredAPDimension (0010,1023) 
 | 
|  | 
| virtual OFCondition | getMeasuredAPDimension (Float64 &value, const unsigned long pos=0) const | 
|  | get MeasuredAPDimension (0010,1023) 
 | 
|  | 
| virtual OFCondition | getMeasuredLateralDimension (OFString &value, const signed long pos=0) const | 
|  | get MeasuredLateralDimension (0010,1024) 
 | 
|  | 
| virtual OFCondition | getMeasuredLateralDimension (Float64 &value, const unsigned long pos=0) const | 
|  | get MeasuredLateralDimension (0010,1024) 
 | 
|  | 
| virtual OFCondition | getMedicalAlerts (OFString &value, const signed long pos=0) const | 
|  | get MedicalAlerts (0010,2000) 
 | 
|  | 
| virtual OFCondition | getMetersetExposure (OFString &value, const signed long pos=0) const | 
|  | get MetersetExposure (3002,0032) 
 | 
|  | 
| virtual OFCondition | getMetersetExposure (Float64 &value, const unsigned long pos=0) const | 
|  | get MetersetExposure (3002,0032) 
 | 
|  | 
| virtual OFCondition | getModality (OFString &value, const signed long pos=0) const | 
|  | get Modality (0008,0060) 
 | 
|  | 
| virtual OFCondition | getNameOfPhysiciansReadingStudy (OFString &value, const signed long pos=0) const | 
|  | get NameOfPhysiciansReadingStudy (0008,1060) 
 | 
|  | 
| virtual OFCondition | getNumberOfFrames (OFString &value, const signed long pos=0) const | 
|  | get NumberOfFrames (0028,0008) 
 | 
|  | 
| virtual OFCondition | getNumberOfFrames (Sint32 &value, const unsigned long pos=0) const | 
|  | get NumberOfFrames (0028,0008) 
 | 
|  | 
| virtual OFCondition | getOccupation (OFString &value, const signed long pos=0) const | 
|  | get Occupation (0010,2180) 
 | 
|  | 
| virtual OFCondition | getOperatorsName (OFString &value, const signed long pos=0) const | 
|  | get OperatorsName (0008,1070) 
 | 
|  | 
| virtual OFCondition | getOriginalSpecializedSOPClassUID (OFString &value, const signed long pos=0) const | 
|  | get OriginalSpecializedSOPClassUID (0008,001b) 
 | 
|  | 
| virtual OFCondition | getOtherPatientNames (OFString &value, const signed long pos=0) const | 
|  | get OtherPatientNames (0010,1001) 
 | 
|  | 
| virtual OFCondition | getPatientAge (OFString &value, const signed long pos=0) const | 
|  | get PatientAge (0010,1010) 
 | 
|  | 
| virtual OFCondition | getPatientAlternativeCalendar (OFString &value, const signed long pos=0) const | 
|  | get PatientAlternativeCalendar (0010,0035) 
 | 
|  | 
| virtual OFCondition | getPatientBirthDate (OFString &value, const signed long pos=0) const | 
|  | get PatientBirthDate (0010,0030) 
 | 
|  | 
| virtual OFCondition | getPatientBirthDateInAlternativeCalendar (OFString &value, const signed long pos=0) const | 
|  | get PatientBirthDateInAlternativeCalendar (0010,0033) 
 | 
|  | 
| virtual OFCondition | getPatientBirthTime (OFString &value, const signed long pos=0) const | 
|  | get PatientBirthTime (0010,0032) 
 | 
|  | 
| virtual OFCondition | getPatientBodyMassIndex (OFString &value, const signed long pos=0) const | 
|  | get PatientBodyMassIndex (0010,1022) 
 | 
|  | 
| virtual OFCondition | getPatientBodyMassIndex (Float64 &value, const unsigned long pos=0) const | 
|  | get PatientBodyMassIndex (0010,1022) 
 | 
|  | 
| virtual OFCondition | getPatientBreedDescription (OFString &value, const signed long pos=0) const | 
|  | get PatientBreedDescription (0010,2292) 
 | 
|  | 
| virtual OFCondition | getPatientComments (OFString &value, const signed long pos=0) const | 
|  | get PatientComments (0010,4000) 
 | 
|  | 
| virtual OFCondition | getPatientDeathDateInAlternativeCalendar (OFString &value, const signed long pos=0) const | 
|  | get PatientDeathDateInAlternativeCalendar (0010,0034) 
 | 
|  | 
| virtual OFCondition | getPatientID (OFString &value, const signed long pos=0) const | 
|  | get PatientID (0010,0020) 
 | 
|  | 
| virtual OFCondition | getPatientIdentityRemoved (OFString &value, const signed long pos=0) const | 
|  | get PatientIdentityRemoved (0012,0062) 
 | 
|  | 
| virtual OFCondition | getPatientName (OFString &value, const signed long pos=0) const | 
|  | get PatientName (0010,0010) 
 | 
|  | 
| virtual OFCondition | getPatientOrientation (OFString &value, const signed long pos=0) const | 
|  | get PatientOrientation (0020,0020) 
 | 
|  | 
| virtual OFCondition | getPatientPosition (OFString &value, const signed long pos=0) const | 
|  | get PatientPosition (0018,5100) 
 | 
|  | 
| virtual OFCondition | getPatientSex (OFString &value, const signed long pos=0) const | 
|  | get PatientSex (0010,0040) 
 | 
|  | 
| virtual OFCondition | getPatientSexNeutered (OFString &value, const signed long pos=0) const | 
|  | get PatientSexNeutered (0010,2203) 
 | 
|  | 
| virtual OFCondition | getPatientSize (OFString &value, const signed long pos=0) const | 
|  | get PatientSize (0010,1020) 
 | 
|  | 
| virtual OFCondition | getPatientSize (Float64 &value, const unsigned long pos=0) const | 
|  | get PatientSize (0010,1020) 
 | 
|  | 
| virtual OFCondition | getPatientSpeciesDescription (OFString &value, const signed long pos=0) const | 
|  | get PatientSpeciesDescription (0010,2201) 
 | 
|  | 
| virtual OFCondition | getPatientState (OFString &value, const signed long pos=0) const | 
|  | get PatientState (0038,0500) 
 | 
|  | 
| virtual OFCondition | getPatientSupportAngle (OFString &value, const signed long pos=0) const | 
|  | get PatientSupportAngle (300a,0122) 
 | 
|  | 
| virtual OFCondition | getPatientSupportAngle (Float64 &value, const unsigned long pos=0) const | 
|  | get PatientSupportAngle (300a,0122) 
 | 
|  | 
| virtual OFCondition | getPatientWeight (OFString &value, const signed long pos=0) const | 
|  | get PatientWeight (0010,1030) 
 | 
|  | 
| virtual OFCondition | getPatientWeight (Float64 &value, const unsigned long pos=0) const | 
|  | get PatientWeight (0010,1030) 
 | 
|  | 
| virtual OFCondition | getPerformedProcedureStepDescription (OFString &value, const signed long pos=0) const | 
|  | get PerformedProcedureStepDescription (0040,0254) 
 | 
|  | 
| virtual OFCondition | getPerformedProcedureStepEndDate (OFString &value, const signed long pos=0) const | 
|  | get PerformedProcedureStepEndDate (0040,0250) 
 | 
|  | 
| virtual OFCondition | getPerformedProcedureStepEndTime (OFString &value, const signed long pos=0) const | 
|  | get PerformedProcedureStepEndTime (0040,0251) 
 | 
|  | 
| virtual OFCondition | getPerformedProcedureStepID (OFString &value, const signed long pos=0) const | 
|  | get PerformedProcedureStepID (0040,0253) 
 | 
|  | 
| virtual OFCondition | getPerformedProcedureStepStartDate (OFString &value, const signed long pos=0) const | 
|  | get PerformedProcedureStepStartDate (0040,0244) 
 | 
|  | 
| virtual OFCondition | getPerformedProcedureStepStartTime (OFString &value, const signed long pos=0) const | 
|  | get PerformedProcedureStepStartTime (0040,0245) 
 | 
|  | 
| virtual OFCondition | getPhotometricInterpretation (OFString &value, const signed long pos=0) const | 
|  | get PhotometricInterpretation (0028,0004) 
 | 
|  | 
| virtual OFCondition | getPhysiciansOfRecord (OFString &value, const signed long pos=0) const | 
|  | get PhysiciansOfRecord (0008,1048) 
 | 
|  | 
| virtual OFCondition | getPixelAspectRatio (OFString &value, const signed long pos=0) const | 
|  | get PixelAspectRatio (0028,0034) 
 | 
|  | 
| virtual OFCondition | getPixelAspectRatio (Sint32 &value, const unsigned long pos=0) const | 
|  | get PixelAspectRatio (0028,0034) 
 | 
|  | 
| virtual OFCondition | getPixelDataProviderURL (OFString &value, const signed long pos=0) const | 
|  | get PixelDataProviderURL (0028,7fe0) 
 | 
|  | 
| virtual OFCondition | getPixelIntensityRelationship (OFString &value, const signed long pos=0) const | 
|  | get PixelIntensityRelationship (0028,1040) 
 | 
|  | 
| virtual OFCondition | getPixelIntensityRelationshipSign (Sint16 &value, const unsigned long pos=0) const | 
|  | get PixelIntensityRelationshipSign (0028,1041) 
 | 
|  | 
| virtual OFCondition | getPixelPaddingRangeLimit (Uint16 &value, const unsigned long pos=0) const | 
|  | get PixelPaddingRangeLimit (0028,0121) 
 | 
|  | 
| virtual OFCondition | getPixelPaddingValue (Uint16 &value, const unsigned long pos=0) const | 
|  | get PixelPaddingValue (0028,0120) 
 | 
|  | 
| virtual OFCondition | getPixelRepresentation (Uint16 &value, const unsigned long pos=0) const | 
|  | get PixelRepresentation (0028,0103) 
 | 
|  | 
| virtual OFCondition | getPlanarConfiguration (Uint16 &value, const unsigned long pos=0) const | 
|  | get PlanarConfiguration (0028,0006) 
 | 
|  | 
| virtual OFCondition | getPositionReferenceIndicator (OFString &value, const signed long pos=0) const | 
|  | get PositionReferenceIndicator (0020,1040) 
 | 
|  | 
| virtual OFCondition | getPreferredPlaybackSequencing (Uint16 &value, const unsigned long pos=0) const | 
|  | get PreferredPlaybackSequencing (0018,1244) 
 | 
|  | 
| virtual OFCondition | getPregnancyStatus (Uint16 &value, const unsigned long pos=0) const | 
|  | get PregnancyStatus (0010,21c0) 
 | 
|  | 
| virtual OFCondition | getPresentationLUTShape (OFString &value, const signed long pos=0) const | 
|  | get PresentationLUTShape (2050,0020) 
 | 
|  | 
| virtual OFCondition | getPrimaryDosimeterUnit (OFString &value, const signed long pos=0) const | 
|  | get PrimaryDosimeterUnit (300a,00b3) 
 | 
|  | 
| virtual OFCondition | getQualityControlImage (OFString &value, const signed long pos=0) const | 
|  | get QualityControlImage (0028,0300) 
 | 
|  | 
| virtual OFCondition | getQualityControlSubject (OFString &value, const signed long pos=0) const | 
|  | get QualityControlSubject (0010,0200) 
 | 
|  | 
| virtual OFCondition | getQueryRetrieveView (OFString &value, const signed long pos=0) const | 
|  | get QueryRetrieveView (0008,0053) 
 | 
|  | 
| virtual OFCondition | getRTImageDescription (OFString &value, const signed long pos=0) const | 
|  | get RTImageDescription (3002,0004) 
 | 
|  | 
| virtual OFCondition | getRTImageLabel (OFString &value, const signed long pos=0) const | 
|  | get RTImageLabel (3002,0002) 
 | 
|  | 
| virtual OFCondition | getRTImageName (OFString &value, const signed long pos=0) const | 
|  | get RTImageName (3002,0003) 
 | 
|  | 
| virtual OFCondition | getRTImageOrientation (OFString &value, const signed long pos=0) const | 
|  | get RTImageOrientation (3002,0010) 
 | 
|  | 
| virtual OFCondition | getRTImageOrientation (Float64 &value, const unsigned long pos=0) const | 
|  | get RTImageOrientation (3002,0010) 
 | 
|  | 
| virtual OFCondition | getRTImageOrientation (OFVector< Float64 > &value) const | 
|  | get RTImageOrientation (3002,0010) 
 | 
|  | 
| virtual OFCondition | getRTImagePlane (OFString &value, const signed long pos=0) const | 
|  | get RTImagePlane (3002,000c) 
 | 
|  | 
| virtual OFCondition | getRTImagePosition (OFString &value, const signed long pos=0) const | 
|  | get RTImagePosition (3002,0012) 
 | 
|  | 
| virtual OFCondition | getRTImagePosition (Float64 &value, const unsigned long pos=0) const | 
|  | get RTImagePosition (3002,0012) 
 | 
|  | 
| virtual OFCondition | getRTImagePosition (OFVector< Float64 > &value) const | 
|  | get RTImagePosition (3002,0012) 
 | 
|  | 
| virtual OFCondition | getRTImageSID (OFString &value, const signed long pos=0) const | 
|  | get RTImageSID (3002,0026) 
 | 
|  | 
| virtual OFCondition | getRTImageSID (Float64 &value, const unsigned long pos=0) const | 
|  | get RTImageSID (3002,0026) 
 | 
|  | 
| virtual OFCondition | getRadiationMachineName (OFString &value, const signed long pos=0) const | 
|  | get RadiationMachineName (3002,0020) 
 | 
|  | 
| virtual OFCondition | getRadiationMachineSAD (OFString &value, const signed long pos=0) const | 
|  | get RadiationMachineSAD (3002,0022) 
 | 
|  | 
| virtual OFCondition | getRadiationMachineSAD (Float64 &value, const unsigned long pos=0) const | 
|  | get RadiationMachineSAD (3002,0022) 
 | 
|  | 
| virtual OFCondition | getRadiationMachineSSD (OFString &value, const signed long pos=0) const | 
|  | get RadiationMachineSSD (3002,0024) 
 | 
|  | 
| virtual OFCondition | getRadiationMachineSSD (Float64 &value, const unsigned long pos=0) const | 
|  | get RadiationMachineSSD (3002,0024) 
 | 
|  | 
| virtual OFCondition | getReasonForVisit (OFString &value, const signed long pos=0) const | 
|  | get ReasonForVisit (0032,1066) 
 | 
|  | 
| virtual OFCondition | getRecognizableVisualFeatures (OFString &value, const signed long pos=0) const | 
|  | get RecognizableVisualFeatures (0028,0302) 
 | 
|  | 
| virtual OFCondition | getRecommendedDisplayFrameRate (OFString &value, const signed long pos=0) const | 
|  | get RecommendedDisplayFrameRate (0008,2144) 
 | 
|  | 
| virtual OFCondition | getRecommendedDisplayFrameRate (Sint32 &value, const unsigned long pos=0) const | 
|  | get RecommendedDisplayFrameRate (0008,2144) 
 | 
|  | 
| virtual OFCondition | getRedPaletteColorLookupTableData (Uint16 *&value, unsigned long *count=NULL) const | 
|  | get RedPaletteColorLookupTableData (0028,1201) 
 | 
|  | 
| virtual OFCondition | getRedPaletteColorLookupTableDescriptor (Uint16 &value, const unsigned long pos=0) const | 
|  | get RedPaletteColorLookupTableDescriptor (0028,1101) 
 | 
|  | 
| virtual OFCondition | getReferencedBeamNumber (OFString &value, const signed long pos=0) const | 
|  | get ReferencedBeamNumber (300c,0006) 
 | 
|  | 
| virtual OFCondition | getReferencedBeamNumber (Sint32 &value, const unsigned long pos=0) const | 
|  | get ReferencedBeamNumber (300c,0006) 
 | 
|  | 
| virtual OFCondition | getReferencedFractionGroupNumber (OFString &value, const signed long pos=0) const | 
|  | get ReferencedFractionGroupNumber (300c,0022) 
 | 
|  | 
| virtual OFCondition | getReferencedFractionGroupNumber (Sint32 &value, const unsigned long pos=0) const | 
|  | get ReferencedFractionGroupNumber (300c,0022) 
 | 
|  | 
| virtual OFCondition | getReferringPhysicianName (OFString &value, const signed long pos=0) const | 
|  | get ReferringPhysicianName (0008,0090) 
 | 
|  | 
| virtual OFCondition | getRelatedGeneralSOPClassUID (OFString &value, const signed long pos=0) const | 
|  | get RelatedGeneralSOPClassUID (0008,001a) 
 | 
|  | 
| virtual OFCondition | getReportedValuesOrigin (OFString &value, const signed long pos=0) const | 
|  | get ReportedValuesOrigin (3002,000a) 
 | 
|  | 
| virtual OFCondition | getRequestingService (OFString &value, const signed long pos=0) const | 
|  | get RequestingService (0032,1033) 
 | 
|  | 
| virtual OFCondition | getRescaleIntercept (OFString &value, const signed long pos=0) const | 
|  | get RescaleIntercept (0028,1052) 
 | 
|  | 
| virtual OFCondition | getRescaleIntercept (Float64 &value, const unsigned long pos=0) const | 
|  | get RescaleIntercept (0028,1052) 
 | 
|  | 
| virtual OFCondition | getRescaleSlope (OFString &value, const signed long pos=0) const | 
|  | get RescaleSlope (0028,1053) 
 | 
|  | 
| virtual OFCondition | getRescaleSlope (Float64 &value, const unsigned long pos=0) const | 
|  | get RescaleSlope (0028,1053) 
 | 
|  | 
| virtual OFCondition | getRescaleType (OFString &value, const signed long pos=0) const | 
|  | get RescaleType (0028,1054) 
 | 
|  | 
| virtual OFCondition | getResponsibleOrganization (OFString &value, const signed long pos=0) const | 
|  | get ResponsibleOrganization (0010,2299) 
 | 
|  | 
| virtual OFCondition | getResponsiblePerson (OFString &value, const signed long pos=0) const | 
|  | get ResponsiblePerson (0010,2297) 
 | 
|  | 
| virtual OFCondition | getResponsiblePersonRole (OFString &value, const signed long pos=0) const | 
|  | get ResponsiblePersonRole (0010,2298) 
 | 
|  | 
| virtual OFCondition | getReviewDate (OFString &value, const signed long pos=0) const | 
|  | get ReviewDate (300e,0004) 
 | 
|  | 
| virtual OFCondition | getReviewTime (OFString &value, const signed long pos=0) const | 
|  | get ReviewTime (300e,0005) 
 | 
|  | 
| virtual OFCondition | getReviewerName (OFString &value, const signed long pos=0) const | 
|  | get ReviewerName (300e,0008) 
 | 
|  | 
| virtual OFCondition | getRows (Uint16 &value, const unsigned long pos=0) const | 
|  | get Rows (0028,0010) 
 | 
|  | 
| virtual OFCondition | getSOPAuthorizationComment (OFString &value, const signed long pos=0) const | 
|  | get SOPAuthorizationComment (0100,0424) 
 | 
|  | 
| virtual OFCondition | getSOPAuthorizationDateTime (OFString &value, const signed long pos=0) const | 
|  | get SOPAuthorizationDateTime (0100,0420) 
 | 
|  | 
| virtual OFCondition | getSOPClassUID (OFString &value, const signed long pos=0) const | 
|  | get SOPClassUID (0008,0016) 
 | 
|  | 
| virtual OFCondition | getSOPInstanceStatus (OFString &value, const signed long pos=0) const | 
|  | get SOPInstanceStatus (0100,0410) 
 | 
|  | 
| virtual OFCondition | getSOPInstanceUID (OFString &value, const signed long pos=0) const | 
|  | get SOPInstanceUID (0008,0018) 
 | 
|  | 
| virtual OFCondition | getSamplesPerPixel (Uint16 &value, const unsigned long pos=0) const | 
|  | get SamplesPerPixel (0028,0002) 
 | 
|  | 
| virtual OFCondition | getSeriesDate (OFString &value, const signed long pos=0) const | 
|  | get SeriesDate (0008,0021) 
 | 
|  | 
| virtual OFCondition | getSeriesDescription (OFString &value, const signed long pos=0) const | 
|  | get SeriesDescription (0008,103e) 
 | 
|  | 
| virtual OFCondition | getSeriesInstanceUID (OFString &value, const signed long pos=0) const | 
|  | get SeriesInstanceUID (0020,000e) 
 | 
|  | 
| virtual OFCondition | getSeriesNumber (OFString &value, const signed long pos=0) const | 
|  | get SeriesNumber (0020,0011) 
 | 
|  | 
| virtual OFCondition | getSeriesNumber (Sint32 &value, const unsigned long pos=0) const | 
|  | get SeriesNumber (0020,0011) 
 | 
|  | 
| virtual OFCondition | getSeriesTime (OFString &value, const signed long pos=0) const | 
|  | get SeriesTime (0008,0031) 
 | 
|  | 
| virtual OFCondition | getServiceEpisodeDescription (OFString &value, const signed long pos=0) const | 
|  | get ServiceEpisodeDescription (0038,0062) 
 | 
|  | 
| virtual OFCondition | getServiceEpisodeID (OFString &value, const signed long pos=0) const | 
|  | get ServiceEpisodeID (0038,0060) 
 | 
|  | 
| virtual OFCondition | getSmallestImagePixelValue (Uint16 &value, const unsigned long pos=0) const | 
|  | get SmallestImagePixelValue (0028,0106) 
 | 
|  | 
| virtual OFCondition | getSmokingStatus (OFString &value, const signed long pos=0) const | 
|  | get SmokingStatus (0010,21a0) 
 | 
|  | 
| virtual OFCondition | getSoftwareVersions (OFString &value, const signed long pos=0) const | 
|  | get SoftwareVersions (0018,1020) 
 | 
|  | 
| virtual OFCondition | getSourceToReferenceObjectDistance (OFString &value, const signed long pos=0) const | 
|  | get SourceToReferenceObjectDistance (3002,0028) 
 | 
|  | 
| virtual OFCondition | getSourceToReferenceObjectDistance (Float64 &value, const unsigned long pos=0) const | 
|  | get SourceToReferenceObjectDistance (3002,0028) 
 | 
|  | 
| virtual OFCondition | getSpatialResolution (OFString &value, const signed long pos=0) const | 
|  | get SpatialResolution (0018,1050) 
 | 
|  | 
| virtual OFCondition | getSpatialResolution (Float64 &value, const unsigned long pos=0) const | 
|  | get SpatialResolution (0018,1050) 
 | 
|  | 
| virtual OFCondition | getSpecificCharacterSet (OFString &value, const signed long pos=0) const | 
|  | get SpecificCharacterSet (0008,0005) 
 | 
|  | 
| virtual OFCondition | getStartCumulativeMetersetWeight (OFString &value, const signed long pos=0) const | 
|  | get StartCumulativeMetersetWeight (300c,0008) 
 | 
|  | 
| virtual OFCondition | getStartCumulativeMetersetWeight (Float64 &value, const unsigned long pos=0) const | 
|  | get StartCumulativeMetersetWeight (300c,0008) 
 | 
|  | 
| virtual OFCondition | getStartTrim (OFString &value, const signed long pos=0) const | 
|  | get StartTrim (0008,2142) 
 | 
|  | 
| virtual OFCondition | getStartTrim (Sint32 &value, const unsigned long pos=0) const | 
|  | get StartTrim (0008,2142) 
 | 
|  | 
| virtual OFCondition | getStationName (OFString &value, const signed long pos=0) const | 
|  | get StationName (0008,1010) 
 | 
|  | 
| virtual OFCondition | getStereoPairsPresent (OFString &value, const signed long pos=0) const | 
|  | get StereoPairsPresent (0022,0028) 
 | 
|  | 
| virtual OFCondition | getStopTrim (OFString &value, const signed long pos=0) const | 
|  | get StopTrim (0008,2143) 
 | 
|  | 
| virtual OFCondition | getStopTrim (Sint32 &value, const unsigned long pos=0) const | 
|  | get StopTrim (0008,2143) 
 | 
|  | 
| virtual OFCondition | getStrainAdditionalInformation (OFString &value, const signed long pos=0) const | 
|  | get StrainAdditionalInformation (0010,0218) 
 | 
|  | 
| virtual OFCondition | getStrainDescription (OFString &value, const signed long pos=0) const | 
|  | get StrainDescription (0010,0212) 
 | 
|  | 
| virtual OFCondition | getStrainNomenclature (OFString &value, const signed long pos=0) const | 
|  | get StrainNomenclature (0010,0213) 
 | 
|  | 
| virtual OFCondition | getStudyDate (OFString &value, const signed long pos=0) const | 
|  | get StudyDate (0008,0020) 
 | 
|  | 
| virtual OFCondition | getStudyDescription (OFString &value, const signed long pos=0) const | 
|  | get StudyDescription (0008,1030) 
 | 
|  | 
| virtual OFCondition | getStudyID (OFString &value, const signed long pos=0) const | 
|  | get StudyID (0020,0010) 
 | 
|  | 
| virtual OFCondition | getStudyInstanceUID (OFString &value, const signed long pos=0) const | 
|  | get StudyInstanceUID (0020,000d) 
 | 
|  | 
| virtual OFCondition | getStudyTime (OFString &value, const signed long pos=0) const | 
|  | get StudyTime (0008,0030) 
 | 
|  | 
| virtual OFCondition | getTableTopEccentricAngle (OFString &value, const signed long pos=0) const | 
|  | get TableTopEccentricAngle (300a,0125) 
 | 
|  | 
| virtual OFCondition | getTableTopEccentricAngle (Float64 &value, const unsigned long pos=0) const | 
|  | get TableTopEccentricAngle (300a,0125) 
 | 
|  | 
| virtual OFCondition | getTableTopEccentricAxisDistance (OFString &value, const signed long pos=0) const | 
|  | get TableTopEccentricAxisDistance (300a,0124) 
 | 
|  | 
| virtual OFCondition | getTableTopEccentricAxisDistance (Float64 &value, const unsigned long pos=0) const | 
|  | get TableTopEccentricAxisDistance (300a,0124) 
 | 
|  | 
| virtual OFCondition | getTableTopLateralPosition (OFString &value, const signed long pos=0) const | 
|  | get TableTopLateralPosition (300a,012a) 
 | 
|  | 
| virtual OFCondition | getTableTopLateralPosition (Float64 &value, const unsigned long pos=0) const | 
|  | get TableTopLateralPosition (300a,012a) 
 | 
|  | 
| virtual OFCondition | getTableTopLongitudinalPosition (OFString &value, const signed long pos=0) const | 
|  | get TableTopLongitudinalPosition (300a,0129) 
 | 
|  | 
| virtual OFCondition | getTableTopLongitudinalPosition (Float64 &value, const unsigned long pos=0) const | 
|  | get TableTopLongitudinalPosition (300a,0129) 
 | 
|  | 
| virtual OFCondition | getTableTopPitchAngle (Float32 &value, const unsigned long pos=0) const | 
|  | get TableTopPitchAngle (300a,0140) 
 | 
|  | 
| virtual OFCondition | getTableTopRollAngle (Float32 &value, const unsigned long pos=0) const | 
|  | get TableTopRollAngle (300a,0144) 
 | 
|  | 
| virtual OFCondition | getTableTopVerticalPosition (OFString &value, const signed long pos=0) const | 
|  | get TableTopVerticalPosition (300a,0128) 
 | 
|  | 
| virtual OFCondition | getTableTopVerticalPosition (Float64 &value, const unsigned long pos=0) const | 
|  | get TableTopVerticalPosition (300a,0128) 
 | 
|  | 
| virtual OFCondition | getTimeOfLastCalibration (OFString &value, const signed long pos=0) const | 
|  | get TimeOfLastCalibration (0018,1201) 
 | 
|  | 
| virtual OFCondition | getTimezoneOffsetFromUTC (OFString &value, const signed long pos=0) const | 
|  | get TimezoneOffsetFromUTC (0008,0201) 
 | 
|  | 
| virtual OFCondition | getTreatmentSessionUID (OFString &value, const signed long pos=0) const | 
|  | get TreatmentSessionUID (300a,0700) 
 | 
|  | 
| virtual OFCondition | getTypeOfPatientID (OFString &value, const signed long pos=0) const | 
|  | get TypeOfPatientID (0010,0022) 
 | 
|  | 
| virtual OFCondition | getVOILUTFunction (OFString &value, const signed long pos=0) const | 
|  | get VOILUTFunction (0028,1056) 
 | 
|  | 
| virtual OFCondition | getWindowCenter (OFString &value, const signed long pos=0) const | 
|  | get WindowCenter (0028,1050) 
 | 
|  | 
| virtual OFCondition | getWindowCenter (Float64 &value, const unsigned long pos=0) const | 
|  | get WindowCenter (0028,1050) 
 | 
|  | 
| virtual OFCondition | getWindowCenter (OFVector< Float64 > &value) const | 
|  | get WindowCenter (0028,1050) 
 | 
|  | 
| virtual OFCondition | getWindowCenterWidthExplanation (OFString &value, const signed long pos=0) const | 
|  | get WindowCenterWidthExplanation (0028,1055) 
 | 
|  | 
| virtual OFCondition | getWindowWidth (OFString &value, const signed long pos=0) const | 
|  | get WindowWidth (0028,1051) 
 | 
|  | 
| virtual OFCondition | getWindowWidth (Float64 &value, const unsigned long pos=0) const | 
|  | get WindowWidth (0028,1051) 
 | 
|  | 
| virtual OFCondition | getWindowWidth (OFVector< Float64 > &value) const | 
|  | get WindowWidth (0028,1051) 
 | 
|  | 
| virtual OFCondition | getXRayImageReceptorAngle (OFString &value, const signed long pos=0) const | 
|  | get XRayImageReceptorAngle (3002,000e) 
 | 
|  | 
| virtual OFCondition | getXRayImageReceptorAngle (Float64 &value, const unsigned long pos=0) const | 
|  | get XRayImageReceptorAngle (3002,000e) 
 | 
|  | 
| virtual OFCondition | getXRayImageReceptorTranslation (OFString &value, const signed long pos=0) const | 
|  | get XRayImageReceptorTranslation (3002,000d) 
 | 
|  | 
| virtual OFCondition | getXRayImageReceptorTranslation (Float64 &value, const unsigned long pos=0) const | 
|  | get XRayImageReceptorTranslation (3002,000d) 
 | 
|  | 
| virtual OFCondition | getXRayImageReceptorTranslation (OFVector< Float64 > &value) const | 
|  | get XRayImageReceptorTranslation (3002,000d) 
 | 
|  | 
| DcmPixelData & | getPixelData () | 
|  | get PixelData (7fe0,0010) 
 | 
|  | 
| const DcmPixelData & | getPixelData () const | 
|  | get PixelData (7fe0,0010) 
 | 
|  | 
| DRTAdmittingDiagnosesCodeSequence & | getAdmittingDiagnosesCodeSequence () | 
|  | get AdmittingDiagnosesCodeSequence (0008,1084) 
 | 
|  | 
| const DRTAdmittingDiagnosesCodeSequence & | getAdmittingDiagnosesCodeSequence () const | 
|  | get AdmittingDiagnosesCodeSequence (0008,1084) 
 | 
|  | 
| DRTAnatomicRegionSequence & | getAnatomicRegionSequence () | 
|  | get AnatomicRegionSequence (0008,2218) 
 | 
|  | 
| const DRTAnatomicRegionSequence & | getAnatomicRegionSequence () const | 
|  | get AnatomicRegionSequence (0008,2218) 
 | 
|  | 
| DRTBreedRegistrationSequence & | getBreedRegistrationSequence () | 
|  | get BreedRegistrationSequence (0010,2294) 
 | 
|  | 
| const DRTBreedRegistrationSequence & | getBreedRegistrationSequence () const | 
|  | get BreedRegistrationSequence (0010,2294) 
 | 
|  | 
| DRTClinicalTrialTimePointTypeCodeSequence & | getClinicalTrialTimePointTypeCodeSequence () | 
|  | get ClinicalTrialTimePointTypeCodeSequence (0012,0054) 
 | 
|  | 
| const DRTClinicalTrialTimePointTypeCodeSequence & | getClinicalTrialTimePointTypeCodeSequence () const | 
|  | get ClinicalTrialTimePointTypeCodeSequence (0012,0054) 
 | 
|  | 
| DRTCodingSchemeIdentificationSequence & | getCodingSchemeIdentificationSequence () | 
|  | get CodingSchemeIdentificationSequence (0008,0110) 
 | 
|  | 
| const DRTCodingSchemeIdentificationSequence & | getCodingSchemeIdentificationSequence () const | 
|  | get CodingSchemeIdentificationSequence (0008,0110) 
 | 
|  | 
| DRTConsentForClinicalTrialUseSequence & | getConsentForClinicalTrialUseSequence () | 
|  | get ConsentForClinicalTrialUseSequence (0012,0083) 
 | 
|  | 
| const DRTConsentForClinicalTrialUseSequence & | getConsentForClinicalTrialUseSequence () const | 
|  | get ConsentForClinicalTrialUseSequence (0012,0083) 
 | 
|  | 
| DRTConsultingPhysicianIdentificationSequence & | getConsultingPhysicianIdentificationSequence () | 
|  | get ConsultingPhysicianIdentificationSequence (0008,009d) 
 | 
|  | 
| const DRTConsultingPhysicianIdentificationSequence & | getConsultingPhysicianIdentificationSequence () const | 
|  | get ConsultingPhysicianIdentificationSequence (0008,009d) 
 | 
|  | 
| DRTContextGroupIdentificationSequence & | getContextGroupIdentificationSequence () | 
|  | get ContextGroupIdentificationSequence (0008,0123) 
 | 
|  | 
| const DRTContextGroupIdentificationSequence & | getContextGroupIdentificationSequence () const | 
|  | get ContextGroupIdentificationSequence (0008,0123) 
 | 
|  | 
| DRTContrastBolusAdministrationRouteSequence & | getContrastBolusAdministrationRouteSequence () | 
|  | get ContrastBolusAdministrationRouteSequence (0018,0014) 
 | 
|  | 
| const DRTContrastBolusAdministrationRouteSequence & | getContrastBolusAdministrationRouteSequence () const | 
|  | get ContrastBolusAdministrationRouteSequence (0018,0014) 
 | 
|  | 
| DRTContrastBolusAgentSequence & | getContrastBolusAgentSequence () | 
|  | get ContrastBolusAgentSequence (0018,0012) 
 | 
|  | 
| const DRTContrastBolusAgentSequence & | getContrastBolusAgentSequence () const | 
|  | get ContrastBolusAgentSequence (0018,0012) 
 | 
|  | 
| DRTContributingEquipmentSequence & | getContributingEquipmentSequence () | 
|  | get ContributingEquipmentSequence (0018,a001) 
 | 
|  | 
| const DRTContributingEquipmentSequence & | getContributingEquipmentSequence () const | 
|  | get ContributingEquipmentSequence (0018,a001) 
 | 
|  | 
| DRTConversionSourceAttributesSequence & | getConversionSourceAttributesSequence () | 
|  | get ConversionSourceAttributesSequence (0020,9172) 
 | 
|  | 
| const DRTConversionSourceAttributesSequence & | getConversionSourceAttributesSequence () const | 
|  | get ConversionSourceAttributesSequence (0020,9172) 
 | 
|  | 
| DRTDeidentificationMethodCodeSequence & | getDeidentificationMethodCodeSequence () | 
|  | get DeidentificationMethodCodeSequence (0012,0064) 
 | 
|  | 
| const DRTDeidentificationMethodCodeSequence & | getDeidentificationMethodCodeSequence () const | 
|  | get DeidentificationMethodCodeSequence (0012,0064) 
 | 
|  | 
| DRTDerivationCodeSequence & | getDerivationCodeSequence () | 
|  | get DerivationCodeSequence (0008,9215) 
 | 
|  | 
| const DRTDerivationCodeSequence & | getDerivationCodeSequence () const | 
|  | get DerivationCodeSequence (0008,9215) 
 | 
|  | 
| DRTDeviceSequence & | getDeviceSequence () | 
|  | get DeviceSequence (0050,0010) 
 | 
|  | 
| const DRTDeviceSequence & | getDeviceSequence () const | 
|  | get DeviceSequence (0050,0010) 
 | 
|  | 
| DRTDigitalSignaturesSequence & | getDigitalSignaturesSequence () | 
|  | get DigitalSignaturesSequence (fffa,fffa) 
 | 
|  | 
| const DRTDigitalSignaturesSequence & | getDigitalSignaturesSequence () const | 
|  | get DigitalSignaturesSequence (fffa,fffa) 
 | 
|  | 
| DRTEncryptedAttributesSequence & | getEncryptedAttributesSequence () | 
|  | get EncryptedAttributesSequence (0400,0500) 
 | 
|  | 
| const DRTEncryptedAttributesSequence & | getEncryptedAttributesSequence () const | 
|  | get EncryptedAttributesSequence (0400,0500) 
 | 
|  | 
| DRTEnhancedRTBeamLimitingDeviceSequence & | getEnhancedRTBeamLimitingDeviceSequence () | 
|  | get EnhancedRTBeamLimitingDeviceSequence (3008,00a1) 
 | 
|  | 
| const DRTEnhancedRTBeamLimitingDeviceSequence & | getEnhancedRTBeamLimitingDeviceSequence () const | 
|  | get EnhancedRTBeamLimitingDeviceSequence (3008,00a1) 
 | 
|  | 
| DRTExposureSequence & | getExposureSequence () | 
|  | get ExposureSequence (3002,0030) 
 | 
|  | 
| const DRTExposureSequence & | getExposureSequence () const | 
|  | get ExposureSequence (3002,0030) 
 | 
|  | 
| DRTFluenceMapSequence & | getFluenceMapSequence () | 
|  | get FluenceMapSequence (3002,0040) 
 | 
|  | 
| const DRTFluenceMapSequence & | getFluenceMapSequence () const | 
|  | get FluenceMapSequence (3002,0040) 
 | 
|  | 
| DRTFrameExtractionSequence & | getFrameExtractionSequence () | 
|  | get FrameExtractionSequence (0008,1164) 
 | 
|  | 
| const DRTFrameExtractionSequence & | getFrameExtractionSequence () const | 
|  | get FrameExtractionSequence (0008,1164) 
 | 
|  | 
| DRTGeneticModificationsSequence & | getGeneticModificationsSequence () | 
|  | get GeneticModificationsSequence (0010,0221) 
 | 
|  | 
| const DRTGeneticModificationsSequence & | getGeneticModificationsSequence () const | 
|  | get GeneticModificationsSequence (0010,0221) 
 | 
|  | 
| DRTGroupOfPatientsIdentificationSequence & | getGroupOfPatientsIdentificationSequence () | 
|  | get GroupOfPatientsIdentificationSequence (0010,0027) 
 | 
|  | 
| const DRTGroupOfPatientsIdentificationSequence & | getGroupOfPatientsIdentificationSequence () const | 
|  | get GroupOfPatientsIdentificationSequence (0010,0027) 
 | 
|  | 
| DRTHL7StructuredDocumentReferenceSequence & | getHL7StructuredDocumentReferenceSequence () | 
|  | get HL7StructuredDocumentReferenceSequence (0040,a390) 
 | 
|  | 
| const DRTHL7StructuredDocumentReferenceSequence & | getHL7StructuredDocumentReferenceSequence () const | 
|  | get HL7StructuredDocumentReferenceSequence (0040,a390) 
 | 
|  | 
| DRTIconImageSequence & | getIconImageSequence () | 
|  | get IconImageSequence (0088,0200) 
 | 
|  | 
| const DRTIconImageSequence & | getIconImageSequence () const | 
|  | get IconImageSequence (0088,0200) 
 | 
|  | 
| DRTInstitutionalDepartmentTypeCodeSequence & | getInstitutionalDepartmentTypeCodeSequence () | 
|  | get InstitutionalDepartmentTypeCodeSequence (0008,1041) 
 | 
|  | 
| const DRTInstitutionalDepartmentTypeCodeSequence & | getInstitutionalDepartmentTypeCodeSequence () const | 
|  | get InstitutionalDepartmentTypeCodeSequence (0008,1041) 
 | 
|  | 
| DRTIssuerOfAccessionNumberSequence & | getIssuerOfAccessionNumberSequence () | 
|  | get IssuerOfAccessionNumberSequence (0008,0051) 
 | 
|  | 
| const DRTIssuerOfAccessionNumberSequence & | getIssuerOfAccessionNumberSequence () const | 
|  | get IssuerOfAccessionNumberSequence (0008,0051) 
 | 
|  | 
| DRTIssuerOfAdmissionIDSequence & | getIssuerOfAdmissionIDSequence () | 
|  | get IssuerOfAdmissionIDSequence (0038,0014) 
 | 
|  | 
| const DRTIssuerOfAdmissionIDSequence & | getIssuerOfAdmissionIDSequence () const | 
|  | get IssuerOfAdmissionIDSequence (0038,0014) 
 | 
|  | 
| DRTIssuerOfPatientIDQualifiersSequence & | getIssuerOfPatientIDQualifiersSequence () | 
|  | get IssuerOfPatientIDQualifiersSequence (0010,0024) 
 | 
|  | 
| const DRTIssuerOfPatientIDQualifiersSequence & | getIssuerOfPatientIDQualifiersSequence () const | 
|  | get IssuerOfPatientIDQualifiersSequence (0010,0024) 
 | 
|  | 
| DRTIssuerOfServiceEpisodeIDSequence & | getIssuerOfServiceEpisodeIDSequence () | 
|  | get IssuerOfServiceEpisodeIDSequence (0038,0064) 
 | 
|  | 
| const DRTIssuerOfServiceEpisodeIDSequence & | getIssuerOfServiceEpisodeIDSequence () const | 
|  | get IssuerOfServiceEpisodeIDSequence (0038,0064) 
 | 
|  | 
| DRTMACParametersSequence & | getMACParametersSequence () | 
|  | get MACParametersSequence (4ffe,0001) 
 | 
|  | 
| const DRTMACParametersSequence & | getMACParametersSequence () const | 
|  | get MACParametersSequence (4ffe,0001) 
 | 
|  | 
| DRTMappingResourceIdentificationSequence & | getMappingResourceIdentificationSequence () | 
|  | get MappingResourceIdentificationSequence (0008,0124) 
 | 
|  | 
| const DRTMappingResourceIdentificationSequence & | getMappingResourceIdentificationSequence () const | 
|  | get MappingResourceIdentificationSequence (0008,0124) 
 | 
|  | 
| DRTModalityLUTSequence & | getModalityLUTSequence () | 
|  | get ModalityLUTSequence (0028,3000) 
 | 
|  | 
| const DRTModalityLUTSequence & | getModalityLUTSequence () const | 
|  | get ModalityLUTSequence (0028,3000) 
 | 
|  | 
| DRTMultiplexedAudioChannelsDescriptionCodeSequence & | getMultiplexedAudioChannelsDescriptionCodeSequence () | 
|  | get MultiplexedAudioChannelsDescriptionCodeSequence (003a,0300) 
 | 
|  | 
| const DRTMultiplexedAudioChannelsDescriptionCodeSequence & | getMultiplexedAudioChannelsDescriptionCodeSequence () const | 
|  | get MultiplexedAudioChannelsDescriptionCodeSequence (003a,0300) 
 | 
|  | 
| DRTOperatorIdentificationSequence & | getOperatorIdentificationSequence () | 
|  | get OperatorIdentificationSequence (0008,1072) 
 | 
|  | 
| const DRTOperatorIdentificationSequence & | getOperatorIdentificationSequence () const | 
|  | get OperatorIdentificationSequence (0008,1072) 
 | 
|  | 
| DRTOriginalAttributesSequence & | getOriginalAttributesSequence () | 
|  | get OriginalAttributesSequence (0400,0561) 
 | 
|  | 
| const DRTOriginalAttributesSequence & | getOriginalAttributesSequence () const | 
|  | get OriginalAttributesSequence (0400,0561) 
 | 
|  | 
| DRTOtherPatientIDsSequence & | getOtherPatientIDsSequence () | 
|  | get OtherPatientIDsSequence (0010,1002) 
 | 
|  | 
| const DRTOtherPatientIDsSequence & | getOtherPatientIDsSequence () const | 
|  | get OtherPatientIDsSequence (0010,1002) 
 | 
|  | 
| DRTPatientBreedCodeSequence & | getPatientBreedCodeSequence () | 
|  | get PatientBreedCodeSequence (0010,2293) 
 | 
|  | 
| const DRTPatientBreedCodeSequence & | getPatientBreedCodeSequence () const | 
|  | get PatientBreedCodeSequence (0010,2293) 
 | 
|  | 
| DRTPatientSizeCodeSequence & | getPatientSizeCodeSequence () | 
|  | get PatientSizeCodeSequence (0010,1021) 
 | 
|  | 
| const DRTPatientSizeCodeSequence & | getPatientSizeCodeSequence () const | 
|  | get PatientSizeCodeSequence (0010,1021) 
 | 
|  | 
| DRTPatientSpeciesCodeSequence & | getPatientSpeciesCodeSequence () | 
|  | get PatientSpeciesCodeSequence (0010,2202) 
 | 
|  | 
| const DRTPatientSpeciesCodeSequence & | getPatientSpeciesCodeSequence () const | 
|  | get PatientSpeciesCodeSequence (0010,2202) 
 | 
|  | 
| DRTPerformedProtocolCodeSequence & | getPerformedProtocolCodeSequence () | 
|  | get PerformedProtocolCodeSequence (0040,0260) 
 | 
|  | 
| const DRTPerformedProtocolCodeSequence & | getPerformedProtocolCodeSequence () const | 
|  | get PerformedProtocolCodeSequence (0040,0260) 
 | 
|  | 
| DRTPhysiciansOfRecordIdentificationSequence & | getPhysiciansOfRecordIdentificationSequence () | 
|  | get PhysiciansOfRecordIdentificationSequence (0008,1049) 
 | 
|  | 
| const DRTPhysiciansOfRecordIdentificationSequence & | getPhysiciansOfRecordIdentificationSequence () const | 
|  | get PhysiciansOfRecordIdentificationSequence (0008,1049) 
 | 
|  | 
| DRTPhysiciansReadingStudyIdentificationSequence & | getPhysiciansReadingStudyIdentificationSequence () | 
|  | get PhysiciansReadingStudyIdentificationSequence (0008,1062) 
 | 
|  | 
| const DRTPhysiciansReadingStudyIdentificationSequence & | getPhysiciansReadingStudyIdentificationSequence () const | 
|  | get PhysiciansReadingStudyIdentificationSequence (0008,1062) 
 | 
|  | 
| DRTPrimaryAnatomicStructureSequence & | getPrimaryAnatomicStructureSequence () | 
|  | get PrimaryAnatomicStructureSequence (0008,2228) 
 | 
|  | 
| const DRTPrimaryAnatomicStructureSequence & | getPrimaryAnatomicStructureSequence () const | 
|  | get PrimaryAnatomicStructureSequence (0008,2228) 
 | 
|  | 
| DRTPrivateDataElementCharacteristicsSequence & | getPrivateDataElementCharacteristicsSequence () | 
|  | get PrivateDataElementCharacteristicsSequence (0008,0300) 
 | 
|  | 
| const DRTPrivateDataElementCharacteristicsSequence & | getPrivateDataElementCharacteristicsSequence () const | 
|  | get PrivateDataElementCharacteristicsSequence (0008,0300) 
 | 
|  | 
| DRTProcedureCodeSequence & | getProcedureCodeSequence () | 
|  | get ProcedureCodeSequence (0008,1032) 
 | 
|  | 
| const DRTProcedureCodeSequence & | getProcedureCodeSequence () const | 
|  | get ProcedureCodeSequence (0008,1032) 
 | 
|  | 
| DRTRealWorldValueMappingSequence & | getRealWorldValueMappingSequence () | 
|  | get RealWorldValueMappingSequence (0040,9096) 
 | 
|  | 
| const DRTRealWorldValueMappingSequence & | getRealWorldValueMappingSequence () const | 
|  | get RealWorldValueMappingSequence (0040,9096) 
 | 
|  | 
| DRTReasonForPerformedProcedureCodeSequence & | getReasonForPerformedProcedureCodeSequence () | 
|  | get ReasonForPerformedProcedureCodeSequence (0040,1012) 
 | 
|  | 
| const DRTReasonForPerformedProcedureCodeSequence & | getReasonForPerformedProcedureCodeSequence () const | 
|  | get ReasonForPerformedProcedureCodeSequence (0040,1012) 
 | 
|  | 
| DRTReasonForVisitCodeSequence & | getReasonForVisitCodeSequence () | 
|  | get ReasonForVisitCodeSequence (0032,1067) 
 | 
|  | 
| const DRTReasonForVisitCodeSequence & | getReasonForVisitCodeSequence () const | 
|  | get ReasonForVisitCodeSequence (0032,1067) 
 | 
|  | 
| DRTReferencedDefinedProtocolSequence & | getReferencedDefinedProtocolSequence () | 
|  | get ReferencedDefinedProtocolSequence (0018,990c) 
 | 
|  | 
| const DRTReferencedDefinedProtocolSequence & | getReferencedDefinedProtocolSequence () const | 
|  | get ReferencedDefinedProtocolSequence (0018,990c) 
 | 
|  | 
| DRTReferencedImageSequence & | getReferencedImageSequence () | 
|  | get ReferencedImageSequence (0008,1140) 
 | 
|  | 
| const DRTReferencedImageSequence & | getReferencedImageSequence () const | 
|  | get ReferencedImageSequence (0008,1140) 
 | 
|  | 
| DRTReferencedInstanceSequence & | getReferencedInstanceSequence () | 
|  | get ReferencedInstanceSequence (0008,114a) 
 | 
|  | 
| const DRTReferencedInstanceSequence & | getReferencedInstanceSequence () const | 
|  | get ReferencedInstanceSequence (0008,114a) 
 | 
|  | 
| DRTReferencedPatientPhotoSequence & | getReferencedPatientPhotoSequence () | 
|  | get ReferencedPatientPhotoSequence (0010,1100) 
 | 
|  | 
| const DRTReferencedPatientPhotoSequence & | getReferencedPatientPhotoSequence () const | 
|  | get ReferencedPatientPhotoSequence (0010,1100) 
 | 
|  | 
| DRTReferencedPatientSequence & | getReferencedPatientSequence () | 
|  | get ReferencedPatientSequence (0008,1120) 
 | 
|  | 
| const DRTReferencedPatientSequence & | getReferencedPatientSequence () const | 
|  | get ReferencedPatientSequence (0008,1120) 
 | 
|  | 
| DRTReferencedPerformedProcedureStepSequence & | getReferencedPerformedProcedureStepSequence () | 
|  | get ReferencedPerformedProcedureStepSequence (0008,1111) 
 | 
|  | 
| const DRTReferencedPerformedProcedureStepSequence & | getReferencedPerformedProcedureStepSequence () const | 
|  | get ReferencedPerformedProcedureStepSequence (0008,1111) 
 | 
|  | 
| DRTReferencedPerformedProtocolSequence & | getReferencedPerformedProtocolSequence () | 
|  | get ReferencedPerformedProtocolSequence (0018,990d) 
 | 
|  | 
| const DRTReferencedPerformedProtocolSequence & | getReferencedPerformedProtocolSequence () const | 
|  | get ReferencedPerformedProtocolSequence (0018,990d) 
 | 
|  | 
| DRTReferencedRTPlanSequenceInRTImageModule & | getReferencedRTPlanSequence () | 
|  | get ReferencedRTPlanSequence (300c,0002) 
 | 
|  | 
| const DRTReferencedRTPlanSequenceInRTImageModule & | getReferencedRTPlanSequence () const | 
|  | get ReferencedRTPlanSequence (300c,0002) 
 | 
|  | 
| DRTReferencedSeriesSequence & | getReferencedSeriesSequence () | 
|  | get ReferencedSeriesSequence (0008,1115) 
 | 
|  | 
| const DRTReferencedSeriesSequence & | getReferencedSeriesSequence () const | 
|  | get ReferencedSeriesSequence (0008,1115) 
 | 
|  | 
| DRTReferencedStudySequence & | getReferencedStudySequence () | 
|  | get ReferencedStudySequence (0008,1110) 
 | 
|  | 
| const DRTReferencedStudySequence & | getReferencedStudySequence () const | 
|  | get ReferencedStudySequence (0008,1110) 
 | 
|  | 
| DRTReferringPhysicianIdentificationSequence & | getReferringPhysicianIdentificationSequence () | 
|  | get ReferringPhysicianIdentificationSequence (0008,0096) 
 | 
|  | 
| const DRTReferringPhysicianIdentificationSequence & | getReferringPhysicianIdentificationSequence () const | 
|  | get ReferringPhysicianIdentificationSequence (0008,0096) 
 | 
|  | 
| DRTRequestAttributesSequence & | getRequestAttributesSequence () | 
|  | get RequestAttributesSequence (0040,0275) 
 | 
|  | 
| const DRTRequestAttributesSequence & | getRequestAttributesSequence () const | 
|  | get RequestAttributesSequence (0040,0275) 
 | 
|  | 
| DRTRequestingServiceCodeSequence & | getRequestingServiceCodeSequence () | 
|  | get RequestingServiceCodeSequence (0032,1034) 
 | 
|  | 
| const DRTRequestingServiceCodeSequence & | getRequestingServiceCodeSequence () const | 
|  | get RequestingServiceCodeSequence (0032,1034) 
 | 
|  | 
| DRTSeriesDescriptionCodeSequence & | getSeriesDescriptionCodeSequence () | 
|  | get SeriesDescriptionCodeSequence (0008,103f) 
 | 
|  | 
| const DRTSeriesDescriptionCodeSequence & | getSeriesDescriptionCodeSequence () const | 
|  | get SeriesDescriptionCodeSequence (0008,103f) 
 | 
|  | 
| DRTSourceImageSequence & | getSourceImageSequence () | 
|  | get SourceImageSequence (0008,2112) 
 | 
|  | 
| const DRTSourceImageSequence & | getSourceImageSequence () const | 
|  | get SourceImageSequence (0008,2112) 
 | 
|  | 
| DRTSourceInstanceSequence & | getSourceInstanceSequence () | 
|  | get SourceInstanceSequence (0042,0013) 
 | 
|  | 
| const DRTSourceInstanceSequence & | getSourceInstanceSequence () const | 
|  | get SourceInstanceSequence (0042,0013) 
 | 
|  | 
| DRTSourcePatientGroupIdentificationSequence & | getSourcePatientGroupIdentificationSequence () | 
|  | get SourcePatientGroupIdentificationSequence (0010,0026) 
 | 
|  | 
| const DRTSourcePatientGroupIdentificationSequence & | getSourcePatientGroupIdentificationSequence () const | 
|  | get SourcePatientGroupIdentificationSequence (0010,0026) 
 | 
|  | 
| DRTStrainCodeSequence & | getStrainCodeSequence () | 
|  | get StrainCodeSequence (0010,0219) 
 | 
|  | 
| const DRTStrainCodeSequence & | getStrainCodeSequence () const | 
|  | get StrainCodeSequence (0010,0219) 
 | 
|  | 
| DRTStrainStockSequence & | getStrainStockSequence () | 
|  | get StrainStockSequence (0010,0216) 
 | 
|  | 
| const DRTStrainStockSequence & | getStrainStockSequence () const | 
|  | get StrainStockSequence (0010,0216) 
 | 
|  | 
| DRTStudiesContainingOtherReferencedInstancesSequence & | getStudiesContainingOtherReferencedInstancesSequence () | 
|  | get StudiesContainingOtherReferencedInstancesSequence (0008,1200) 
 | 
|  | 
| const DRTStudiesContainingOtherReferencedInstancesSequence & | getStudiesContainingOtherReferencedInstancesSequence () const | 
|  | get StudiesContainingOtherReferencedInstancesSequence (0008,1200) 
 | 
|  | 
| DRTUDISequence & | getUDISequence () | 
|  | get UDISequence (0018,100a) 
 | 
|  | 
| const DRTUDISequence & | getUDISequence () const | 
|  | get UDISequence (0018,100a) 
 | 
|  | 
| DRTVOILUTSequence & | getVOILUTSequence () | 
|  | get VOILUTSequence (0028,3010) 
 | 
|  | 
| const DRTVOILUTSequence & | getVOILUTSequence () const | 
|  | get VOILUTSequence (0028,3010) 
 | 
|  | 
| virtual OFCondition | setAccessionNumber (const OFString &value, const OFBool check=OFTrue) | 
|  | set AccessionNumber (0008,0050) 
 | 
|  | 
| virtual OFCondition | setAcquisitionDate (const OFString &value, const OFBool check=OFTrue) | 
|  | set AcquisitionDate (0008,0022) 
 | 
|  | 
| virtual OFCondition | setAcquisitionDateTime (const OFString &value, const OFBool check=OFTrue) | 
|  | set AcquisitionDateTime (0008,002a) 
 | 
|  | 
| virtual OFCondition | setAcquisitionDuration (const Float64 value, const unsigned long pos=0) | 
|  | set AcquisitionDuration (0018,9073) 
 | 
|  | 
| virtual OFCondition | setAcquisitionNumber (const OFString &value, const OFBool check=OFTrue) | 
|  | set AcquisitionNumber (0020,0012) 
 | 
|  | 
| virtual OFCondition | setAcquisitionTime (const OFString &value, const OFBool check=OFTrue) | 
|  | set AcquisitionTime (0008,0032) 
 | 
|  | 
| virtual OFCondition | setAcquisitionUID (const OFString &value, const OFBool check=OFTrue) | 
|  | set AcquisitionUID (0008,0017) 
 | 
|  | 
| virtual OFCondition | setActualFrameDuration (const OFString &value, const OFBool check=OFTrue) | 
|  | set ActualFrameDuration (0018,1242) 
 | 
|  | 
| virtual OFCondition | setAdditionalPatientHistory (const OFString &value, const OFBool check=OFTrue) | 
|  | set AdditionalPatientHistory (0010,21b0) 
 | 
|  | 
| virtual OFCondition | setAdmissionID (const OFString &value, const OFBool check=OFTrue) | 
|  | set AdmissionID (0038,0010) 
 | 
|  | 
| virtual OFCondition | setAdmittingDiagnosesDescription (const OFString &value, const OFBool check=OFTrue) | 
|  | set AdmittingDiagnosesDescription (0008,1080) 
 | 
|  | 
| virtual OFCondition | setAllergies (const OFString &value, const OFBool check=OFTrue) | 
|  | set Allergies (0010,2110) 
 | 
|  | 
| virtual OFCondition | setApprovalStatus (const OFString &value, const OFBool check=OFTrue) | 
|  | set ApprovalStatus (300e,0002) 
 | 
|  | 
| virtual OFCondition | setAuthorizationEquipmentCertificationNumber (const OFString &value, const OFBool check=OFTrue) | 
|  | set AuthorizationEquipmentCertificationNumber (0100,0426) 
 | 
|  | 
| virtual OFCondition | setBarcodeValue (const OFString &value, const OFBool check=OFTrue) | 
|  | set BarcodeValue (2200,0005) 
 | 
|  | 
| virtual OFCondition | setBeamLimitingDeviceAngle (const OFString &value, const OFBool check=OFTrue) | 
|  | set BeamLimitingDeviceAngle (300a,0120) 
 | 
|  | 
| virtual OFCondition | setBitsAllocated (const Uint16 value, const unsigned long pos=0) | 
|  | set BitsAllocated (0028,0100) 
 | 
|  | 
| virtual OFCondition | setBitsStored (const Uint16 value, const unsigned long pos=0) | 
|  | set BitsStored (0028,0101) 
 | 
|  | 
| virtual OFCondition | setBluePaletteColorLookupTableData (const Uint16 *value, const unsigned long count) | 
|  | set BluePaletteColorLookupTableData (0028,1203) 
 | 
|  | 
| virtual OFCondition | setBluePaletteColorLookupTableDescriptor (const Uint16 value, const unsigned long pos=0) | 
|  | set BluePaletteColorLookupTableDescriptor (0028,1103) 
 | 
|  | 
| virtual OFCondition | setBurnedInAnnotation (const OFString &value, const OFBool check=OFTrue) | 
|  | set BurnedInAnnotation (0028,0301) 
 | 
|  | 
| virtual OFCondition | setCineRate (const OFString &value, const OFBool check=OFTrue) | 
|  | set CineRate (0018,0040) 
 | 
|  | 
| virtual OFCondition | setClinicalTrialCoordinatingCenterName (const OFString &value, const OFBool check=OFTrue) | 
|  | set ClinicalTrialCoordinatingCenterName (0012,0060) 
 | 
|  | 
| virtual OFCondition | setClinicalTrialProtocolEthicsCommitteeApprovalNumber (const OFString &value, const OFBool check=OFTrue) | 
|  | set ClinicalTrialProtocolEthicsCommitteeApprovalNumber (0012,0082) 
 | 
|  | 
| virtual OFCondition | setClinicalTrialProtocolEthicsCommitteeName (const OFString &value, const OFBool check=OFTrue) | 
|  | set ClinicalTrialProtocolEthicsCommitteeName (0012,0081) 
 | 
|  | 
| virtual OFCondition | setClinicalTrialProtocolID (const OFString &value, const OFBool check=OFTrue) | 
|  | set ClinicalTrialProtocolID (0012,0020) 
 | 
|  | 
| virtual OFCondition | setClinicalTrialProtocolName (const OFString &value, const OFBool check=OFTrue) | 
|  | set ClinicalTrialProtocolName (0012,0021) 
 | 
|  | 
| virtual OFCondition | setClinicalTrialSeriesDescription (const OFString &value, const OFBool check=OFTrue) | 
|  | set ClinicalTrialSeriesDescription (0012,0072) 
 | 
|  | 
| virtual OFCondition | setClinicalTrialSeriesID (const OFString &value, const OFBool check=OFTrue) | 
|  | set ClinicalTrialSeriesID (0012,0071) 
 | 
|  | 
| virtual OFCondition | setClinicalTrialSiteID (const OFString &value, const OFBool check=OFTrue) | 
|  | set ClinicalTrialSiteID (0012,0030) 
 | 
|  | 
| virtual OFCondition | setClinicalTrialSiteName (const OFString &value, const OFBool check=OFTrue) | 
|  | set ClinicalTrialSiteName (0012,0031) 
 | 
|  | 
| virtual OFCondition | setClinicalTrialSponsorName (const OFString &value, const OFBool check=OFTrue) | 
|  | set ClinicalTrialSponsorName (0012,0010) 
 | 
|  | 
| virtual OFCondition | setClinicalTrialSubjectID (const OFString &value, const OFBool check=OFTrue) | 
|  | set ClinicalTrialSubjectID (0012,0040) 
 | 
|  | 
| virtual OFCondition | setClinicalTrialSubjectReadingID (const OFString &value, const OFBool check=OFTrue) | 
|  | set ClinicalTrialSubjectReadingID (0012,0042) 
 | 
|  | 
| virtual OFCondition | setClinicalTrialTimePointDescription (const OFString &value, const OFBool check=OFTrue) | 
|  | set ClinicalTrialTimePointDescription (0012,0051) 
 | 
|  | 
| virtual OFCondition | setClinicalTrialTimePointID (const OFString &value, const OFBool check=OFTrue) | 
|  | set ClinicalTrialTimePointID (0012,0050) 
 | 
|  | 
| virtual OFCondition | setColorSpace (const OFString &value, const OFBool check=OFTrue) | 
|  | set ColorSpace (0028,2002) 
 | 
|  | 
| virtual OFCondition | setColumns (const Uint16 value, const unsigned long pos=0) | 
|  | set Columns (0028,0011) 
 | 
|  | 
| virtual OFCondition | setCommentsOnThePerformedProcedureStep (const OFString &value, const OFBool check=OFTrue) | 
|  | set CommentsOnThePerformedProcedureStep (0040,0280) 
 | 
|  | 
| virtual OFCondition | setConsultingPhysicianName (const OFString &value, const OFBool check=OFTrue) | 
|  | set ConsultingPhysicianName (0008,009c) 
 | 
|  | 
| virtual OFCondition | setContentDate (const OFString &value, const OFBool check=OFTrue) | 
|  | set ContentDate (0008,0023) 
 | 
|  | 
| virtual OFCondition | setContentQualification (const OFString &value, const OFBool check=OFTrue) | 
|  | set ContentQualification (0018,9004) 
 | 
|  | 
| virtual OFCondition | setContentTime (const OFString &value, const OFBool check=OFTrue) | 
|  | set ContentTime (0008,0033) 
 | 
|  | 
| virtual OFCondition | setContrastBolusAgent (const OFString &value, const OFBool check=OFTrue) | 
|  | set ContrastBolusAgent (0018,0010) 
 | 
|  | 
| virtual OFCondition | setContrastBolusIngredient (const OFString &value, const OFBool check=OFTrue) | 
|  | set ContrastBolusIngredient (0018,1048) 
 | 
|  | 
| virtual OFCondition | setContrastBolusIngredientConcentration (const OFString &value, const OFBool check=OFTrue) | 
|  | set ContrastBolusIngredientConcentration (0018,1049) 
 | 
|  | 
| virtual OFCondition | setContrastBolusRoute (const OFString &value, const OFBool check=OFTrue) | 
|  | set ContrastBolusRoute (0018,1040) 
 | 
|  | 
| virtual OFCondition | setContrastBolusStartTime (const OFString &value, const OFBool check=OFTrue) | 
|  | set ContrastBolusStartTime (0018,1042) 
 | 
|  | 
| virtual OFCondition | setContrastBolusStopTime (const OFString &value, const OFBool check=OFTrue) | 
|  | set ContrastBolusStopTime (0018,1043) 
 | 
|  | 
| virtual OFCondition | setContrastBolusTotalDose (const OFString &value, const OFBool check=OFTrue) | 
|  | set ContrastBolusTotalDose (0018,1044) 
 | 
|  | 
| virtual OFCondition | setContrastBolusVolume (const OFString &value, const OFBool check=OFTrue) | 
|  | set ContrastBolusVolume (0018,1041) 
 | 
|  | 
| virtual OFCondition | setContrastFlowDuration (const OFString &value, const OFBool check=OFTrue) | 
|  | set ContrastFlowDuration (0018,1047) 
 | 
|  | 
| virtual OFCondition | setContrastFlowRate (const OFString &value, const OFBool check=OFTrue) | 
|  | set ContrastFlowRate (0018,1046) 
 | 
|  | 
| virtual OFCondition | setConversionType (const OFString &value, const OFBool check=OFTrue) | 
|  | set ConversionType (0008,0064) 
 | 
|  | 
| virtual OFCondition | setDateOfLastCalibration (const OFString &value, const OFBool check=OFTrue) | 
|  | set DateOfLastCalibration (0018,1200) 
 | 
|  | 
| virtual OFCondition | setDeidentificationMethod (const OFString &value, const OFBool check=OFTrue) | 
|  | set DeidentificationMethod (0012,0063) 
 | 
|  | 
| virtual OFCondition | setDerivationDescription (const OFString &value, const OFBool check=OFTrue) | 
|  | set DerivationDescription (0008,2111) 
 | 
|  | 
| virtual OFCondition | setDeviceSerialNumber (const OFString &value, const OFBool check=OFTrue) | 
|  | set DeviceSerialNumber (0018,1000) 
 | 
|  | 
| virtual OFCondition | setDeviceUID (const OFString &value, const OFBool check=OFTrue) | 
|  | set DeviceUID (0018,1002) 
 | 
|  | 
| virtual OFCondition | setEffectiveDuration (const OFString &value, const OFBool check=OFTrue) | 
|  | set EffectiveDuration (0018,0072) 
 | 
|  | 
| virtual OFCondition | setEncapsulatedPixelDataValueTotalLength (const Uint64 value, const unsigned long pos=0) | 
|  | set EncapsulatedPixelDataValueTotalLength (7fe0,0003) 
 | 
|  | 
| virtual OFCondition | setEndCumulativeMetersetWeight (const OFString &value, const OFBool check=OFTrue) | 
|  | set EndCumulativeMetersetWeight (300c,0009) 
 | 
|  | 
| virtual OFCondition | setEnhancedRTBeamLimitingDeviceDefinitionFlag (const OFString &value, const OFBool check=OFTrue) | 
|  | set EnhancedRTBeamLimitingDeviceDefinitionFlag (3008,00a3) 
 | 
|  | 
| virtual OFCondition | setEthnicGroup (const OFString &value, const OFBool check=OFTrue) | 
|  | set EthnicGroup (0010,2160) 
 | 
|  | 
| virtual OFCondition | setExposureTime (const OFString &value, const OFBool check=OFTrue) | 
|  | set ExposureTime (0018,1150) 
 | 
|  | 
| virtual OFCondition | setExposureTimeInms (const Float64 value, const unsigned long pos=0) | 
|  | set ExposureTimeInms (0018,9328) 
 | 
|  | 
| virtual OFCondition | setExtendedOffsetTable (const Uint64 *value, const unsigned long count) | 
|  | set ExtendedOffsetTable (7fe0,0001) 
 | 
|  | 
| virtual OFCondition | setExtendedOffsetTableLengths (const Uint64 *value, const unsigned long count) | 
|  | set ExtendedOffsetTableLengths (7fe0,0002) 
 | 
|  | 
| virtual OFCondition | setFractionNumber (const OFString &value, const OFBool check=OFTrue) | 
|  | set FractionNumber (3002,0029) 
 | 
|  | 
| virtual OFCondition | setFrameDelay (const OFString &value, const OFBool check=OFTrue) | 
|  | set FrameDelay (0018,1066) 
 | 
|  | 
| virtual OFCondition | setFrameIncrementPointer (const OFString &value, const OFBool check=OFTrue) | 
|  | set FrameIncrementPointer (0028,0009) 
 | 
|  | 
| virtual OFCondition | setFrameOfReferenceUID (const OFString &value, const OFBool check=OFTrue) | 
|  | set FrameOfReferenceUID (0020,0052) 
 | 
|  | 
| virtual OFCondition | setFrameTime (const OFString &value, const OFBool check=OFTrue) | 
|  | set FrameTime (0018,1063) 
 | 
|  | 
| virtual OFCondition | setFrameTimeVector (const OFString &value, const OFBool check=OFTrue) | 
|  | set FrameTimeVector (0018,1065) 
 | 
|  | 
| virtual OFCondition | setGantryAngle (const OFString &value, const OFBool check=OFTrue) | 
|  | set GantryAngle (300a,011e) 
 | 
|  | 
| virtual OFCondition | setGantryID (const OFString &value, const OFBool check=OFTrue) | 
|  | set GantryID (0018,1008) 
 | 
|  | 
| virtual OFCondition | setGantryPitchAngle (const Float32 value, const unsigned long pos=0) | 
|  | set GantryPitchAngle (300a,014a) 
 | 
|  | 
| virtual OFCondition | setGreenPaletteColorLookupTableData (const Uint16 *value, const unsigned long count) | 
|  | set GreenPaletteColorLookupTableData (0028,1202) 
 | 
|  | 
| virtual OFCondition | setGreenPaletteColorLookupTableDescriptor (const Uint16 value, const unsigned long pos=0) | 
|  | set GreenPaletteColorLookupTableDescriptor (0028,1102) 
 | 
|  | 
| virtual OFCondition | setHighBit (const Uint16 value, const unsigned long pos=0) | 
|  | set HighBit (0028,0102) 
 | 
|  | 
| virtual OFCondition | setICCProfile (const Uint8 *value, const unsigned long count) | 
|  | set ICCProfile (0028,2000) 
 | 
|  | 
| virtual OFCondition | setImageComments (const OFString &value, const OFBool check=OFTrue) | 
|  | set ImageComments (0020,4000) 
 | 
|  | 
| virtual OFCondition | setImageLaterality (const OFString &value, const OFBool check=OFTrue) | 
|  | set ImageLaterality (0020,0062) 
 | 
|  | 
| virtual OFCondition | setImagePlanePixelSpacing (const OFString &value, const OFBool check=OFTrue) | 
|  | set ImagePlanePixelSpacing (3002,0011) 
 | 
|  | 
| virtual OFCondition | setImageTriggerDelay (const OFString &value, const OFBool check=OFTrue) | 
|  | set ImageTriggerDelay (0018,1067) 
 | 
|  | 
| virtual OFCondition | setImageType (const OFString &value, const OFBool check=OFTrue) | 
|  | set ImageType (0008,0008) 
 | 
|  | 
| virtual OFCondition | setImagesInAcquisition (const OFString &value, const OFBool check=OFTrue) | 
|  | set ImagesInAcquisition (0020,1002) 
 | 
|  | 
| virtual OFCondition | setInstanceCoercionDateTime (const OFString &value, const OFBool check=OFTrue) | 
|  | set InstanceCoercionDateTime (0008,0015) 
 | 
|  | 
| virtual OFCondition | setInstanceCreationDate (const OFString &value, const OFBool check=OFTrue) | 
|  | set InstanceCreationDate (0008,0012) 
 | 
|  | 
| virtual OFCondition | setInstanceCreationTime (const OFString &value, const OFBool check=OFTrue) | 
|  | set InstanceCreationTime (0008,0013) 
 | 
|  | 
| virtual OFCondition | setInstanceCreatorUID (const OFString &value, const OFBool check=OFTrue) | 
|  | set InstanceCreatorUID (0008,0014) 
 | 
|  | 
| virtual OFCondition | setInstanceNumber (const OFString &value, const OFBool check=OFTrue) | 
|  | set InstanceNumber (0020,0013) 
 | 
|  | 
| virtual OFCondition | setInstanceOriginStatus (const OFString &value, const OFBool check=OFTrue) | 
|  | set InstanceOriginStatus (0400,0600) 
 | 
|  | 
| virtual OFCondition | setInstitutionAddress (const OFString &value, const OFBool check=OFTrue) | 
|  | set InstitutionAddress (0008,0081) 
 | 
|  | 
| virtual OFCondition | setInstitutionName (const OFString &value, const OFBool check=OFTrue) | 
|  | set InstitutionName (0008,0080) 
 | 
|  | 
| virtual OFCondition | setInstitutionalDepartmentName (const OFString &value, const OFBool check=OFTrue) | 
|  | set InstitutionalDepartmentName (0008,1040) 
 | 
|  | 
| virtual OFCondition | setIrradiationEventUID (const OFString &value, const OFBool check=OFTrue) | 
|  | set IrradiationEventUID (0008,3010) 
 | 
|  | 
| virtual OFCondition | setIsocenterPosition (const OFString &value, const OFBool check=OFTrue) | 
|  | set IsocenterPosition (300a,012c) 
 | 
|  | 
| virtual OFCondition | setIssuerOfPatientID (const OFString &value, const OFBool check=OFTrue) | 
|  | set IssuerOfPatientID (0010,0021) 
 | 
|  | 
| virtual OFCondition | setLargestImagePixelValue (const Uint16 value, const unsigned long pos=0) | 
|  | set LargestImagePixelValue (0028,0107) 
 | 
|  | 
| virtual OFCondition | setLastMenstrualDate (const OFString &value, const OFBool check=OFTrue) | 
|  | set LastMenstrualDate (0010,21d0) 
 | 
|  | 
| virtual OFCondition | setLongitudinalTemporalEventType (const OFString &value, const OFBool check=OFTrue) | 
|  | set LongitudinalTemporalEventType (0012,0053) 
 | 
|  | 
| virtual OFCondition | setLongitudinalTemporalInformationModified (const OFString &value, const OFBool check=OFTrue) | 
|  | set LongitudinalTemporalInformationModified (0028,0303) 
 | 
|  | 
| virtual OFCondition | setLongitudinalTemporalOffsetFromEvent (const Float64 value, const unsigned long pos=0) | 
|  | set LongitudinalTemporalOffsetFromEvent (0012,0052) 
 | 
|  | 
| virtual OFCondition | setLossyImageCompression (const OFString &value, const OFBool check=OFTrue) | 
|  | set LossyImageCompression (0028,2110) 
 | 
|  | 
| virtual OFCondition | setLossyImageCompressionMethod (const OFString &value, const OFBool check=OFTrue) | 
|  | set LossyImageCompressionMethod (0028,2114) 
 | 
|  | 
| virtual OFCondition | setLossyImageCompressionRatio (const OFString &value, const OFBool check=OFTrue) | 
|  | set LossyImageCompressionRatio (0028,2112) 
 | 
|  | 
| virtual OFCondition | setManufacturer (const OFString &value, const OFBool check=OFTrue) | 
|  | set Manufacturer (0008,0070) 
 | 
|  | 
| virtual OFCondition | setManufacturerDeviceClassUID (const OFString &value, const OFBool check=OFTrue) | 
|  | set ManufacturerDeviceClassUID (0018,100b) 
 | 
|  | 
| virtual OFCondition | setManufacturerModelName (const OFString &value, const OFBool check=OFTrue) | 
|  | set ManufacturerModelName (0008,1090) 
 | 
|  | 
| virtual OFCondition | setMeasuredAPDimension (const OFString &value, const OFBool check=OFTrue) | 
|  | set MeasuredAPDimension (0010,1023) 
 | 
|  | 
| virtual OFCondition | setMeasuredLateralDimension (const OFString &value, const OFBool check=OFTrue) | 
|  | set MeasuredLateralDimension (0010,1024) 
 | 
|  | 
| virtual OFCondition | setMedicalAlerts (const OFString &value, const OFBool check=OFTrue) | 
|  | set MedicalAlerts (0010,2000) 
 | 
|  | 
| virtual OFCondition | setMetersetExposure (const OFString &value, const OFBool check=OFTrue) | 
|  | set MetersetExposure (3002,0032) 
 | 
|  | 
| virtual OFCondition | setModality (const OFString &value, const OFBool check=OFTrue) | 
|  | set Modality (0008,0060) 
 | 
|  | 
| virtual OFCondition | setNameOfPhysiciansReadingStudy (const OFString &value, const OFBool check=OFTrue) | 
|  | set NameOfPhysiciansReadingStudy (0008,1060) 
 | 
|  | 
| virtual OFCondition | setNumberOfFrames (const OFString &value, const OFBool check=OFTrue) | 
|  | set NumberOfFrames (0028,0008) 
 | 
|  | 
| virtual OFCondition | setOccupation (const OFString &value, const OFBool check=OFTrue) | 
|  | set Occupation (0010,2180) 
 | 
|  | 
| virtual OFCondition | setOperatorsName (const OFString &value, const OFBool check=OFTrue) | 
|  | set OperatorsName (0008,1070) 
 | 
|  | 
| virtual OFCondition | setOriginalSpecializedSOPClassUID (const OFString &value, const OFBool check=OFTrue) | 
|  | set OriginalSpecializedSOPClassUID (0008,001b) 
 | 
|  | 
| virtual OFCondition | setOtherPatientNames (const OFString &value, const OFBool check=OFTrue) | 
|  | set OtherPatientNames (0010,1001) 
 | 
|  | 
| virtual OFCondition | setPatientAge (const OFString &value, const OFBool check=OFTrue) | 
|  | set PatientAge (0010,1010) 
 | 
|  | 
| virtual OFCondition | setPatientAlternativeCalendar (const OFString &value, const OFBool check=OFTrue) | 
|  | set PatientAlternativeCalendar (0010,0035) 
 | 
|  | 
| virtual OFCondition | setPatientBirthDate (const OFString &value, const OFBool check=OFTrue) | 
|  | set PatientBirthDate (0010,0030) 
 | 
|  | 
| virtual OFCondition | setPatientBirthDateInAlternativeCalendar (const OFString &value, const OFBool check=OFTrue) | 
|  | set PatientBirthDateInAlternativeCalendar (0010,0033) 
 | 
|  | 
| virtual OFCondition | setPatientBirthTime (const OFString &value, const OFBool check=OFTrue) | 
|  | set PatientBirthTime (0010,0032) 
 | 
|  | 
| virtual OFCondition | setPatientBodyMassIndex (const OFString &value, const OFBool check=OFTrue) | 
|  | set PatientBodyMassIndex (0010,1022) 
 | 
|  | 
| virtual OFCondition | setPatientBreedDescription (const OFString &value, const OFBool check=OFTrue) | 
|  | set PatientBreedDescription (0010,2292) 
 | 
|  | 
| virtual OFCondition | setPatientComments (const OFString &value, const OFBool check=OFTrue) | 
|  | set PatientComments (0010,4000) 
 | 
|  | 
| virtual OFCondition | setPatientDeathDateInAlternativeCalendar (const OFString &value, const OFBool check=OFTrue) | 
|  | set PatientDeathDateInAlternativeCalendar (0010,0034) 
 | 
|  | 
| virtual OFCondition | setPatientID (const OFString &value, const OFBool check=OFTrue) | 
|  | set PatientID (0010,0020) 
 | 
|  | 
| virtual OFCondition | setPatientIdentityRemoved (const OFString &value, const OFBool check=OFTrue) | 
|  | set PatientIdentityRemoved (0012,0062) 
 | 
|  | 
| virtual OFCondition | setPatientName (const OFString &value, const OFBool check=OFTrue) | 
|  | set PatientName (0010,0010) 
 | 
|  | 
| virtual OFCondition | setPatientOrientation (const OFString &value, const OFBool check=OFTrue) | 
|  | set PatientOrientation (0020,0020) 
 | 
|  | 
| virtual OFCondition | setPatientPosition (const OFString &value, const OFBool check=OFTrue) | 
|  | set PatientPosition (0018,5100) 
 | 
|  | 
| virtual OFCondition | setPatientSex (const OFString &value, const OFBool check=OFTrue) | 
|  | set PatientSex (0010,0040) 
 | 
|  | 
| virtual OFCondition | setPatientSexNeutered (const OFString &value, const OFBool check=OFTrue) | 
|  | set PatientSexNeutered (0010,2203) 
 | 
|  | 
| virtual OFCondition | setPatientSize (const OFString &value, const OFBool check=OFTrue) | 
|  | set PatientSize (0010,1020) 
 | 
|  | 
| virtual OFCondition | setPatientSpeciesDescription (const OFString &value, const OFBool check=OFTrue) | 
|  | set PatientSpeciesDescription (0010,2201) 
 | 
|  | 
| virtual OFCondition | setPatientState (const OFString &value, const OFBool check=OFTrue) | 
|  | set PatientState (0038,0500) 
 | 
|  | 
| virtual OFCondition | setPatientSupportAngle (const OFString &value, const OFBool check=OFTrue) | 
|  | set PatientSupportAngle (300a,0122) 
 | 
|  | 
| virtual OFCondition | setPatientWeight (const OFString &value, const OFBool check=OFTrue) | 
|  | set PatientWeight (0010,1030) 
 | 
|  | 
| virtual OFCondition | setPerformedProcedureStepDescription (const OFString &value, const OFBool check=OFTrue) | 
|  | set PerformedProcedureStepDescription (0040,0254) 
 | 
|  | 
| virtual OFCondition | setPerformedProcedureStepEndDate (const OFString &value, const OFBool check=OFTrue) | 
|  | set PerformedProcedureStepEndDate (0040,0250) 
 | 
|  | 
| virtual OFCondition | setPerformedProcedureStepEndTime (const OFString &value, const OFBool check=OFTrue) | 
|  | set PerformedProcedureStepEndTime (0040,0251) 
 | 
|  | 
| virtual OFCondition | setPerformedProcedureStepID (const OFString &value, const OFBool check=OFTrue) | 
|  | set PerformedProcedureStepID (0040,0253) 
 | 
|  | 
| virtual OFCondition | setPerformedProcedureStepStartDate (const OFString &value, const OFBool check=OFTrue) | 
|  | set PerformedProcedureStepStartDate (0040,0244) 
 | 
|  | 
| virtual OFCondition | setPerformedProcedureStepStartTime (const OFString &value, const OFBool check=OFTrue) | 
|  | set PerformedProcedureStepStartTime (0040,0245) 
 | 
|  | 
| virtual OFCondition | setPhotometricInterpretation (const OFString &value, const OFBool check=OFTrue) | 
|  | set PhotometricInterpretation (0028,0004) 
 | 
|  | 
| virtual OFCondition | setPhysiciansOfRecord (const OFString &value, const OFBool check=OFTrue) | 
|  | set PhysiciansOfRecord (0008,1048) 
 | 
|  | 
| virtual OFCondition | setPixelAspectRatio (const OFString &value, const OFBool check=OFTrue) | 
|  | set PixelAspectRatio (0028,0034) 
 | 
|  | 
| virtual OFCondition | setPixelDataProviderURL (const OFString &value, const OFBool check=OFTrue) | 
|  | set PixelDataProviderURL (0028,7fe0) 
 | 
|  | 
| virtual OFCondition | setPixelIntensityRelationship (const OFString &value, const OFBool check=OFTrue) | 
|  | set PixelIntensityRelationship (0028,1040) 
 | 
|  | 
| virtual OFCondition | setPixelIntensityRelationshipSign (const Sint16 value, const unsigned long pos=0) | 
|  | set PixelIntensityRelationshipSign (0028,1041) 
 | 
|  | 
| virtual OFCondition | setPixelPaddingRangeLimit (const Uint16 value, const unsigned long pos=0) | 
|  | set PixelPaddingRangeLimit (0028,0121) 
 | 
|  | 
| virtual OFCondition | setPixelPaddingValue (const Uint16 value, const unsigned long pos=0) | 
|  | set PixelPaddingValue (0028,0120) 
 | 
|  | 
| virtual OFCondition | setPixelRepresentation (const Uint16 value, const unsigned long pos=0) | 
|  | set PixelRepresentation (0028,0103) 
 | 
|  | 
| virtual OFCondition | setPlanarConfiguration (const Uint16 value, const unsigned long pos=0) | 
|  | set PlanarConfiguration (0028,0006) 
 | 
|  | 
| virtual OFCondition | setPositionReferenceIndicator (const OFString &value, const OFBool check=OFTrue) | 
|  | set PositionReferenceIndicator (0020,1040) 
 | 
|  | 
| virtual OFCondition | setPreferredPlaybackSequencing (const Uint16 value, const unsigned long pos=0) | 
|  | set PreferredPlaybackSequencing (0018,1244) 
 | 
|  | 
| virtual OFCondition | setPregnancyStatus (const Uint16 value, const unsigned long pos=0) | 
|  | set PregnancyStatus (0010,21c0) 
 | 
|  | 
| virtual OFCondition | setPresentationLUTShape (const OFString &value, const OFBool check=OFTrue) | 
|  | set PresentationLUTShape (2050,0020) 
 | 
|  | 
| virtual OFCondition | setPrimaryDosimeterUnit (const OFString &value, const OFBool check=OFTrue) | 
|  | set PrimaryDosimeterUnit (300a,00b3) 
 | 
|  | 
| virtual OFCondition | setQualityControlImage (const OFString &value, const OFBool check=OFTrue) | 
|  | set QualityControlImage (0028,0300) 
 | 
|  | 
| virtual OFCondition | setQualityControlSubject (const OFString &value, const OFBool check=OFTrue) | 
|  | set QualityControlSubject (0010,0200) 
 | 
|  | 
| virtual OFCondition | setQueryRetrieveView (const OFString &value, const OFBool check=OFTrue) | 
|  | set QueryRetrieveView (0008,0053) 
 | 
|  | 
| virtual OFCondition | setRTImageDescription (const OFString &value, const OFBool check=OFTrue) | 
|  | set RTImageDescription (3002,0004) 
 | 
|  | 
| virtual OFCondition | setRTImageLabel (const OFString &value, const OFBool check=OFTrue) | 
|  | set RTImageLabel (3002,0002) 
 | 
|  | 
| virtual OFCondition | setRTImageName (const OFString &value, const OFBool check=OFTrue) | 
|  | set RTImageName (3002,0003) 
 | 
|  | 
| virtual OFCondition | setRTImageOrientation (const OFString &value, const OFBool check=OFTrue) | 
|  | set RTImageOrientation (3002,0010) 
 | 
|  | 
| virtual OFCondition | setRTImagePlane (const OFString &value, const OFBool check=OFTrue) | 
|  | set RTImagePlane (3002,000c) 
 | 
|  | 
| virtual OFCondition | setRTImagePosition (const OFString &value, const OFBool check=OFTrue) | 
|  | set RTImagePosition (3002,0012) 
 | 
|  | 
| virtual OFCondition | setRTImageSID (const OFString &value, const OFBool check=OFTrue) | 
|  | set RTImageSID (3002,0026) 
 | 
|  | 
| virtual OFCondition | setRadiationMachineName (const OFString &value, const OFBool check=OFTrue) | 
|  | set RadiationMachineName (3002,0020) 
 | 
|  | 
| virtual OFCondition | setRadiationMachineSAD (const OFString &value, const OFBool check=OFTrue) | 
|  | set RadiationMachineSAD (3002,0022) 
 | 
|  | 
| virtual OFCondition | setRadiationMachineSSD (const OFString &value, const OFBool check=OFTrue) | 
|  | set RadiationMachineSSD (3002,0024) 
 | 
|  | 
| virtual OFCondition | setReasonForVisit (const OFString &value, const OFBool check=OFTrue) | 
|  | set ReasonForVisit (0032,1066) 
 | 
|  | 
| virtual OFCondition | setRecognizableVisualFeatures (const OFString &value, const OFBool check=OFTrue) | 
|  | set RecognizableVisualFeatures (0028,0302) 
 | 
|  | 
| virtual OFCondition | setRecommendedDisplayFrameRate (const OFString &value, const OFBool check=OFTrue) | 
|  | set RecommendedDisplayFrameRate (0008,2144) 
 | 
|  | 
| virtual OFCondition | setRedPaletteColorLookupTableData (const Uint16 *value, const unsigned long count) | 
|  | set RedPaletteColorLookupTableData (0028,1201) 
 | 
|  | 
| virtual OFCondition | setRedPaletteColorLookupTableDescriptor (const Uint16 value, const unsigned long pos=0) | 
|  | set RedPaletteColorLookupTableDescriptor (0028,1101) 
 | 
|  | 
| virtual OFCondition | setReferencedBeamNumber (const OFString &value, const OFBool check=OFTrue) | 
|  | set ReferencedBeamNumber (300c,0006) 
 | 
|  | 
| virtual OFCondition | setReferencedFractionGroupNumber (const OFString &value, const OFBool check=OFTrue) | 
|  | set ReferencedFractionGroupNumber (300c,0022) 
 | 
|  | 
| virtual OFCondition | setReferringPhysicianName (const OFString &value, const OFBool check=OFTrue) | 
|  | set ReferringPhysicianName (0008,0090) 
 | 
|  | 
| virtual OFCondition | setRelatedGeneralSOPClassUID (const OFString &value, const OFBool check=OFTrue) | 
|  | set RelatedGeneralSOPClassUID (0008,001a) 
 | 
|  | 
| virtual OFCondition | setReportedValuesOrigin (const OFString &value, const OFBool check=OFTrue) | 
|  | set ReportedValuesOrigin (3002,000a) 
 | 
|  | 
| virtual OFCondition | setRequestingService (const OFString &value, const OFBool check=OFTrue) | 
|  | set RequestingService (0032,1033) 
 | 
|  | 
| virtual OFCondition | setRescaleIntercept (const OFString &value, const OFBool check=OFTrue) | 
|  | set RescaleIntercept (0028,1052) 
 | 
|  | 
| virtual OFCondition | setRescaleSlope (const OFString &value, const OFBool check=OFTrue) | 
|  | set RescaleSlope (0028,1053) 
 | 
|  | 
| virtual OFCondition | setRescaleType (const OFString &value, const OFBool check=OFTrue) | 
|  | set RescaleType (0028,1054) 
 | 
|  | 
| virtual OFCondition | setResponsibleOrganization (const OFString &value, const OFBool check=OFTrue) | 
|  | set ResponsibleOrganization (0010,2299) 
 | 
|  | 
| virtual OFCondition | setResponsiblePerson (const OFString &value, const OFBool check=OFTrue) | 
|  | set ResponsiblePerson (0010,2297) 
 | 
|  | 
| virtual OFCondition | setResponsiblePersonRole (const OFString &value, const OFBool check=OFTrue) | 
|  | set ResponsiblePersonRole (0010,2298) 
 | 
|  | 
| virtual OFCondition | setReviewDate (const OFString &value, const OFBool check=OFTrue) | 
|  | set ReviewDate (300e,0004) 
 | 
|  | 
| virtual OFCondition | setReviewTime (const OFString &value, const OFBool check=OFTrue) | 
|  | set ReviewTime (300e,0005) 
 | 
|  | 
| virtual OFCondition | setReviewerName (const OFString &value, const OFBool check=OFTrue) | 
|  | set ReviewerName (300e,0008) 
 | 
|  | 
| virtual OFCondition | setRows (const Uint16 value, const unsigned long pos=0) | 
|  | set Rows (0028,0010) 
 | 
|  | 
| virtual OFCondition | setSOPAuthorizationComment (const OFString &value, const OFBool check=OFTrue) | 
|  | set SOPAuthorizationComment (0100,0424) 
 | 
|  | 
| virtual OFCondition | setSOPAuthorizationDateTime (const OFString &value, const OFBool check=OFTrue) | 
|  | set SOPAuthorizationDateTime (0100,0420) 
 | 
|  | 
| virtual OFCondition | setSOPClassUID (const OFString &value, const OFBool check=OFTrue) | 
|  | set SOPClassUID (0008,0016) 
 | 
|  | 
| virtual OFCondition | setSOPInstanceStatus (const OFString &value, const OFBool check=OFTrue) | 
|  | set SOPInstanceStatus (0100,0410) 
 | 
|  | 
| virtual OFCondition | setSOPInstanceUID (const OFString &value, const OFBool check=OFTrue) | 
|  | set SOPInstanceUID (0008,0018) 
 | 
|  | 
| virtual OFCondition | setSamplesPerPixel (const Uint16 value, const unsigned long pos=0) | 
|  | set SamplesPerPixel (0028,0002) 
 | 
|  | 
| virtual OFCondition | setSeriesDate (const OFString &value, const OFBool check=OFTrue) | 
|  | set SeriesDate (0008,0021) 
 | 
|  | 
| virtual OFCondition | setSeriesDescription (const OFString &value, const OFBool check=OFTrue) | 
|  | set SeriesDescription (0008,103e) 
 | 
|  | 
| virtual OFCondition | setSeriesInstanceUID (const OFString &value, const OFBool check=OFTrue) | 
|  | set SeriesInstanceUID (0020,000e) 
 | 
|  | 
| virtual OFCondition | setSeriesNumber (const OFString &value, const OFBool check=OFTrue) | 
|  | set SeriesNumber (0020,0011) 
 | 
|  | 
| virtual OFCondition | setSeriesTime (const OFString &value, const OFBool check=OFTrue) | 
|  | set SeriesTime (0008,0031) 
 | 
|  | 
| virtual OFCondition | setServiceEpisodeDescription (const OFString &value, const OFBool check=OFTrue) | 
|  | set ServiceEpisodeDescription (0038,0062) 
 | 
|  | 
| virtual OFCondition | setServiceEpisodeID (const OFString &value, const OFBool check=OFTrue) | 
|  | set ServiceEpisodeID (0038,0060) 
 | 
|  | 
| virtual OFCondition | setSmallestImagePixelValue (const Uint16 value, const unsigned long pos=0) | 
|  | set SmallestImagePixelValue (0028,0106) 
 | 
|  | 
| virtual OFCondition | setSmokingStatus (const OFString &value, const OFBool check=OFTrue) | 
|  | set SmokingStatus (0010,21a0) 
 | 
|  | 
| virtual OFCondition | setSoftwareVersions (const OFString &value, const OFBool check=OFTrue) | 
|  | set SoftwareVersions (0018,1020) 
 | 
|  | 
| virtual OFCondition | setSourceToReferenceObjectDistance (const OFString &value, const OFBool check=OFTrue) | 
|  | set SourceToReferenceObjectDistance (3002,0028) 
 | 
|  | 
| virtual OFCondition | setSpatialResolution (const OFString &value, const OFBool check=OFTrue) | 
|  | set SpatialResolution (0018,1050) 
 | 
|  | 
| virtual OFCondition | setSpecificCharacterSet (const OFString &value, const OFBool check=OFTrue) | 
|  | set SpecificCharacterSet (0008,0005) 
 | 
|  | 
| virtual OFCondition | setStartCumulativeMetersetWeight (const OFString &value, const OFBool check=OFTrue) | 
|  | set StartCumulativeMetersetWeight (300c,0008) 
 | 
|  | 
| virtual OFCondition | setStartTrim (const OFString &value, const OFBool check=OFTrue) | 
|  | set StartTrim (0008,2142) 
 | 
|  | 
| virtual OFCondition | setStationName (const OFString &value, const OFBool check=OFTrue) | 
|  | set StationName (0008,1010) 
 | 
|  | 
| virtual OFCondition | setStereoPairsPresent (const OFString &value, const OFBool check=OFTrue) | 
|  | set StereoPairsPresent (0022,0028) 
 | 
|  | 
| virtual OFCondition | setStopTrim (const OFString &value, const OFBool check=OFTrue) | 
|  | set StopTrim (0008,2143) 
 | 
|  | 
| virtual OFCondition | setStrainAdditionalInformation (const OFString &value, const OFBool check=OFTrue) | 
|  | set StrainAdditionalInformation (0010,0218) 
 | 
|  | 
| virtual OFCondition | setStrainDescription (const OFString &value, const OFBool check=OFTrue) | 
|  | set StrainDescription (0010,0212) 
 | 
|  | 
| virtual OFCondition | setStrainNomenclature (const OFString &value, const OFBool check=OFTrue) | 
|  | set StrainNomenclature (0010,0213) 
 | 
|  | 
| virtual OFCondition | setStudyDate (const OFString &value, const OFBool check=OFTrue) | 
|  | set StudyDate (0008,0020) 
 | 
|  | 
| virtual OFCondition | setStudyDescription (const OFString &value, const OFBool check=OFTrue) | 
|  | set StudyDescription (0008,1030) 
 | 
|  | 
| virtual OFCondition | setStudyID (const OFString &value, const OFBool check=OFTrue) | 
|  | set StudyID (0020,0010) 
 | 
|  | 
| virtual OFCondition | setStudyInstanceUID (const OFString &value, const OFBool check=OFTrue) | 
|  | set StudyInstanceUID (0020,000d) 
 | 
|  | 
| virtual OFCondition | setStudyTime (const OFString &value, const OFBool check=OFTrue) | 
|  | set StudyTime (0008,0030) 
 | 
|  | 
| virtual OFCondition | setTableTopEccentricAngle (const OFString &value, const OFBool check=OFTrue) | 
|  | set TableTopEccentricAngle (300a,0125) 
 | 
|  | 
| virtual OFCondition | setTableTopEccentricAxisDistance (const OFString &value, const OFBool check=OFTrue) | 
|  | set TableTopEccentricAxisDistance (300a,0124) 
 | 
|  | 
| virtual OFCondition | setTableTopLateralPosition (const OFString &value, const OFBool check=OFTrue) | 
|  | set TableTopLateralPosition (300a,012a) 
 | 
|  | 
| virtual OFCondition | setTableTopLongitudinalPosition (const OFString &value, const OFBool check=OFTrue) | 
|  | set TableTopLongitudinalPosition (300a,0129) 
 | 
|  | 
| virtual OFCondition | setTableTopPitchAngle (const Float32 value, const unsigned long pos=0) | 
|  | set TableTopPitchAngle (300a,0140) 
 | 
|  | 
| virtual OFCondition | setTableTopRollAngle (const Float32 value, const unsigned long pos=0) | 
|  | set TableTopRollAngle (300a,0144) 
 | 
|  | 
| virtual OFCondition | setTableTopVerticalPosition (const OFString &value, const OFBool check=OFTrue) | 
|  | set TableTopVerticalPosition (300a,0128) 
 | 
|  | 
| virtual OFCondition | setTimeOfLastCalibration (const OFString &value, const OFBool check=OFTrue) | 
|  | set TimeOfLastCalibration (0018,1201) 
 | 
|  | 
| virtual OFCondition | setTimezoneOffsetFromUTC (const OFString &value, const OFBool check=OFTrue) | 
|  | set TimezoneOffsetFromUTC (0008,0201) 
 | 
|  | 
| virtual OFCondition | setTreatmentSessionUID (const OFString &value, const OFBool check=OFTrue) | 
|  | set TreatmentSessionUID (300a,0700) 
 | 
|  | 
| virtual OFCondition | setTypeOfPatientID (const OFString &value, const OFBool check=OFTrue) | 
|  | set TypeOfPatientID (0010,0022) 
 | 
|  | 
| virtual OFCondition | setVOILUTFunction (const OFString &value, const OFBool check=OFTrue) | 
|  | set VOILUTFunction (0028,1056) 
 | 
|  | 
| virtual OFCondition | setWindowCenter (const OFString &value, const OFBool check=OFTrue) | 
|  | set WindowCenter (0028,1050) 
 | 
|  | 
| virtual OFCondition | setWindowCenterWidthExplanation (const OFString &value, const OFBool check=OFTrue) | 
|  | set WindowCenterWidthExplanation (0028,1055) 
 | 
|  | 
| virtual OFCondition | setWindowWidth (const OFString &value, const OFBool check=OFTrue) | 
|  | set WindowWidth (0028,1051) 
 | 
|  | 
| virtual OFCondition | setXRayImageReceptorAngle (const OFString &value, const OFBool check=OFTrue) | 
|  | set XRayImageReceptorAngle (3002,000e) 
 | 
|  | 
| virtual OFCondition | setXRayImageReceptorTranslation (const OFString &value, const OFBool check=OFTrue) | 
|  | set XRayImageReceptorTranslation (3002,000d) 
 | 
|  |