|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openhealthexchange.openpixpdq.data.MessageHeader
public class MessageHeader
This class represents a HL7 message header.
| Constructor Summary | |
|---|---|
MessageHeader()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getMessageCode()
Gets messageCode. |
java.lang.String |
getMessageStructure()
Gets messageStructure. |
java.util.Calendar |
getMessgeDate()
Gets messgeDate. |
com.misyshealthcare.connect.net.Identifier |
getReceivingApplication()
Gets receivingApplication. |
com.misyshealthcare.connect.net.Identifier |
getReceivingFacility()
Gets receivingFacility. |
com.misyshealthcare.connect.net.Identifier |
getSendingApplication()
Gets sendingApplication. |
com.misyshealthcare.connect.net.Identifier |
getSendingFacility()
Gets sendingFacility. |
java.lang.String |
getTriggerEvent()
Gets triggerEvent. |
int |
hashCode()
|
void |
setMessageCode(java.lang.String messageCode)
Sets messageCode. |
void |
setMessageStructure(java.lang.String messageStructure)
Sets messageStructure. |
void |
setMessgeDate(java.util.Calendar messgeDate)
Sets messgeDate. |
void |
setReceivingApplication(com.misyshealthcare.connect.net.Identifier receivingApplication)
Sets receivingApplication. |
void |
setReceivingFacility(com.misyshealthcare.connect.net.Identifier receivingFacility)
Sets receivingFacility. |
void |
setSendingApplication(com.misyshealthcare.connect.net.Identifier sendingApplication)
Sets sendingApplication. |
void |
setSendingFacility(com.misyshealthcare.connect.net.Identifier sendingFacility)
Sets sendingFacility. |
void |
setTriggerEvent(java.lang.String triggerEvent)
Sets triggerEvent. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MessageHeader()
| Method Detail |
|---|
public com.misyshealthcare.connect.net.Identifier getSendingFacility()
public void setSendingFacility(com.misyshealthcare.connect.net.Identifier sendingFacility)
sendingFacility - the sendingFacility to setpublic com.misyshealthcare.connect.net.Identifier getSendingApplication()
public void setSendingApplication(com.misyshealthcare.connect.net.Identifier sendingApplication)
sendingApplication - the sendingApplication to setpublic com.misyshealthcare.connect.net.Identifier getReceivingFacility()
public void setReceivingFacility(com.misyshealthcare.connect.net.Identifier receivingFacility)
receivingFacility - the receivingFacility to setpublic com.misyshealthcare.connect.net.Identifier getReceivingApplication()
public void setReceivingApplication(com.misyshealthcare.connect.net.Identifier receivingApplication)
receivingApplication - the receivingApplication to setpublic java.lang.String getMessageCode()
public void setMessageCode(java.lang.String messageCode)
messageCode - the messageCode to setpublic java.lang.String getTriggerEvent()
public void setTriggerEvent(java.lang.String triggerEvent)
triggerEvent - the triggerEvent to setpublic java.lang.String getMessageStructure()
public void setMessageStructure(java.lang.String messageStructure)
messageStructure - the messageStructure to setpublic java.util.Calendar getMessgeDate()
public void setMessgeDate(java.util.Calendar messgeDate)
messgeDate - the messgeDate to setpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||