| DCMTK Version 3.6.9
    OFFIS DICOM Toolkit | 
definitions for class DSRNumericMeasurementValue More...
| Classes | |
| class | DSRNumericMeasurementValue | 
| Class for numeric values and measurements.  More... | |
| Functions | |
| DCMTK_DCMSR_EXPORT STD_NAMESPACE ostream & | operator<< (STD_NAMESPACE ostream &stream, const DSRNumericMeasurementValue &numericMeasurement) | 
| output stream operator for numeric measurement values. | |
| DCMTK_DCMSR_EXPORT OFBool | operator== (const DSRNumericMeasurementValue &lhs, const DSRNumericMeasurementValue &rhs) | 
| equality operator. | |
| DCMTK_DCMSR_EXPORT OFBool | operator!= (const DSRNumericMeasurementValue &lhs, const DSRNumericMeasurementValue &rhs) | 
| inequality operator. | |
definitions for class DSRNumericMeasurementValue
| DCMTK_DCMSR_EXPORT OFBool operator!= | ( | const DSRNumericMeasurementValue & | lhs, | 
| const DSRNumericMeasurementValue & | rhs ) | 
inequality operator.
Internally, the DSRNumericMeasurementValue::isNotEqual() method is used.
| lhs | left-hand side | 
| rhs | right-hand side | 
| DCMTK_DCMSR_EXPORT STD_NAMESPACE ostream & operator<< | ( | STD_NAMESPACE ostream & | stream, | 
| const DSRNumericMeasurementValue & | numericMeasurement ) | 
output stream operator for numeric measurement values.
Internally, the DSRNumericMeasurementValue::print() method is used, i.e. the output looks like this: "3.5" (cm,UCUM[1.4],"centimeter") or "empty" (if the value is empty)
| stream | output stream to which the numeric measurement value is printed | 
| numericMeasurement | numeric measurement value to be printed | 
| DCMTK_DCMSR_EXPORT OFBool operator== | ( | const DSRNumericMeasurementValue & | lhs, | 
| const DSRNumericMeasurementValue & | rhs ) | 
equality operator.
Internally, the DSRNumericMeasurementValue::isEqual() method is used.
| lhs | left-hand side | 
| rhs | right-hand side |