|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.elexis.hl7.HL7Parser
ch.elexis.hl7.v22.HL7_ORU_R01
public class HL7_ORU_R01
Field Summary |
---|
Fields inherited from class ch.elexis.hl7.HL7Parser |
---|
COMMENT_GROUP, COMMENT_NAME, receivingApplication1, receivingApplication3, receivingFacility, sendingApplication1, sendingApplication3 |
Constructor Summary | |
---|---|
HL7_ORU_R01()
Default constructor |
|
HL7_ORU_R01(java.lang.String sendingApplication1,
java.lang.String sendingApplication3,
java.lang.String receivingApplication1,
java.lang.String receivingApplication3,
java.lang.String receivingFacility,
java.lang.String uniqueMessageControlID,
java.lang.String uniqueProcessingID,
HL7Mandant mandant)
Constructs a new message |
Method Summary | |
---|---|
java.lang.String |
getVersion()
Returns version of HL7 |
ca.uhn.hl7v2.model.v22.message.ORU_R01 |
read(java.lang.String text,
boolean readWithValidation)
Reads an ORU_R01 HL7 file |
ObservationMessage |
readObservation(java.lang.String text)
Reads an observation from the ORU_R01 HL7 message |
ObservationMessage |
readObservation(java.lang.String text,
boolean readWithValidation)
Reads an observation from the ORU_R01 HL7 message |
Methods inherited from class ch.elexis.hl7.HL7Parser |
---|
addAddressToXAD, addError, addKontaktToXPN, addPhone1ToXTN, addPhone2ToXTN, addWarning, clearMessages, fillMSH, fillORC, fillPID, getErrorList, getWarningList |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HL7_ORU_R01()
public HL7_ORU_R01(java.lang.String sendingApplication1, java.lang.String sendingApplication3, java.lang.String receivingApplication1, java.lang.String receivingApplication3, java.lang.String receivingFacility, java.lang.String uniqueMessageControlID, java.lang.String uniqueProcessingID, HL7Mandant mandant)
sendingApplication1
- Value for MSH3.1sendingApplication3
- Value for MSH3.3receivingApplication1
- Value for MSH5.1receivingApplication3
- Value for MSH5.3receivingFacility
- Value for MSH6.1uniqueMessageControlID
- Value for MSH10uniqueProcessingID
- Value for MSH11mandant
- Value for MSH4Method Detail |
---|
public ca.uhn.hl7v2.model.v22.message.ORU_R01 read(java.lang.String text, boolean readWithValidation) throws ca.uhn.hl7v2.HL7Exception
text
- ISO-8559-1 StringreadWithValidation
- True for parsing with validation, False for parsing without validation
ca.uhn.hl7v2.HL7Exception
public ObservationMessage readObservation(java.lang.String text) throws java.io.IOException, ca.uhn.hl7v2.parser.EncodingNotSupportedException, ca.uhn.hl7v2.HL7Exception, java.text.ParseException
text
- ISO-8559-1 String
java.io.IOException
ca.uhn.hl7v2.parser.EncodingNotSupportedException
ca.uhn.hl7v2.HL7Exception
java.text.ParseException
public ObservationMessage readObservation(java.lang.String text, boolean readWithValidation) throws java.io.IOException, ca.uhn.hl7v2.parser.EncodingNotSupportedException, ca.uhn.hl7v2.HL7Exception, java.text.ParseException
text
- ISO-8559-1 String
java.io.IOException
ca.uhn.hl7v2.parser.EncodingNotSupportedException
ca.uhn.hl7v2.HL7Exception
java.text.ParseException
public java.lang.String getVersion()
HL7Parser
getVersion
in class HL7Parser
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |