DCMTK
Version 3.6.9
OFFIS DICOM Toolkit
|
definitions for classes DSRBasicCodedEntry and DSRCodedEntryValue More...
Classes | |
class | DSRBasicCodedEntry |
Class for storing the "Basic Coded Entry Attributes". More... | |
class | DSRCodedEntryValue |
Class for handling coded entry values, i.e. unambiguous machine-readable codes. More... | |
Functions | |
DCMTK_DCMSR_EXPORT STD_NAMESPACE ostream & | operator<< (STD_NAMESPACE ostream &stream, const DSRCodedEntryValue &codedEntryValue) |
output stream operator for coded entry values. More... | |
DCMTK_DCMSR_EXPORT OFBool | operator== (const DSRCodedEntryValue &lhs, const DSRCodedEntryValue &rhs) |
equality operator. More... | |
DCMTK_DCMSR_EXPORT OFBool | operator!= (const DSRCodedEntryValue &lhs, const DSRCodedEntryValue &rhs) |
inequality operator. More... | |
DCMTK_DCMSR_EXPORT OFBool | operator== (const DSRCodedEntryValue &lhs, const DSRBasicCodedEntry &rhs) |
equality operator. More... | |
DCMTK_DCMSR_EXPORT OFBool | operator!= (const DSRCodedEntryValue &lhs, const DSRBasicCodedEntry &rhs) |
inequality operator. More... | |
definitions for classes DSRBasicCodedEntry and DSRCodedEntryValue
DCMTK_DCMSR_EXPORT OFBool operator!= | ( | const DSRCodedEntryValue & | lhs, |
const DSRBasicCodedEntry & | rhs | ||
) |
inequality operator.
Internally, the DSRCodedEntryValue::isNotEqual() method is used.
lhs | left-hand side |
rhs | right-hand side |
DCMTK_DCMSR_EXPORT OFBool operator!= | ( | const DSRCodedEntryValue & | lhs, |
const DSRCodedEntryValue & | rhs | ||
) |
inequality operator.
Internally, the DSRCodedEntryValue::isNotEqual() method is used.
lhs | left-hand side |
rhs | right-hand side |
DCMTK_DCMSR_EXPORT STD_NAMESPACE ostream& operator<< | ( | STD_NAMESPACE ostream & | stream, |
const DSRCodedEntryValue & | codedEntryValue | ||
) |
output stream operator for coded entry values.
Internally, the DSRCodedEntryValue::print() method is used, i.e. the output looks like this: (1234,99_OFFIS_DCMTK,"Code Meaning") or (cm,UCUM[1.4],"centimeter")
stream | output stream to which the coded entry value is printed |
codedEntryValue | coded entry value to be printed |
DCMTK_DCMSR_EXPORT OFBool operator== | ( | const DSRCodedEntryValue & | lhs, |
const DSRBasicCodedEntry & | rhs | ||
) |
equality operator.
Internally, the DSRCodedEntryValue::isEqual() method is used.
lhs | left-hand side |
rhs | right-hand side |
DCMTK_DCMSR_EXPORT OFBool operator== | ( | const DSRCodedEntryValue & | lhs, |
const DSRCodedEntryValue & | rhs | ||
) |
equality operator.
Internally, the DSRCodedEntryValue::isEqual() method is used.
lhs | left-hand side |
rhs | right-hand side |