DRTStructureSetIODBaseWrapper Class Reference

A class that wraps DRTStructureSetIOD 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 EncryptedAttributesSequence
QString EthnicGroup
QString GantryID
QVariant HL7StructuredDocumentReferenceSequence
QString InstanceCreationDate
QString InstanceCreationTime
QString InstanceCreatorUID
QString InstitutionAddress
QString InstitutionalDepartmentName
QString InstitutionName
QString IssuerOfAdmissionID
QString IssuerOfPatientID
QVariant MACParametersSequence
QString Manufacturer
QString ManufacturerModelName
QString Modality
QString NameOfPhysiciansReadingStudy
QString Occupation
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
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
QVariant ProcedureCodeSequence
QVariant ReferencedFrameOfReferenceSequence
QVariant ReferencedPatientSequence
QVariant ReferencedPerformedProcedureStepSequence
QVariant ReferencedStudySequence
QVariant ReferringPhysicianIdentificationSequence
QString ReferringPhysicianName
QString RelatedGeneralSOPClassUID
QVariant RequestAttributesSequence
QString ResponsibleOrganization
QString ResponsiblePerson
QString ResponsiblePersonRole
QString ReviewDate
QString ReviewerName
QString ReviewTime
QVariant ROIContourSequence
QVariant RTROIObservationsSequence
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 StructureSetDate
QString StructureSetDescription
QString StructureSetLabel
QString StructureSetName
QVariant StructureSetROISequence
QString StructureSetTime
QString StudyDate
QString StudyDescription
QString StudyID
QString StudyInstanceUID
QString StudyTime
QString TimeOfLastCalibration
QString TimezoneOffsetFromUTC


Detailed Description

A class that wraps DRTStructureSetIOD object for use in Python.

Member Function Documentation

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

Return true if IOD contains given module.

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

Return dicom tags which contain searchstring.

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

Return string representation of module type id.

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

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

QVariantMap DRTStructureSetIODBaseWrapper::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 DRTStructureSetIODBaseWrapper::getDicomTagValueByKey ( QString  key  )  const [slot]

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

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

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


Property Documentation

QString DRTStructureSetIODBaseWrapper::AccessionNumber [read, write]

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

QString DRTStructureSetIODBaseWrapper::AdditionalPatientHistory [read, write]

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

QString DRTStructureSetIODBaseWrapper::AdmissionID [read, write]

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

QVariant DRTStructureSetIODBaseWrapper::AdmittingDiagnosesCodeSequence [read]

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

QString DRTStructureSetIODBaseWrapper::AdmittingDiagnosesDescription [read, write]

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

QString DRTStructureSetIODBaseWrapper::ApprovalStatus [read, write]

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

QString DRTStructureSetIODBaseWrapper::AuthorizationEquipmentCertificationNumber [read, write]

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

QVariant DRTStructureSetIODBaseWrapper::BreedRegistrationSequence [read]

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

QString DRTStructureSetIODBaseWrapper::ClinicalTrialCoordinatingCenterName [read, write]

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

QString DRTStructureSetIODBaseWrapper::ClinicalTrialProtocolID [read, write]

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

QString DRTStructureSetIODBaseWrapper::ClinicalTrialProtocolName [read, write]

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

QString DRTStructureSetIODBaseWrapper::ClinicalTrialSiteID [read, write]

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

QString DRTStructureSetIODBaseWrapper::ClinicalTrialSiteName [read, write]

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

QString DRTStructureSetIODBaseWrapper::ClinicalTrialSponsorName [read, write]

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

QString DRTStructureSetIODBaseWrapper::ClinicalTrialSubjectID [read, write]

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

QString DRTStructureSetIODBaseWrapper::ClinicalTrialSubjectReadingID [read, write]

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

QString DRTStructureSetIODBaseWrapper::ClinicalTrialTimePointDescription [read, write]

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

QString DRTStructureSetIODBaseWrapper::ClinicalTrialTimePointID [read, write]

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

QVariant DRTStructureSetIODBaseWrapper::CodingSchemeIdentificationSequence [read]

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

QVariant DRTStructureSetIODBaseWrapper::ContributingEquipmentSequence [read]

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

QString DRTStructureSetIODBaseWrapper::DateOfLastCalibration [read, write]

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

QString DRTStructureSetIODBaseWrapper::DeidentificationMethod [read, write]

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

QVariant DRTStructureSetIODBaseWrapper::DeidentificationMethodCodeSequence [read]

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

QString DRTStructureSetIODBaseWrapper::DeviceSerialNumber [read, write]

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

QVariant DRTStructureSetIODBaseWrapper::DigitalSignaturesSequence [read]

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

QVariant DRTStructureSetIODBaseWrapper::EncryptedAttributesSequence [read]

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

QString DRTStructureSetIODBaseWrapper::EthnicGroup [read, write]

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

QString DRTStructureSetIODBaseWrapper::GantryID [read, write]

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

QVariant DRTStructureSetIODBaseWrapper::HL7StructuredDocumentReferenceSequence [read]

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

QString DRTStructureSetIODBaseWrapper::InstanceCreationDate [read, write]

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

QString DRTStructureSetIODBaseWrapper::InstanceCreationTime [read, write]

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

QString DRTStructureSetIODBaseWrapper::InstanceCreatorUID [read, write]

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

QString DRTStructureSetIODBaseWrapper::InstitutionAddress [read, write]

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

QString DRTStructureSetIODBaseWrapper::InstitutionalDepartmentName [read, write]

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

QString DRTStructureSetIODBaseWrapper::InstitutionName [read, write]

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

QString DRTStructureSetIODBaseWrapper::IssuerOfAdmissionID [read, write]

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

QString DRTStructureSetIODBaseWrapper::IssuerOfPatientID [read, write]

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

QVariant DRTStructureSetIODBaseWrapper::MACParametersSequence [read]

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

QString DRTStructureSetIODBaseWrapper::Manufacturer [read, write]

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

QString DRTStructureSetIODBaseWrapper::ManufacturerModelName [read, write]

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

QString DRTStructureSetIODBaseWrapper::Modality [read, write]

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

QString DRTStructureSetIODBaseWrapper::NameOfPhysiciansReadingStudy [read, write]

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

QString DRTStructureSetIODBaseWrapper::Occupation [read, write]

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

QVariant DRTStructureSetIODBaseWrapper::OriginalAttributesSequence [read]

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

QString DRTStructureSetIODBaseWrapper::OriginalSpecializedSOPClassUID [read, write]

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

QString DRTStructureSetIODBaseWrapper::OtherPatientIDs [read, write]

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

QVariant DRTStructureSetIODBaseWrapper::OtherPatientIDsSequence [read]

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

QString DRTStructureSetIODBaseWrapper::OtherPatientNames [read, write]

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

QString DRTStructureSetIODBaseWrapper::PatientAge [read, write]

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

QString DRTStructureSetIODBaseWrapper::PatientBirthDate [read, write]

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

QString DRTStructureSetIODBaseWrapper::PatientBirthTime [read, write]

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

QVariant DRTStructureSetIODBaseWrapper::PatientBreedCodeSequence [read]

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

QString DRTStructureSetIODBaseWrapper::PatientBreedDescription [read, write]

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

QString DRTStructureSetIODBaseWrapper::PatientComments [read, write]

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

QString DRTStructureSetIODBaseWrapper::PatientID [read, write]

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

QString DRTStructureSetIODBaseWrapper::PatientIdentityRemoved [read, write]

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

QString DRTStructureSetIODBaseWrapper::PatientName [read, write]

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

QString DRTStructureSetIODBaseWrapper::PatientSex [read, write]

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

QString DRTStructureSetIODBaseWrapper::PatientSexNeutered [read, write]

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

QString DRTStructureSetIODBaseWrapper::PatientSize [read, write]

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

QVariant DRTStructureSetIODBaseWrapper::PatientSpeciesCodeSequence [read]

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

QString DRTStructureSetIODBaseWrapper::PatientSpeciesDescription [read, write]

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

QString DRTStructureSetIODBaseWrapper::PatientWeight [read, write]

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

QString DRTStructureSetIODBaseWrapper::PerformedProcedureStepDescription [read, write]

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

QString DRTStructureSetIODBaseWrapper::PerformedProcedureStepID [read, write]

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

QString DRTStructureSetIODBaseWrapper::PerformedProcedureStepStartDate [read, write]

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

QString DRTStructureSetIODBaseWrapper::PerformedProcedureStepStartTime [read, write]

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

QVariant DRTStructureSetIODBaseWrapper::PerformedProtocolCodeSequence [read]

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

QString DRTStructureSetIODBaseWrapper::PhysiciansOfRecord [read, write]

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

QVariant DRTStructureSetIODBaseWrapper::PhysiciansOfRecordIdentificationSequence [read]

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

QVariant DRTStructureSetIODBaseWrapper::PhysiciansReadingStudyIdentificationSequence [read]

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

int DRTStructureSetIODBaseWrapper::PixelPaddingValue [read, write]

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

