|
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.importers.HL7.OBX
public class HL7.OBX
Method Summary | |
---|---|
java.lang.String |
getComment()
Find the comment field of this OBX. |
TimeTool |
getDate()
Deprecated. better use obr date for date of sample |
java.lang.String |
getItemCode()
|
java.lang.String |
getItemName()
|
java.lang.String |
getObxNr()
|
java.lang.String |
getRefRange()
|
java.lang.String |
getResultValue()
|
HL7.RESULTSTATUS |
getStatus()
|
HL7.RECORDTYPE |
getType()
|
java.lang.String |
getUnits()
|
boolean |
isFormattedText()
|
boolean |
isNumeric()
|
boolean |
isPathologic()
This is greatly simplified from the possible values <<, <, >,>>, +, ++, -, -- and so on we just say "it's pathologic". |
boolean |
isPlainText()
HL7 defines TX for plaintext and NM for numeric. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getObxNr()
public java.lang.String getItemCode()
public java.lang.String getItemName()
public java.lang.String getResultValue()
public java.lang.String getUnits()
public java.lang.String getRefRange()
@Deprecated public TimeTool getDate()
public boolean isPathologic()
public HL7.RECORDTYPE getType()
public boolean isPlainText()
public boolean isNumeric()
public boolean isFormattedText()
public HL7.RESULTSTATUS getStatus()
public java.lang.String getComment()
|
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 |