Class representing the General Study Module: Notation is "Attribute Name: (VR, VM, Type)".
More...
|
| IODGeneralStudyModule (OFshared_ptr< DcmItem > item, OFshared_ptr< IODRules > rules) |
| Constructor. More...
|
|
| IODGeneralStudyModule () |
| Constructor.
|
|
virtual | ~IODGeneralStudyModule () |
| Destructor.
|
|
virtual void | inventMissing () |
| Set missing values by inventing "default values". More...
|
|
virtual void | resetRules () |
| Resets rules to their original values.
|
|
virtual OFString | getName () const |
| Get name of module. More...
|
|
virtual void | clearData () |
| Clear (removes) all attributes handled by the modules of this component. More...
|
|
virtual OFCondition | read (DcmItem &source, const OFBool clearOldData=OFTrue) |
| Read data into this module from given item. More...
|
|
virtual OFCondition | write (DcmItem &destination) |
| Write this module to given item. More...
|
|
virtual void | ensureInstanceUID (const OFBool correctInvalid=OFFalse) |
| Make sure that the module contains a Study Instance UID, i.e. a new one is created if empty. More...
|
|
virtual OFCondition | getStudyInstanceUID (OFString &value, const signed long pos=0) const |
| Get Study Instance UID. More...
|
|
virtual OFCondition | getStudyDate (OFString &value, const signed long pos=0) const |
| Get Study Date. More...
|
|
virtual OFCondition | getStudyTime (OFString &value, const signed long pos=0) const |
| Get Study Time. More...
|
|
virtual OFCondition | getReferringPhysicianName (OFString &value, const signed long pos=0) const |
| Get Referring Physician's Name. More...
|
|
virtual OFCondition | getStudyID (OFString &value, const signed long pos=0) const |
| Get Study ID. More...
|
|
virtual OFCondition | getAccessionNumber (OFString &value, const signed long pos=0) const |
| Get Accession Number. More...
|
|
virtual OFCondition | getStudyDescription (OFString &value, const signed long pos=0) const |
| Get Study Description. More...
|
|
virtual HL7HierarchicDesignatorMacro & | getIssuerOfAccessionNumber () |
| Get reference to content of Issuer of Accession Number Sequence. More...
|
|
virtual OFVector< CodeSequenceMacro * > & | getProcedureCodeSequence () |
| Get reference to content of Procedure Code Sequence. More...
|
|
virtual OFVector< CodeSequenceMacro * > & | getReasonForPerformedProcedureCodeSequence () |
| Get reference to content of Reason for Performed Procedure Code Sequence. More...
|
|
virtual OFCondition | setStudyInstanceUID (const OFString &value, const OFBool checkValue=OFTrue) |
| Set Study Instance UID. More...
|
|
virtual OFCondition | setStudyDate (const OFString &value, const OFBool checkValue=OFTrue) |
| Set Study Date. More...
|
|
virtual OFCondition | setStudyTime (const OFString &value, const OFBool checkValue=OFTrue) |
| set study time More...
|
|
virtual OFCondition | setReferringPhysicianName (const OFString &value, const OFBool checkValue=OFTrue) |
| Set Referring Physician's Name. More...
|
|
virtual OFCondition | setStudyID (const OFString &value, const OFBool checkValue=OFTrue) |
| Set Study ID. More...
|
|
virtual OFCondition | setAccessionNumber (const OFString &value, const OFBool checkValue=OFTrue) |
| Set Accession Number. More...
|
|
virtual OFCondition | setStudyDescription (const OFString &value, const OFBool checkValue=OFTrue) |
| Set Study Description. 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 () |
| Destructor.
|
|
| 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...
|
|
virtual void | resetRules ()=0 |
| Resets rules to their original values.
|
|
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...
|
|
virtual OFString | getName () const =0 |
| Get name of component. 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 General Study Module: Notation is "Attribute Name: (VR, VM, Type)".
Study Instance UID: (UI, 1, 1) Study Date: (DA, 1, 2) Study Time: (TM, 1, 2) Referring Physician's Name: (PN, 1, 2) Study ID: (SH, 1, 2) Accession Number: (SH, 1, 2) Study Description: (LO, 1, 3) Issuer of Accession Number Sequence: (SQ, 1, 3) Procedure Code Sequence: (SQ, 1-n, 3) Reason for Performed Procedure Code Sequence: (SQ, 1-n, 3)