|  | 
|  | ImageSOPInstanceReferenceMacro () | 
|  | Constructor. 
 | 
|  | 
| virtual | ~ImageSOPInstanceReferenceMacro () | 
|  | Virtual Destructor. 
 | 
|  | 
| virtual int | compare (const IODComponent &rhs) const | 
|  | Comparison operator that compares the normalized value of this object with a given object of the same type. 
 | 
|  | 
| virtual void | clear () | 
|  | Clear data. 
 | 
|  | 
| virtual OFCondition | read (DcmItem &source, const OFBool clearOldData=OFTrue) | 
|  | Read Image SOP Instance Reference Macro from given item. 
 | 
|  | 
| virtual OFCondition | write (DcmItem &item) | 
|  | Write Image SOP Instance Reference Macrom to given item. 
 | 
|  | 
| virtual OFCondition | getReferencedFrameNumber (OFVector< Uint16 > &values) | 
|  | Get Referenced Frame Number. 
 | 
|  | 
| virtual OFCondition | getReferencedSegmentNumber (OFVector< Uint16 > &values) | 
|  | Get Referenced Segment Number. 
 | 
|  | 
| virtual OFCondition | setReferencedFrameNumber (const OFVector< Uint16 > &values, const OFBool checkValue=OFTrue) | 
|  | Set Referenced Frame Number. 
 | 
|  | 
| virtual OFCondition | addReferencedFrameNumber (const Uint16 &value, const OFBool checkValue=OFTrue) | 
|  | Add a Referenced Frame Number. 
 | 
|  | 
| virtual OFCondition | setReferencedSegmentNumber (const OFVector< Uint16 > &values, const OFBool checkValue=OFTrue) | 
|  | Set the Referenced Segment Numbers. 
 | 
|  | 
| virtual OFCondition | addReferencedSegmentNumber (const Uint16 &value, const OFBool checkValue=OFTrue) | 
|  | Add a Referenced Segment Number. 
 | 
|  | 
|  | SOPInstanceReferenceMacro (OFshared_ptr< DcmItem > item, OFshared_ptr< IODRules > rules, IODComponent *parent=NULL) | 
|  | Constructor. 
 | 
|  | 
|  | SOPInstanceReferenceMacro (IODComponent *parent=NULL) | 
|  | Constructor. 
 | 
|  | 
| virtual | ~SOPInstanceReferenceMacro () | 
|  | Virtual Destructor. 
 | 
|  | 
| virtual void | resetRules () | 
|  | Resets rules to their original values. 
 | 
|  | 
| virtual OFString | getName () const | 
|  | Get name of macro. 
 | 
|  | 
| virtual OFCondition | getReferencedSOPClassUID (OFString &value, const signed long pos=0) | 
|  | Get Referenced SOP Class UID. 
 | 
|  | 
| virtual OFCondition | getReferencedSOPInstanceUID (OFString &value, const signed long pos=0) | 
|  | Get Referenced SOP Instance UID. 
 | 
|  | 
| virtual OFCondition | setReferencedSOPClassUID (const OFString &value, const OFBool checkValue=OFTrue) | 
|  | Set Referenced SOP Class UID. 
 | 
|  | 
| virtual OFCondition | setReferencedSOPInstanceUID (const OFString &value, const OFBool checkValue=OFTrue) | 
|  | Set Referenced SOP Instance UID. 
 | 
|  | 
|  | 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 | check (const OFBool quiet=OFFalse) | 
|  | Check whether this component's data satisfies the underlying rules. 
 | 
|  | 
| 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. 
 | 
|  | 
|  | 
| static OFCondition | create (const OFString &sopClassUID, const OFString &sopInstanceUID, ImageSOPInstanceReferenceMacro *&result) | 
|  | Creates an ImageSOPInstanceReferenceMacro object without frame/segment reference from required information. 
 | 
|  | 
| static OFCondition | create (const OFString &sopClassUID, const OFString &sopInstanceUID, const OFVector< Uint16 > &refFramesOrSegments, ImageSOPInstanceReferenceMacro *&result) | 
|  | Creates an ImageSOPInstanceReferenceMacro object with frame or segment references from required information. 
 | 
|  | 
| static OFCondition | read (DcmItem &source, IODRules &rules, DcmItem &destination, const OFString &componentName) | 
|  | Static helper function that reads attributes from given item into destination item, as determined by the provided rules and component name. 
 | 
|  | 
| static OFCondition | write (DcmItem &source, IODRules &rules, DcmItem &destination, const OFString &componentName, const OFBool checkValue) | 
|  | Static helper function that writes attributes from given item into destination item, as determined by the provided rules and component name. 
 | 
|  | 
Class representing the Image SOP Instance Reference Macro.