|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ohf.hl7v2.core.utilities.Worker
org.eclipse.ohf.hl7v2.core.message.model.Node
org.eclipse.ohf.hl7v2.core.message.model.ModelProvider
org.eclipse.ohf.hl7v2.core.message.model.Message
org.eclipse.ohf.ihe.common.hl7v2.message.PixPdqMessage
public abstract class PixPdqMessage
| Field Summary |
|---|
| Fields inherited from class org.eclipse.ohf.hl7v2.core.message.model.Node |
|---|
MODE_TYPE_SEGMENT, NODE_TYPE_COMPONENT, NODE_TYPE_FIELD, NODE_TYPE_LIST, NODE_TYPE_MESSAGE, NODE_TYPE_SUBCOMPONENT |
| Fields inherited from class org.eclipse.ohf.hl7v2.core.utilities.Worker |
|---|
hecAccepted, hecApplicationError, hecBadField, hecBadMessage, hecBadSegCode, hecConformance, hecDataTypeError, hecDefinitionError, hecDuplicateKey, hecDuplicateMsgId, hecHL7LibraryError, hecInternalError, hecNoDefinitions, hecNoTableValue, hecRecordLocked, hecRequiredField, hecRequiredSeg, hecSequenceError, hecSuperfluousSeg, hecUnknownKey, hecUnsEvntCode, hecUnsMsgType, hecUnsProcID, hecUnsVersion, hecValidationFailed, hecXML |
| Constructor Summary | |
|---|---|
PixPdqMessage()
|
|
| Method Summary | |
|---|---|
void |
changeDefaultCharacterSet(java.lang.String charSet)
MSH-18 Character Set This field contains the character set for the entire message. |
void |
changeDefaultControlId(java.lang.String controlId)
MSH-10 Control ID This field contains a number or other identifier that uniquely identifies the message. |
void |
changeDefaultProcessEnvironment(java.lang.String environment)
MSH-11 Processing ID This field is used to decide whether to process the message as defined in HL7 Application (level 7) Processing rules. |
void |
changeDefaultReceivingApplication(java.lang.String namespaceId,
java.lang.String universalId,
java.lang.String universalIdType)
MSH-5 Receiving Application This field uniquely identifies the receiving application among all other applications within the network enterprise. |
void |
changeDefaultRecievingFacility(java.lang.String namespaceId,
java.lang.String universalId,
java.lang.String universalIdType)
MSH-6 Receiving Facility This field identifies the receiving application among multiple identical instances of the application running on behalf of different organizations. |
void |
changeDefaultSendingApplication(java.lang.String namespaceId,
java.lang.String universalId,
java.lang.String universalIdType)
MSH-3 Sending Application This field uniquely identifies the sending application among all other applications within the network enterprise. |
void |
changeDefaultSendingFacility(java.lang.String namespaceId,
java.lang.String universalId,
java.lang.String universalIdType)
MSH-4 Sending Facility This field further describes the sending application, MSH-3-sending application. |
java.lang.String[] |
getCharacterSet()
MSH-18 Character Set This field contains the character set for the entire message. |
java.lang.String |
getMessageControlID()
MSH-10 Message Control ID This field contains a number or other identifier that uniquely identifies the message. |
java.lang.String[] |
getProcessEnvironment()
MSH-11 Processing ID This field is used to decide whether to process the message as defined in HL7 Application (level 7) Processing rules. |
java.lang.String[] |
getReceivingApplication()
MSH-5 Receiving Application This field uniquely identifies the receiving application among all other applications within the network enterprise. |
java.lang.String[] |
getReceivingFacility()
MSH-6 Receiving Facility This field identifies the receiving application among multiple identical instances of the application running on behalf of different organizations. |
java.lang.String[] |
getSendingApplication()
MSH-3 Sending Application This field uniquely identifies the sending application among all other applications within the network enterprise. |
java.lang.String[] |
getSendingFacility()
MSH-4 Sending Facility This field further describes the sending application, MSH-3-sending application. |
void |
setField(java.lang.String path,
java.lang.String data)
Updates message object structure directly. |
void |
setNonNullElement(java.lang.String alias,
java.lang.String msgDefault)
If value not found in config file (conformance profile), set initial default value. |
| Methods inherited from class org.eclipse.ohf.hl7v2.core.message.model.Message |
|---|
addMSHFromFields, addMSHFromFields, bindToMSH, clear, clearContent, elementName, equals, forceElement, getDefaultFormat, getDelimiters, getElement, getEvent, getMessageId, getMessageType, getSegments, getStructId, getStructure, hasStructId, resolveVariableTypes, setDefaultFormat, setDelimiters, setEvent, setMessageId, setMessageType, setStructId, testIsElement |
| Methods inherited from class org.eclipse.ohf.hl7v2.core.message.model.ModelProvider |
|---|
getDefinitions, getVersion, getVersionDefinition, setDefinitions, setVersion |
| Methods inherited from class org.eclipse.ohf.hl7v2.core.message.model.Node |
|---|
getOwner, hasOwner, isElement, setOwner |
| Methods inherited from class org.eclipse.ohf.hl7v2.core.utilities.Worker |
|---|
condition |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PixPdqMessage()
| Method Detail |
|---|
public java.lang.String[] getSendingApplication()
throws PixPdqMessageException
PixPdqMessageException
public void changeDefaultSendingApplication(java.lang.String namespaceId,
java.lang.String universalId,
java.lang.String universalIdType)
throws PixPdqMessageException
namespaceId - (assigningAuthority > namespaceId)universalId - (assigningAuthority > universalId)universalIdType - (assigningAuthority > universalIdType)
PixPdqMessageException
public java.lang.String[] getSendingFacility()
throws PixPdqMessageException
PixPdqMessageException
public void changeDefaultSendingFacility(java.lang.String namespaceId,
java.lang.String universalId,
java.lang.String universalIdType)
throws PixPdqMessageException
namespaceId - (assigningAuthority > namespaceId)universalId - (assigningAuthority > universalId)universalIdType - (assigningAuthority > universalIdType)
PixPdqMessageException
public java.lang.String[] getReceivingApplication()
throws PixPdqMessageException
PixPdqMessageException
public void changeDefaultReceivingApplication(java.lang.String namespaceId,
java.lang.String universalId,
java.lang.String universalIdType)
throws PixPdqMessageException
namespaceId - (assigningAuthority > namespaceId)universalId - (assigningAuthority > universalId)universalIdType - (assigningAuthority > universalIdType)
PixPdqMessageException
public java.lang.String[] getReceivingFacility()
throws PixPdqMessageException
PixPdqMessageException
public void changeDefaultRecievingFacility(java.lang.String namespaceId,
java.lang.String universalId,
java.lang.String universalIdType)
throws PixPdqMessageException
namespaceId - (assigningAuthority > namespaceId)universalId - (assigningAuthority > universalId)universalIdType - (assigningAuthority > universalIdType)
PixPdqMessageException
public java.lang.String getMessageControlID()
throws PixPdqMessageException
PixPdqMessageException
public void changeDefaultControlId(java.lang.String controlId)
throws PixPdqMessageException
controlId -
PixPdqMessageException
public java.lang.String[] getProcessEnvironment()
throws PixPdqMessageException
PixPdqMessageException
public void changeDefaultProcessEnvironment(java.lang.String environment)
throws PixPdqMessageException
environment -
PixPdqMessageException
public java.lang.String[] getCharacterSet()
throws PixPdqMessageException
PixPdqMessageException
public void changeDefaultCharacterSet(java.lang.String charSet)
throws PixPdqMessageException
charSet - see HL7 Table 0211 - Alternate character sets for allowed values
PixPdqMessageException
public void setField(java.lang.String path,
java.lang.String data)
throws PixPdqMessageException
path - - segment and field (ex MSH-11 or MSH-9-3)data - - value for field
ClientException
PixSourceException
PixPdqMessageException
public void setNonNullElement(java.lang.String alias,
java.lang.String msgDefault)
throws PixPdqMessageException
alias - - segment and field (ex MSH-11 or MSH-9-3)msgDefault - - value for field
PdqConsumerException
PixPdqMessageException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||