Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

at.herzpraxis.elexis.connect.cobasmira.packages
Class Probe

java.lang.Object
  extended by at.herzpraxis.elexis.connect.cobasmira.packages.Probe

public class Probe
extends java.lang.Object


Field Summary
static java.lang.String BUNDLE_NAME
           
 
Constructor Summary
Probe(java.lang.String strArray)
           
 
Method Summary
 TimeTool getDate()
           
 java.lang.String getIdent()
           
 float getResult()
           
 java.lang.String getTestKuerzel()
           
 int getUnit()
           
static float roundToDecimals(float d, int c)
          Round a given float value to a selected number of comma places
 void write(Patient patient)
          Schreibt Labordaten.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUNDLE_NAME

public static final java.lang.String BUNDLE_NAME
See Also:
Constant Field Values
Constructor Detail

Probe

public Probe(java.lang.String strArray)
Method Detail

getTestKuerzel

public java.lang.String getTestKuerzel()

write

public void write(Patient patient)
           throws java.lang.Exception
Schreibt Labordaten.

Parameters:
patient -
Throws:
java.lang.Exception

roundToDecimals

public static float roundToDecimals(float d,
                                    int c)
Round a given float value to a selected number of comma places

Parameters:
d - the value to be rounded
c - the number of decimal places to round to

getDate

public TimeTool getDate()

getIdent

public java.lang.String getIdent()

getResult

public float getResult()

getUnit

public int getUnit()

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013