QVariant DRTStructureSetIODBaseWrapper::ProcedureCodeSequence [read]

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

QVariant DRTStructureSetIODBaseWrapper::ReferencedFrameOfReferenceSequence [read]

ReferencedFrameOfReferenceSequence (3006,0010) vr=SQ, vm=1, type=3.

QVariant DRTStructureSetIODBaseWrapper::ReferencedPatientSequence [read]

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

QVariant DRTStructureSetIODBaseWrapper::ReferencedPerformedProcedureStepSequence [read]

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

QVariant DRTStructureSetIODBaseWrapper::ReferencedStudySequence [read]

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

QVariant DRTStructureSetIODBaseWrapper::ReferringPhysicianIdentificationSequence [read]

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

QString DRTStructureSetIODBaseWrapper::ReferringPhysicianName [read, write]

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

QString DRTStructureSetIODBaseWrapper::RelatedGeneralSOPClassUID [read, write]

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

QVariant DRTStructureSetIODBaseWrapper::RequestAttributesSequence [read]

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

QString DRTStructureSetIODBaseWrapper::ResponsibleOrganization [read, write]

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

QString DRTStructureSetIODBaseWrapper::ResponsiblePerson [read, write]

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

QString DRTStructureSetIODBaseWrapper::ResponsiblePersonRole [read, write]

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

QString DRTStructureSetIODBaseWrapper::ReviewDate [read, write]

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

QString DRTStructureSetIODBaseWrapper::ReviewerName [read, write]

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

QString DRTStructureSetIODBaseWrapper::ReviewTime [read, write]

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

QVariant DRTStructureSetIODBaseWrapper::ROIContourSequence [read]

ROIContourSequence (3006,0039) vr=SQ, vm=1, type=1.

QVariant DRTStructureSetIODBaseWrapper::RTROIObservationsSequence [read]

RTROIObservationsSequence (3006,0080) vr=SQ, vm=1, type=1.

QString DRTStructureSetIODBaseWrapper::SeriesDescription [read, write]

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

QString DRTStructureSetIODBaseWrapper::SeriesInstanceUID [read, write]

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

QString DRTStructureSetIODBaseWrapper::SeriesNumber [read, write]

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

QString DRTStructureSetIODBaseWrapper::SoftwareVersions [read, write]

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

QString DRTStructureSetIODBaseWrapper::SOPAuthorizationComment [read, write]

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

QString DRTStructureSetIODBaseWrapper::SOPAuthorizationDateTime [read, write]

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

QString DRTStructureSetIODBaseWrapper::SOPClassUID [read, write]

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

QString DRTStructureSetIODBaseWrapper::SOPInstanceStatus [read, write]

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

QString DRTStructureSetIODBaseWrapper::SOPInstanceUID [read, write]

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

QString DRTStructureSetIODBaseWrapper::SpatialResolution [read, write]

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

QString DRTStructureSetIODBaseWrapper::SpecificCharacterSet [read, write]

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

QString DRTStructureSetIODBaseWrapper::StationName [read, write]

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

QString DRTStructureSetIODBaseWrapper::StructureSetDate [read, write]

StructureSetDate (3006,0008) vr=DA, vm=1, type=2.

QString DRTStructureSetIODBaseWrapper::StructureSetDescription [read, write]

StructureSetDescription (3006,0006) vr=ST, vm=1, type=3.

QString DRTStructureSetIODBaseWrapper::StructureSetLabel [read, write]

StructureSetLabel (3006,0002) vr=SH, vm=1, type=1.

QString DRTStructureSetIODBaseWrapper::StructureSetName [read, write]

StructureSetName (3006,0004) vr=LO, vm=1, type=3.

QVariant DRTStructureSetIODBaseWrapper::StructureSetROISequence [read]

StructureSetROISequence (3006,0020) vr=SQ, vm=1, type=3.

QString DRTStructureSetIODBaseWrapper::StructureSetTime [read, write]

StructureSetTime (3006,0009) vr=TM, vm=1, type=2.

QString DRTStructureSetIODBaseWrapper::StudyDate [read, write]

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

QString DRTStructureSetIODBaseWrapper::StudyDescription [read, write]

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

QString DRTStructureSetIODBaseWrapper::StudyID [read, write]

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

QString DRTStructureSetIODBaseWrapper::StudyInstanceUID [read, write]

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

QString DRTStructureSetIODBaseWrapper::StudyTime [read, write]

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

QString DRTStructureSetIODBaseWrapper::TimeOfLastCalibration [read, write]

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

QString DRTStructureSetIODBaseWrapper::TimezoneOffsetFromUTC [read, write]

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


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