DCMTK  Version 3.6.1 20120515
OFFIS DICOM Toolkit
Public Member Functions
DSRReferencedDatetimeList Class Reference

Class for referenced datetime list. More...

+ Inheritance diagram for DSRReferencedDatetimeList:

List of all members.

Public Member Functions

 DSRReferencedDatetimeList ()
 default constructor
 DSRReferencedDatetimeList (const DSRReferencedDatetimeList &lst)
 copy constructor
virtual ~DSRReferencedDatetimeList ()
 destructor
DSRReferencedDatetimeListoperator= (const DSRReferencedDatetimeList &lst)
 assignment operator
OFCondition print (STD_NAMESPACE ostream &stream, const size_t flags=0, const char separator= ',') const
 print list of referenced datetime.
OFCondition read (DcmItem &dataset)
 read list of referenced datetime
OFCondition write (DcmItem &dataset) const
 write list of referenced datetime
OFCondition putString (const char *stringValue)
 put list of referenced datetime as a string.

Detailed Description

Class for referenced datetime list.


Constructor & Destructor Documentation

copy constructor

Parameters:
lstlist to be copied

Member Function Documentation

DSRReferencedDatetimeList& DSRReferencedDatetimeList::operator= ( const DSRReferencedDatetimeList lst)

assignment operator

Parameters:
lstlist to be copied
Returns:
reference to this list after 'lst' has been copied
OFCondition DSRReferencedDatetimeList::print ( STD_NAMESPACE ostream &  stream,
const size_t  flags = 0,
const char  separator = ',' 
) const

print list of referenced datetime.

The output of a typical list looks like this: 20001010120000, ...

Parameters:
streamoutput stream to which the list should be printed
flagsflag used to customize the output (see DSRTypes::PF_xxx)
separatorcharacter specifying the separator between the list items
Returns:
status, EC_Normal if successful, an error code otherwise
OFCondition DSRReferencedDatetimeList::putString ( const char *  stringValue)

put list of referenced datetime as a string.

This function expects the same input format as created by print(), i.e. a comma separated list of datetime values.

Parameters:
stringValuestring value to be set
Returns:
status, EC_Normal if successful, an error code otherwise

read list of referenced datetime

Parameters:
datasetDICOM dataset from which the list should be read
Returns:
status, EC_Normal if successful, an error code otherwise

write list of referenced datetime

Parameters:
datasetDICOM dataset to which the list should be written
Returns:
status, EC_Normal if successful, an error code otherwise

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


Generated on Tue May 15 2012 for DCMTK Version 3.6.1 20120515 by Doxygen 1.7.5.1-20111027