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