DCMTK  Version 3.6.6
OFFIS DICOM Toolkit
Public Member Functions | Private Member Functions | Private Attributes | List of all members
DVPSAnnotationContent_PList Class Reference

the list of Annotations contained in a stored print object. More...

Public Member Functions

 DVPSAnnotationContent_PList ()
 default constructor
 
 DVPSAnnotationContent_PList (const DVPSAnnotationContent_PList &copy)
 copy constructor
 
DVPSAnnotationContent_PListclone ()
 clone method. More...
 
virtual ~DVPSAnnotationContent_PList ()
 destructor
 
OFCondition read (DcmItem &dset)
 reads a list of annotations (AnnotationContentSequence) from a DICOM dataset. More...
 
OFCondition write (DcmItem &dset)
 writes the list of annotations managed by this object to a DICOM dataset. More...
 
void clear ()
 reset the object to initial state. More...
 
size_t size () const
 gets the number of annotations in this list. More...
 
OFCondition addAnnotationBox (const char *instanceuid, const char *text, Uint16 position)
 creates a new annotation object and sets the content of this annotation object. More...
 
OFCondition deleteAnnotation (size_t idx)
 deletes one of the registered annotations. More...
 
OFCondition deleteMultipleAnnotations (size_t number)
 deletes multiple of the registered annotations, starting with the first one. More...
 
OFCondition setAnnotationSOPInstanceUID (size_t idx, const char *value)
 sets the SOP instance UID for the given annotation. More...
 
const char * getSOPInstanceUID (size_t idx)
 gets the current SOP Instance UID for the given registered annotation. More...
 
OFCondition prepareBasicAnnotationBox (size_t idx, DcmItem &dset)
 writes the attributes managed by the referenced object that are part of a basic annotation box N-SET request into the DICOM dataset. More...
 
void clearAnnotationSOPInstanceUIDs ()
 removes all UIDs from the annotation boxes managed by this object
 

Private Member Functions

DVPSAnnotationContent_PListoperator= (const DVPSAnnotationContent_PList &)
 private undefined assignment operator
 
DVPSAnnotationContentgetAnnotationBox (size_t idx)
 returns a pointer to the annotation with the given index or NULL if it does not exist. More...
 

Private Attributes

OFList< DVPSAnnotationContent * > list_
 the list maintained by this object
 

Detailed Description

the list of Annotations contained in a stored print object.

This class manages the data structures comprising one complete Annotation Content Sequence in a Stored Print object.

Member Function Documentation

◆ addAnnotationBox()

OFCondition DVPSAnnotationContent_PList::addAnnotationBox ( const char *  instanceuid,
const char *  text,
Uint16  position 
)

creates a new annotation object and sets the content of this annotation object.

Parameters
instanceuidSOP instance UID of this annotation
textannotation text string
positionannotation box position
Returns
EC_Normal if successful, an error code otherwise.

◆ clear()

void DVPSAnnotationContent_PList::clear ( )

reset the object to initial state.

After this call, the object is in the same state as after creation with the default constructor.

◆ clone()

DVPSAnnotationContent_PList* DVPSAnnotationContent_PList::clone ( )
inline

clone method.

Returns
a pointer to a new DVPSAnnotationContent_PList object containing a deep copy of this object.

◆ deleteAnnotation()

OFCondition DVPSAnnotationContent_PList::deleteAnnotation ( size_t  idx)

deletes one of the registered annotations.

Parameters
idxindex, must be < size()
Returns
EC_Normal if successful, an error code otherwise.

◆ deleteMultipleAnnotations()

OFCondition DVPSAnnotationContent_PList::deleteMultipleAnnotations ( size_t  number)

deletes multiple of the registered annotations, starting with the first one.

Parameters
numbernumber of annotations to delete, must be <= size()
Returns
EC_Normal if successful, an error code otherwise.

◆ getAnnotationBox()

DVPSAnnotationContent* DVPSAnnotationContent_PList::getAnnotationBox ( size_t  idx)
private

returns a pointer to the annotation with the given index or NULL if it does not exist.

Parameters
idxindex, must be < size()
Returns
pointer to annotation object or NULL

◆ getSOPInstanceUID()

const char* DVPSAnnotationContent_PList::getSOPInstanceUID ( size_t  idx)

gets the current SOP Instance UID for the given registered annotation.

Parameters
idxindex, must be < getNumberOfAnnotations()
Returns
SOP Instance UID, may be NULL.

◆ prepareBasicAnnotationBox()

OFCondition DVPSAnnotationContent_PList::prepareBasicAnnotationBox ( size_t  idx,
DcmItem dset 
)

writes the attributes managed by the referenced object that are part of a basic annotation box N-SET request into the DICOM dataset.

Copies of the DICOM element managed by this object are inserted into the DICOM dataset.

Parameters
idxindex, must be < getNumberOfAnnotations()
dsetthe dataset to which the data is written
Returns
EC_Normal if successful, an error code otherwise.

◆ read()

OFCondition DVPSAnnotationContent_PList::read ( DcmItem dset)

reads a list of annotations (AnnotationContentSequence) from a DICOM dataset.

The DICOM elements of the annotations are copied from the dataset to this object. The completeness of all items (presence of all required elements, value multiplicity) is checked. If this method returns an error code, the object is in undefined state afterwards.

Parameters
dsetthe DICOM dataset from which the sequence is to be read
Returns
EC_Normal if successful, an error code otherwise.

◆ setAnnotationSOPInstanceUID()

OFCondition DVPSAnnotationContent_PList::setAnnotationSOPInstanceUID ( size_t  idx,
const char *  value 
)

sets the SOP instance UID for the given annotation.

Parameters
idxindex, must be < getNumberOfAnnotations()
valuenew attribute value, must not be NULL.
Returns
EC_Normal if successful, an error code otherwise.

◆ size()

size_t DVPSAnnotationContent_PList::size ( ) const
inline

gets the number of annotations in this list.

Returns
the number of annotations.

◆ write()

OFCondition DVPSAnnotationContent_PList::write ( DcmItem dset)

writes the list of annotations managed by this object to a DICOM dataset.

Copies of the DICOM element managed by this object are inserted into the DICOM dataset.

Parameters
dsetthe DICOM dataset to which the AnnotationContentSequence is written
Returns
EC_Normal if successful, an error code otherwise.

The documentation for this class was generated from the following file:


Generated on Thu Jan 14 2021 for DCMTK Version 3.6.6 by Doxygen 1.8.18