org.dcm4che2.iod.module.sr
Class MeasuredValue

java.lang.Object
  extended by org.dcm4che2.iod.module.Module
      extended by org.dcm4che2.iod.module.sr.MeasuredValue

public class MeasuredValue
extends Module

Since:
25.07.2006
Version:
$Revision: 720 $
Author:
Gunter Zeilinger

Field Summary
 
Fields inherited from class org.dcm4che2.iod.module.Module
dcmobj
 
Constructor Summary
MeasuredValue()
           
MeasuredValue(DicomObject dcmobj)
           
 
Method Summary
 Code getMeasurementUnitsCode()
           
 float getNumericValue()
           
 void setMeasurementUnitsCode(Code code)
           
 void setNumericValue(float f)
           
 
Methods inherited from class org.dcm4che2.iod.module.Module
getDicomObject, getType1Tags, getType2Tags, init, updateSequence, updateSequence, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MeasuredValue

public MeasuredValue(DicomObject dcmobj)

MeasuredValue

public MeasuredValue()
Method Detail

getNumericValue

public float getNumericValue()

setNumericValue

public void setNumericValue(float f)

getMeasurementUnitsCode

public Code getMeasurementUnitsCode()

setMeasurementUnitsCode

public void setMeasurementUnitsCode(Code code)


Copyright © 2011 dcm4che. All Rights Reserved.