|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.elexis.laborimport.bioanalytica.HL7
public class HL7
This class parses a HL7 file containing lab results. It tries to comply with several possible Substandards of the HL7 and to return always reasonable values for each field.
Constructor Summary | |
---|---|
HL7(java.lang.String labor,
java.lang.String kuerzel)
We can force this hl7 to be attributed to a specific lab (if we know, who the sender should be) by providing a name and a short name. |
Method Summary | |
---|---|
java.lang.String |
getComments()
Extract all comments (NTE), global and OBX comments |
Result<Kontakt> |
getLabor()
Find the lab issuing this file. |
Result<Patient> |
getPatient()
Find the patient denoted by this HL7-record. |
Result<java.lang.String> |
load(java.io.File file)
Load file into memory and break it up to separate lines. |
static TimeTool |
makeTime(java.lang.String datestring)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HL7(java.lang.String labor, java.lang.String kuerzel)
labor
- Stringkuerzel
- StringMethod Detail |
---|
public Result<java.lang.String> load(java.io.File file)
file
- the file
public Result<Patient> getPatient()
public Result<Kontakt> getLabor()
public java.lang.String getComments()
public static TimeTool makeTime(java.lang.String datestring)
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |