public interface Result extends Serializable
processMessage(String)
method
processes HDR-compliant HL7 version 3.0 messages. Modifier and Type | Method and Description |
---|---|
II |
getControlActId()
Gets the control act identifier of the
ControlAct returned
by the submit(ControlAct) method. |
String |
getResponseXML()
Gets the HL7 version 3.0 application acknowledgment text, which contains
the details of the errors that occur
during message processing or the details of the success of the message
processing.
|
Integer |
getStatus()
Gets the processing status of a message.
|
String |
getTriggerEvent()
Gets the trigger event code of the persisted message.
|
void |
setControlActId(II ii)
Sets the control act identifier of the
ControlAct
returned
by the submit(ControlAct) method. |
void |
setResponseXML(String responseXML)
Sets the HL7 version 3.0 application acknowledgment text, which contains
the details of the errors that occur
during message processing or the details of the success of the message
processing.
|
void |
setStatus(Integer status)
Sets the processing status of a message.
|
void |
setTriggerEvent(String triggerEvent)
Sets the trigger event of the persisted message.
|
void setResponseXML(String responseXML)
responseXML
- Application acknowledgment text.getResponseXML()
String getResponseXML()
setResponseXML(java.lang.String)
void setStatus(Integer status)
status
- Integer flag that indicates if the message was processed
successfully. getStatus()
Integer getStatus()
Detailed description of the error value is contained within the HL7 version 3.0 application acknowledgment XML message.
Detailed description of the error value is contained within the HDR-compliant HL7 version 3.0 application acknowledgment XML message.
setStatus(java.lang.Integer)
void setTriggerEvent(String triggerEvent)
triggerEvent
- Trigger event.getTriggerEvent()
String getTriggerEvent()
PersonRegistry
message domain has the state transition
from null to active for the "activate person" event. The trigger event for
this particular
state transition is "PRPA_TE000001".setTriggerEvent(java.lang.String)
void setControlActId(II ii)
ControlAct
returned
by the submit(ControlAct)
method.ii
- Control act identifier of the persisted ControlAct
.getControlActId()
ControlAct
.II getControlActId()
ControlAct
returned
by the submit(ControlAct)
method.ControlAct
.setControlActId(oracle.hsgbu.hdr.hl7.rim.types.II)
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved