|
| IODUSFoRModule (OFshared_ptr< DcmItem > item, OFshared_ptr< IODRules > rules) |
| Constructor.
|
|
| IODUSFoRModule () |
| Constructor.
|
|
virtual | ~IODUSFoRModule () |
| Destructor.
|
|
virtual void | resetRules () |
| Resets rules to their original values.
|
|
virtual OFString | getName () const |
| Get name of module.
|
|
virtual OFCondition | getVolumeFrameOfReferenceUID (OFString &value, const signed long pos=0) const |
| Get Volume Frame of Reference UID.
|
|
virtual OFCondition | getUltrasoundAcquisitionGeometry (OFString &value, const signed long pos=0) const |
| Get Position Reference Indicator.
|
|
virtual OFCondition | getApexPosition (Float64 &value, const unsigned long pos=0) const |
| Get Apex Position.
|
|
virtual OFCondition | getApexPosition (OFVector< Float64 > &value) |
| Get Apex Position.
|
|
virtual OFCondition | getVolumetoTransducerRelationship (OFString &value, const signed long pos=0) |
| Get Volume to Transducer Relationship.
|
|
virtual OFCondition | getVolumetoTransducerMappingMatrix (Float64 &value, const unsigned long pos=0) const |
| Get Volume to Table Mapping Matrix.
|
|
virtual OFCondition | getVolumetoTransducerMappingMatrix (OFVector< Float64 > &value) |
| Get Volume to Table Mapping Matrix.
|
|
virtual OFCondition | getPatientFrameofReferenceSource (OFString &value, const signed long pos=0) |
| Get Patient Frame of Reference Source.
|
|
virtual OFCondition | getTableFrameofReferenceUID (OFString &value, const signed long pos=0) |
| Get Table Frame of Reference UID.
|
|
virtual OFCondition | getVolumetoTableMappingMatrix (Float64 &value, const unsigned long pos=0) const |
| Get Volume to Table Mapping Matrix.
|
|
virtual OFCondition | getVolumetoTableMappingMatrix (OFVector< Float64 > &value) |
| Get Volume to Table Mapping Matrix.
|
|
virtual OFCondition | setVolumeFrameOfReferenceUID (const OFString &value, const OFBool checkValue=OFTrue) |
| Set Volume Frame Of Reference UID.
|
|
virtual OFCondition | setUltrasoundAcquisitionGeometry (const OFString &value, const OFBool checkValue=OFTrue) |
| Set Ultrasound Acquisition Geometry.
|
|
virtual OFCondition | setApexPosition (const Float64 &xValue, const Float64 &yValue, const Float64 &zValue, const OFBool checkValue=OFTrue) |
| Set Apex Position.
|
|
virtual OFCondition | setVolumetoTransducerRelationship (const OFString &value, const OFBool checkValue=OFTrue) |
| Set Volume to Transducer Relationship.
|
|
virtual OFCondition | setVolumetoTransducerMappingMatrix (const OFVector< Float64 > &value, const OFBool checkValue=OFTrue) |
| Set Volume to Transducer Mapping Matrix.
|
|
virtual OFCondition | setPatientFrameOfReferenceSource (const OFString &value, const OFBool checkValue=OFTrue) |
| Set Patient Frame of Reference Source.
|
|
virtual OFCondition | setTableFrameofReferenceUID (const OFString &value, const OFBool checkValue=OFTrue) |
| Set Table Frame of Reference UID.
|
|
virtual OFCondition | setVolumeToTableMappingMatrix (const OFVector< Float64 > &value, const OFBool checkValue=OFTrue) |
| Set Volume to Table Mapping Matrix.
|
|
| IODModule (OFshared_ptr< DcmItem > item, OFshared_ptr< IODRules > rules) |
| Constructor.
|
|
| IODModule () |
| Constructor.
|
|
| IODModule (const IODModule &rhs) |
| Copy constructor, creates shallow copy.
|
|
IODModule & | operator= (const IODModule &rhs) |
| Assignment operator, creates shallow copy.
|
|
| ~IODModule () |
| Destructor.
|
|
| IODComponent (OFshared_ptr< DcmItem > item, OFshared_ptr< IODRules > rules, IODComponent *parent=NULL) |
| Constructor.
|
|
| IODComponent (IODComponent *parent=NULL) |
| Constructor, creates rules and item from scratch.
|
|
IODComponent & | operator= (const IODComponent &rhs) |
| Assignment operator, copies contained item and rule set from rhs to "this" attribute set.
|
|
| IODComponent (const IODComponent &rhs) |
| Copy constructor, copies reference to contained item and rule set to "this" attribute set.
|
|
virtual | ~IODComponent () |
| Virtual Destructor.
|
|
void | clearData () |
| Clear all attributes from the data that are handled by this module.
|
|
virtual void | inventMissing () |
| Set missing values by inventing "default values".
|
|
OFshared_ptr< IODRules > | getRules () |
| Get rules handled by this module.
|
|
virtual void | makeOptional () |
| Make component optional by turning all attributes requirement types of it to type 3.
|
|
DcmItem & | getData () |
| Get the data handled by this module.
|
|
virtual OFCondition | read (DcmItem &source, const OFBool clearOldData=OFTrue) |
| Read attributes from given item into this class.
|
|
virtual OFCondition | write (DcmItem &destination) |
| Write attributes from this class into given item.
|
|
virtual OFCondition | check (const OFBool quiet=OFFalse) |
| Check whether this component's data satisfies the underlying rules.
|
|
virtual int | compare (const IODComponent &rhs) const |
| Comparison operator for IOD Components.
|
|
virtual bool | getValueCheckOnWrite () const |
| Get whether attribute value errors will be handled as errors on writing.
|
|
virtual void | setValueCheckOnWrite (const OFBool checkValue) |
| Set whether attribute values should be checked on writing, i.e.
|
|
Class representing the Frame of Reference Module:
Volume Frame of Reference UID: (UI, 1, 1) Ultrasound Acquisition Geometry: (CS, 1, 1) Apex Position: (FD, 3, 1C) Volume to Transducer Relationship: (CS, 1, 1C) Volume to Transducer Mapping Matrix: (FD, 16, 1) Patient Frame of Reference Source: (CS, 1, 1C) Table Frame of Reference UID: (UI, 1, 1C) Volume to Table Mapping Matrix: (FD, 16, 1C)