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