DRTIonPlanIODBaseWrapper Class Reference

A class that wraps DRTIonPlanIOD object for use in Python. More...

List of all members.

Public Slots

bool containsDicomModule (int dcmModuleType) const
QStringList dir (QString searchString="") const
QString getDicomModuleName (int dcmModuleType)
QVariantList getDicomModuleTypes () const
QVariantMap getDicomTagByKey (QString key) const
QVariant getDicomTagValueByKey (QString key) const
QVariant getDicomTagValueByName (QString name) const

Properties

QString AccessionNumber
QString AdditionalPatientHistory
QString AdmissionID
QVariant AdmittingDiagnosesCodeSequence
QString AdmittingDiagnosesDescription
QString ApprovalStatus
QString AuthorizationEquipmentCertificationNumber
QVariant BreedRegistrationSequence
QString ClinicalTrialCoordinatingCenterName
QString ClinicalTrialProtocolID
QString ClinicalTrialProtocolName
QString ClinicalTrialSiteID
QString ClinicalTrialSiteName
QString ClinicalTrialSponsorName
QString ClinicalTrialSubjectID
QString ClinicalTrialSubjectReadingID
QString ClinicalTrialTimePointDescription
QString ClinicalTrialTimePointID
QVariant CodingSchemeIdentificationSequence
QVariant ContributingEquipmentSequence
QString DateOfLastCalibration
QString DeidentificationMethod
QVariant DeidentificationMethodCodeSequence
QString DeviceSerialNumber
QVariant DigitalSignaturesSequence
QVariant DoseReferenceSequence
QVariant EncryptedAttributesSequence
QString EthnicGroup
QVariant FractionGroupSequence
QString FrameOfReferenceUID
QString GantryID
QVariant HL7StructuredDocumentReferenceSequence
QString InstanceCreationDate
QString InstanceCreationTime
QString InstanceCreatorUID
QString InstanceNumber
QString InstitutionAddress
QString InstitutionalDepartmentName
QString InstitutionName
QVariant IonBeamSequence
QVariant IonToleranceTableSequence
QString IssuerOfAdmissionID
QString IssuerOfPatientID
QVariant MACParametersSequence
QString Manufacturer
QString ManufacturerModelName
QString Modality
QString NameOfPhysiciansReadingStudy
QString Occupation
QString OperatorsName
QVariant OriginalAttributesSequence
QString OriginalSpecializedSOPClassUID
QString OtherPatientIDs
QVariant OtherPatientIDsSequence
QString OtherPatientNames
QString PatientAge
QString PatientBirthDate
QString PatientBirthTime
QVariant PatientBreedCodeSequence
QString PatientBreedDescription
QString PatientComments
QString PatientID
QString PatientIdentityRemoved
QString PatientName
QVariant PatientSetupSequence
QString PatientSex
QString PatientSexNeutered
QString PatientSize
QVariant PatientSpeciesCodeSequence
QString PatientSpeciesDescription
QString PatientWeight
QString PerformedProcedureStepDescription
QString PerformedProcedureStepID
QString PerformedProcedureStepStartDate
QString PerformedProcedureStepStartTime
QVariant PerformedProtocolCodeSequence
QString PhysiciansOfRecord
QVariant PhysiciansOfRecordIdentificationSequence
QVariant PhysiciansReadingStudyIdentificationSequence
int PixelPaddingValue
QString PlanIntent
QString PositionReferenceIndicator
QString PrescriptionDescription
QVariant ProcedureCodeSequence
QVariant ReferencedDoseSequence
QVariant ReferencedPatientSequence
QVariant ReferencedPerformedProcedureStepSequence
QVariant ReferencedRTPlanSequence
QVariant ReferencedStructureSetSequence
QVariant ReferencedStudySequence
QVariant ReferringPhysicianIdentificationSequence
QString ReferringPhysicianName
QString RelatedGeneralSOPClassUID
QVariant RequestAttributesSequence
QString ResponsibleOrganization
QString ResponsiblePerson
QString ResponsiblePersonRole
QString ReviewDate
QString ReviewerName
QString ReviewTime
QString RTPlanDate
QString RTPlanDescription
QString RTPlanGeometry
QString RTPlanLabel
QString RTPlanName
QString RTPlanTime
QString SeriesDescription
QString SeriesInstanceUID
QString SeriesNumber
QString SoftwareVersions
QString SOPAuthorizationComment
QString SOPAuthorizationDateTime
QString SOPClassUID
QString SOPInstanceStatus
QString SOPInstanceUID
QString SpatialResolution
QString SpecificCharacterSet
QString StationName
QString StudyDate
QString StudyDescription
QString StudyID
QString StudyInstanceUID
QString StudyTime
QString TimeOfLastCalibration
QString TimezoneOffsetFromUTC
QString TreatmentProtocols
QString TreatmentSites


Detailed Description

A class that wraps DRTIonPlanIOD object for use in Python.

Member Function Documentation

bool DRTIonPlanIODBaseWrapper::containsDicomModule ( int  dcmModuleType  )  const [inline, slot]

Return true if IOD contains given module.

QStringList DRTIonPlanIODBaseWrapper::dir ( QString  searchString = ""  )  const [slot]

Return dicom tags which contain searchstring.

QString DRTIonPlanIODBaseWrapper::getDicomModuleName ( int  dcmModuleType  )  [inline, slot]

Return string representation of module type id.

QVariantList DRTIonPlanIODBaseWrapper::getDicomModuleTypes (  )  const [inline, slot]

Return list of DICOM modules contained in this IOD, encoded as integer.

QVariantMap DRTIonPlanIODBaseWrapper::getDicomTagByKey ( QString  key  )  const [slot]

Return dict containing: {u'isString': True, u'vr': u'TM', u'valid': 1, u'isNumeric': False, u'stringValue': u'140030.530000', u'isInteger': False}.

QVariant DRTIonPlanIODBaseWrapper::getDicomTagValueByKey ( QString  key  )  const [slot]

Return value of tag with given tag, e.g. "(0008,0018)".

QVariant DRTIonPlanIODBaseWrapper::getDicomTagValueByName ( QString  name  )  const [slot]

Return value of tag with given name, e.g. "SOPInstanceUID".


Property Documentation

QString DRTIonPlanIODBaseWrapper::AccessionNumber [read, write]

AccessionNumber (0008,0050) vr=SH, vm=1, type=2.

QString DRTIonPlanIODBaseWrapper::AdditionalPatientHistory [read, write]

AdditionalPatientHistory (0010,21b0) vr=LT, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::AdmissionID [read, write]

AdmissionID (0038,0010) vr=LO, vm=1, type=3.

QVariant DRTIonPlanIODBaseWrapper::AdmittingDiagnosesCodeSequence [read]

AdmittingDiagnosesCodeSequence (0008,1084) vr=SQ, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::AdmittingDiagnosesDescription [read, write]

AdmittingDiagnosesDescription (0008,1080) vr=LO, vm=1-n, type=3.

QString DRTIonPlanIODBaseWrapper::ApprovalStatus [read, write]

ApprovalStatus (300e,0002) vr=CS, vm=1, type=1.

QString DRTIonPlanIODBaseWrapper::AuthorizationEquipmentCertificationNumber [read, write]

AuthorizationEquipmentCertificationNumber (0100,0426) vr=LO, vm=1, type=3.

QVariant DRTIonPlanIODBaseWrapper::BreedRegistrationSequence [read]

BreedRegistrationSequence (0010,2294) vr=SQ, vm=1, type=2C.

QString DRTIonPlanIODBaseWrapper::ClinicalTrialCoordinatingCenterName [read, write]

ClinicalTrialCoordinatingCenterName (0012,0060) vr=LO, vm=1, type=2.

QString DRTIonPlanIODBaseWrapper::ClinicalTrialProtocolID [read, write]

ClinicalTrialProtocolID (0012,0020) vr=LO, vm=1, type=1.

QString DRTIonPlanIODBaseWrapper::ClinicalTrialProtocolName [read, write]

ClinicalTrialProtocolName (0012,0021) vr=LO, vm=1, type=2.

QString DRTIonPlanIODBaseWrapper::ClinicalTrialSiteID [read, write]

ClinicalTrialSiteID (0012,0030) vr=LO, vm=1, type=2.

QString DRTIonPlanIODBaseWrapper::ClinicalTrialSiteName [read, write]

ClinicalTrialSiteName (0012,0031) vr=LO, vm=1, type=2.

QString DRTIonPlanIODBaseWrapper::ClinicalTrialSponsorName [read, write]

ClinicalTrialSponsorName (0012,0010) vr=LO, vm=1, type=1.

QString DRTIonPlanIODBaseWrapper::ClinicalTrialSubjectID [read, write]

ClinicalTrialSubjectID (0012,0040) vr=LO, vm=1, type=1C.

QString DRTIonPlanIODBaseWrapper::ClinicalTrialSubjectReadingID [read, write]

ClinicalTrialSubjectReadingID (0012,0042) vr=LO, vm=1, type=1C.

QString DRTIonPlanIODBaseWrapper::ClinicalTrialTimePointDescription [read, write]

ClinicalTrialTimePointDescription (0012,0051) vr=ST, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::ClinicalTrialTimePointID [read, write]

ClinicalTrialTimePointID (0012,0050) vr=LO, vm=1, type=2.

QVariant DRTIonPlanIODBaseWrapper::CodingSchemeIdentificationSequence [read]

CodingSchemeIdentificationSequence (0008,0110) vr=SQ, vm=1, type=3.

QVariant DRTIonPlanIODBaseWrapper::ContributingEquipmentSequence [read]

ContributingEquipmentSequence (0018,a001) vr=SQ, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::DateOfLastCalibration [read, write]

DateOfLastCalibration (0018,1200) vr=DA, vm=1-n, type=3.

QString DRTIonPlanIODBaseWrapper::DeidentificationMethod [read, write]

DeidentificationMethod (0012,0063) vr=LO, vm=1-n, type=1C.

QVariant DRTIonPlanIODBaseWrapper::DeidentificationMethodCodeSequence [read]

DeidentificationMethodCodeSequence (0012,0064) vr=SQ, vm=1, type=1C.

QString DRTIonPlanIODBaseWrapper::DeviceSerialNumber [read, write]

DeviceSerialNumber (0018,1000) vr=LO, vm=1, type=3.

QVariant DRTIonPlanIODBaseWrapper::DigitalSignaturesSequence [read]

DigitalSignaturesSequence (fffa,fffa) vr=SQ, vm=1, type=3.

QVariant DRTIonPlanIODBaseWrapper::DoseReferenceSequence [read]

DoseReferenceSequence (300a,0010) vr=SQ, vm=1, type=3.

QVariant DRTIonPlanIODBaseWrapper::EncryptedAttributesSequence [read]

EncryptedAttributesSequence (0400,0500) vr=SQ, vm=1, type=1C.

QString DRTIonPlanIODBaseWrapper::EthnicGroup [read, write]

EthnicGroup (0010,2160) vr=SH, vm=1, type=3.

QVariant DRTIonPlanIODBaseWrapper::FractionGroupSequence [read]

FractionGroupSequence (300a,0070) vr=SQ, vm=1, type=1.

QString DRTIonPlanIODBaseWrapper::FrameOfReferenceUID [read, write]

FrameOfReferenceUID (0020,0052) vr=UI, vm=1, type=1.

QString DRTIonPlanIODBaseWrapper::GantryID [read, write]

GantryID (0018,1008) vr=LO, vm=1, type=3.

QVariant DRTIonPlanIODBaseWrapper::HL7StructuredDocumentReferenceSequence [read]

HL7StructuredDocumentReferenceSequence (0040,a390) vr=SQ, vm=1, type=1C.

QString DRTIonPlanIODBaseWrapper::InstanceCreationDate [read, write]

InstanceCreationDate (0008,0012) vr=DA, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::InstanceCreationTime [read, write]

InstanceCreationTime (0008,0013) vr=TM, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::InstanceCreatorUID [read, write]

InstanceCreatorUID (0008,0014) vr=UI, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::InstanceNumber [read, write]

InstanceNumber (0020,0013) vr=IS, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::InstitutionAddress [read, write]

InstitutionAddress (0008,0081) vr=ST, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::InstitutionalDepartmentName [read, write]

InstitutionalDepartmentName (0008,1040) vr=LO, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::InstitutionName [read, write]

InstitutionName (0008,0080) vr=LO, vm=1, type=3.

QVariant DRTIonPlanIODBaseWrapper::IonBeamSequence [read]

IonBeamSequence (300a,03a2) vr=SQ, vm=1, type=1.

QVariant DRTIonPlanIODBaseWrapper::IonToleranceTableSequence [read]

IonToleranceTableSequence (300a,03a0) vr=SQ, vm=1, type=1.

QString DRTIonPlanIODBaseWrapper::IssuerOfAdmissionID [read, write]

IssuerOfAdmissionID (0038,0011) vr=LO, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::IssuerOfPatientID [read, write]

IssuerOfPatientID (0010,0021) vr=LO, vm=1, type=3.

QVariant DRTIonPlanIODBaseWrapper::MACParametersSequence [read]

MACParametersSequence (4ffe,0001) vr=SQ, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::Manufacturer [read, write]

Manufacturer (0008,0070) vr=LO, vm=1, type=2.

QString DRTIonPlanIODBaseWrapper::ManufacturerModelName [read, write]

ManufacturerModelName (0008,1090) vr=LO, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::Modality [read, write]

Modality (0008,0060) vr=CS, vm=1, type=1.

QString DRTIonPlanIODBaseWrapper::NameOfPhysiciansReadingStudy [read, write]

NameOfPhysiciansReadingStudy (0008,1060) vr=PN, vm=1-n, type=3.

QString DRTIonPlanIODBaseWrapper::Occupation [read, write]

Occupation (0010,2180) vr=SH, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::OperatorsName [read, write]

OperatorsName (0008,1070) vr=PN, vm=1-n, type=2.

QVariant DRTIonPlanIODBaseWrapper::OriginalAttributesSequence [read]

OriginalAttributesSequence (0400,0561) vr=SQ, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::OriginalSpecializedSOPClassUID [read, write]

OriginalSpecializedSOPClassUID (0008,001b) vr=UI, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::OtherPatientIDs [read, write]

OtherPatientIDs (0010,1000) vr=LO, vm=1-n, type=3.

QVariant DRTIonPlanIODBaseWrapper::OtherPatientIDsSequence [read]

OtherPatientIDsSequence (0010,1002) vr=SQ, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::OtherPatientNames [read, write]

OtherPatientNames (0010,1001) vr=PN, vm=1-n, type=3.

QString DRTIonPlanIODBaseWrapper::PatientAge [read, write]

PatientAge (0010,1010) vr=AS, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::PatientBirthDate [read, write]

PatientBirthDate (0010,0030) vr=DA, vm=1, type=2.

QString DRTIonPlanIODBaseWrapper::PatientBirthTime [read, write]

PatientBirthTime (0010,0032) vr=TM, vm=1, type=3.

QVariant DRTIonPlanIODBaseWrapper::PatientBreedCodeSequence [read]

PatientBreedCodeSequence (0010,2293) vr=SQ, vm=1, type=2C.

QString DRTIonPlanIODBaseWrapper::PatientBreedDescription [read, write]

PatientBreedDescription (0010,2292) vr=LO, vm=1, type=2C.

QString DRTIonPlanIODBaseWrapper::PatientComments [read, write]

PatientComments (0010,4000) vr=LT, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::PatientID [read, write]

PatientID (0010,0020) vr=LO, vm=1, type=2.

QString DRTIonPlanIODBaseWrapper::PatientIdentityRemoved [read, write]

PatientIdentityRemoved (0012,0062) vr=CS, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::PatientName [read, write]

PatientName (0010,0010) vr=PN, vm=1, type=2.

QVariant DRTIonPlanIODBaseWrapper::PatientSetupSequence [read]

PatientSetupSequence (300a,0180) vr=SQ, vm=1, type=1.

QString DRTIonPlanIODBaseWrapper::PatientSex [read, write]

PatientSex (0010,0040) vr=CS, vm=1, type=2.

QString DRTIonPlanIODBaseWrapper::PatientSexNeutered [read, write]

PatientSexNeutered (0010,2203) vr=CS, vm=1, type=2C.

QString DRTIonPlanIODBaseWrapper::PatientSize [read, write]

PatientSize (0010,1020) vr=DS, vm=1, type=3.

QVariant DRTIonPlanIODBaseWrapper::PatientSpeciesCodeSequence [read]

PatientSpeciesCodeSequence (0010,2202) vr=SQ, vm=1, type=1C.

QString DRTIonPlanIODBaseWrapper::PatientSpeciesDescription [read, write]

PatientSpeciesDescription (0010,2201) vr=LO, vm=1, type=1C.

QString DRTIonPlanIODBaseWrapper::PatientWeight [read, write]

PatientWeight (0010,1030) vr=DS, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::PerformedProcedureStepDescription [read, write]

PerformedProcedureStepDescription (0040,0254) vr=LO, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::PerformedProcedureStepID [read, write]

PerformedProcedureStepID (0040,0253) vr=SH, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::PerformedProcedureStepStartDate [read, write]

PerformedProcedureStepStartDate (0040,0244) vr=DA, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::PerformedProcedureStepStartTime [read, write]

PerformedProcedureStepStartTime (0040,0245) vr=TM, vm=1, type=3.

QVariant DRTIonPlanIODBaseWrapper::PerformedProtocolCodeSequence [read]

PerformedProtocolCodeSequence (0040,0260) vr=SQ, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::PhysiciansOfRecord [read, write]

PhysiciansOfRecord (0008,1048) vr=PN, vm=1-n, type=3.

QVariant DRTIonPlanIODBaseWrapper::PhysiciansOfRecordIdentificationSequence [read]

PhysiciansOfRecordIdentificationSequence (0008,1049) vr=SQ, vm=1, type=3.

QVariant DRTIonPlanIODBaseWrapper::PhysiciansReadingStudyIdentificationSequence [read]

PhysiciansReadingStudyIdentificationSequence (0008,1062) vr=SQ, vm=1, type=3.

int DRTIonPlanIODBaseWrapper::PixelPaddingValue [read, write]

PixelPaddingValue (0028,0120) vr=US_SS, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::PlanIntent [read, write]

PlanIntent (300a,000a) vr=CS, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::PositionReferenceIndicator [read, write]

PositionReferenceIndicator (0020,1040) vr=LO, vm=1, type=2.

QString DRTIonPlanIODBaseWrapper::PrescriptionDescription [read, write]

PrescriptionDescription (300a,000e) vr=ST, vm=1, type=3.

QVariant DRTIonPlanIODBaseWrapper::ProcedureCodeSequence [read]

ProcedureCodeSequence (0008,1032) vr=SQ, vm=1, type=3.

QVariant DRTIonPlanIODBaseWrapper::ReferencedDoseSequence [read]

ReferencedDoseSequence (300c,0080) vr=SQ, vm=1, type=3.

QVariant DRTIonPlanIODBaseWrapper::ReferencedPatientSequence [read]

ReferencedPatientSequence (0008,1120) vr=SQ, vm=1, type=3.

QVariant DRTIonPlanIODBaseWrapper::ReferencedPerformedProcedureStepSequence [read]

ReferencedPerformedProcedureStepSequence (0008,1111) vr=SQ, vm=1, type=3.

QVariant DRTIonPlanIODBaseWrapper::ReferencedRTPlanSequence [read]

ReferencedRTPlanSequence (300c,0002) vr=SQ, vm=1, type=3.

QVariant DRTIonPlanIODBaseWrapper::ReferencedStructureSetSequence [read]

ReferencedStructureSetSequence (300c,0060) vr=SQ, vm=1, type=1C.

QVariant DRTIonPlanIODBaseWrapper::ReferencedStudySequence [read]

ReferencedStudySequence (0008,1110) vr=SQ, vm=1, type=3.

QVariant DRTIonPlanIODBaseWrapper::ReferringPhysicianIdentificationSequence [read]

ReferringPhysicianIdentificationSequence (0008,0096) vr=SQ, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::ReferringPhysicianName [read, write]

ReferringPhysicianName (0008,0090) vr=PN, vm=1, type=2.

QString DRTIonPlanIODBaseWrapper::RelatedGeneralSOPClassUID [read, write]

RelatedGeneralSOPClassUID (0008,001a) vr=UI, vm=1-n, type=3.

QVariant DRTIonPlanIODBaseWrapper::RequestAttributesSequence [read]

RequestAttributesSequence (0040,0275) vr=SQ, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::ResponsibleOrganization [read, write]

ResponsibleOrganization (0010,2299) vr=LO, vm=1, type=2C.

QString DRTIonPlanIODBaseWrapper::ResponsiblePerson [read, write]

ResponsiblePerson (0010,2297) vr=PN, vm=1, type=2C.

QString DRTIonPlanIODBaseWrapper::ResponsiblePersonRole [read, write]

ResponsiblePersonRole (0010,2298) vr=CS, vm=1, type=1C.

QString DRTIonPlanIODBaseWrapper::ReviewDate [read, write]

ReviewDate (300e,0004) vr=DA, vm=1, type=2C.

QString DRTIonPlanIODBaseWrapper::ReviewerName [read, write]

ReviewerName (300e,0008) vr=PN, vm=1, type=2C.

QString DRTIonPlanIODBaseWrapper::ReviewTime [read, write]

ReviewTime (300e,0005) vr=TM, vm=1, type=2C.

QString DRTIonPlanIODBaseWrapper::RTPlanDate [read, write]

RTPlanDate (300a,0006) vr=DA, vm=1, type=2.

QString DRTIonPlanIODBaseWrapper::RTPlanDescription [read, write]

RTPlanDescription (300a,0004) vr=ST, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::RTPlanGeometry [read, write]

RTPlanGeometry (300a,000c) vr=CS, vm=1, type=1.

QString DRTIonPlanIODBaseWrapper::RTPlanLabel [read, write]

RTPlanLabel (300a,0002) vr=SH, vm=1, type=1.

QString DRTIonPlanIODBaseWrapper::RTPlanName [read, write]

RTPlanName (300a,0003) vr=LO, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::RTPlanTime [read, write]

RTPlanTime (300a,0007) vr=TM, vm=1, type=2.

QString DRTIonPlanIODBaseWrapper::SeriesDescription [read, write]

SeriesDescription (0008,103e) vr=LO, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::SeriesInstanceUID [read, write]

SeriesInstanceUID (0020,000e) vr=UI, vm=1, type=1.

QString DRTIonPlanIODBaseWrapper::SeriesNumber [read, write]

SeriesNumber (0020,0011) vr=IS, vm=1, type=2.

QString DRTIonPlanIODBaseWrapper::SoftwareVersions [read, write]

SoftwareVersions (0018,1020) vr=LO, vm=1-n, type=3.

QString DRTIonPlanIODBaseWrapper::SOPAuthorizationComment [read, write]

SOPAuthorizationComment (0100,0424) vr=LT, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::SOPAuthorizationDateTime [read, write]

SOPAuthorizationDateTime (0100,0420) vr=DT, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::SOPClassUID [read, write]

SOPClassUID (0008,0016) vr=UI, vm=1, type=1.

QString DRTIonPlanIODBaseWrapper::SOPInstanceStatus [read, write]

SOPInstanceStatus (0100,0410) vr=CS, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::SOPInstanceUID [read, write]

SOPInstanceUID (0008,0018) vr=UI, vm=1, type=1.

QString DRTIonPlanIODBaseWrapper::SpatialResolution [read, write]

SpatialResolution (0018,1050) vr=DS, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::SpecificCharacterSet [read, write]

SpecificCharacterSet (0008,0005) vr=CS, vm=1-n, type=1C.

QString DRTIonPlanIODBaseWrapper::StationName [read, write]

StationName (0008,1010) vr=SH, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::StudyDate [read, write]

StudyDate (0008,0020) vr=DA, vm=1, type=2.

QString DRTIonPlanIODBaseWrapper::StudyDescription [read, write]

StudyDescription (0008,1030) vr=LO, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::StudyID [read, write]

StudyID (0020,0010) vr=SH, vm=1, type=2.

QString DRTIonPlanIODBaseWrapper::StudyInstanceUID [read, write]

StudyInstanceUID (0020,000d) vr=UI, vm=1, type=1.

QString DRTIonPlanIODBaseWrapper::StudyTime [read, write]

StudyTime (0008,0030) vr=TM, vm=1, type=2.

QString DRTIonPlanIODBaseWrapper::TimeOfLastCalibration [read, write]

TimeOfLastCalibration (0018,1201) vr=TM, vm=1-n, type=3.

QString DRTIonPlanIODBaseWrapper::TimezoneOffsetFromUTC [read, write]

TimezoneOffsetFromUTC (0008,0201) vr=SH, vm=1, type=3.

QString DRTIonPlanIODBaseWrapper::TreatmentProtocols [read, write]

TreatmentProtocols (300a,0009) vr=LO, vm=1-n, type=3.

QString DRTIonPlanIODBaseWrapper::TreatmentSites [read, write]

TreatmentSites (300a,000b) vr=LO, vm=1-n, type=3.


Generated on Sat Sep 3 18:38:01 2011 for MeVisLab Scripting Reference by  doxygen 1.5.8