|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.vmdb.hl7.HL7Object | +--org.vmdb.hl7.HL7SegmentContainer | +--org.vmdb.hl7.HL7Message | +--org.vmdb.hl7.RSPMessage
Description: HL7 Network Connectivity For VMDB.
Copyright: Copyright (c) 2002-2003.
Company: Veterinary Medical Database (VMDB).
This is a quickly assembled message type used to demonstrate extensibility of the general library model. A more production ready solution would have been to develope a full, general purpose QBP/RSP pair of messages and extend them to the specific case of the QBP-Z01 defined here, but the point was to show a quick and easy extension example.
Constructor Summary | |
RSPMessage()
Construct an empty RSP Message with type and event set. |
Method Summary | |
java.lang.String |
getAcknowledgmentCode()
Get the message Acknowledgment Code. |
ERRSegment |
getERR()
Get the Error segment from this message |
MSASegment |
getMSA()
Get the Message Acknowledgment segment from this message |
OBXSegment |
getOBX()
Get the Observation segment (containing results) from this message |
java.lang.String |
getOriginalMessageControlId()
Get the message control id in the MSA (ie sender's mcId). |
double |
getPrevalenceRate()
Get the value in the observation segment which in this case is defined to include the prevalence of the submitted diagnosis in animals like the one described in the submitted PID segment. |
QAKSegment |
getQAK()
Get the Query Acknowledgment segment from this message |
QPDSegment |
getQPD()
Get the Input Parameter Field Description and Commentary segment from this message |
void |
setAcknowledgmentCode(java.lang.String sAcknowledgmentCode)
Set the message Acknowledgment Code. |
void |
setOriginalMessageControlId(java.lang.String sMessageControlId)
Set the message control id in the MSA (ie sender's mcId). |
void |
setPrevalenceRate(double dPrev)
Set the value in the observation segment which in this case is defined to include the prevalence of the submitted diagnosis in animals like the one described in the submitted PID segment. |
Methods inherited from class org.vmdb.hl7.HL7SegmentContainer |
findSegment, listsSegments, setSeparators, toString |
Methods inherited from class org.vmdb.hl7.HL7Object |
getRule |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RSPMessage()
Method Detail |
public MSASegment getMSA()
public ERRSegment getERR()
public QAKSegment getQAK()
public QPDSegment getQPD()
public OBXSegment getOBX()
public void setAcknowledgmentCode(java.lang.String sAcknowledgmentCode)
public java.lang.String getAcknowledgmentCode()
public void setOriginalMessageControlId(java.lang.String sMessageControlId)
public java.lang.String getOriginalMessageControlId()
public void setPrevalenceRate(double dPrev)
dPrev
- The prevalence rate as a double type numeric.public double getPrevalenceRate()
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |