|
Sun Adapter for TCP/IP HL7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HL7v3TransmissionWrapperInfoInterface
Field Summary | |
---|---|
static java.lang.String |
version
|
Method Summary | |
---|---|
java.lang.String |
getInteractionID()
Returns the interactionID The interaction identifier is a reference to the unique information interchange derived from the V3 MDF for specifying a message. |
java.lang.String |
getProcessingCode()
Returns the processingCode This attribute defines whether the message is part of a production, training, or debugging system. |
java.lang.String |
getProcessingModeCode()
Returns the ProcessingModeCode This attribute defines whether the message is being sent in current processing, archive mode, initial load mode, restore from archive mode |
boolean |
getValidateTransmissionWrapper()
Returns the boolean value |
java.lang.String |
getVersionID()
Returns the versionID This attribute is matched by the receiving system to its own version to be sure the message will be interpreted correctly |
boolean |
isValidateTransmissionWrapper()
|
void |
setInteractionID(java.lang.String interactionID)
Sets the interactionID The interaction identifier is a reference to the unique information interchange derived from the V3 MDF for specifying a message. |
void |
setProcessingCode(java.lang.String processingCode)
Sets the processingCode This attribute defines whether the message is part of a production, training, or debugging system. |
void |
setProcessingModeCode(java.lang.String processingModeCode)
Sets the ProcessingModeCode This attribute defines whether the message is being sent in current processing, archive mode, initial load mode, restore from archive mode |
void |
setValidateTransmissionWrapper(boolean b)
Sets the ValidateTransmissionWrapper flag |
void |
setVersionID(java.lang.String versionID)
Set the versionID This attribute is matched by the receiving system to its own version to be sure the message will be interpreted correctly |
Field Detail |
---|
static final java.lang.String version
Method Detail |
---|
java.lang.String getInteractionID()
void setInteractionID(java.lang.String interactionID)
interactionID
- The interactionID to setjava.lang.String getProcessingCode()
void setProcessingCode(java.lang.String processingCode)
processingCode
- The processingCode to setjava.lang.String getVersionID()
void setVersionID(java.lang.String versionID)
versionID
- The versionID to setjava.lang.String getProcessingModeCode()
void setProcessingModeCode(java.lang.String processingModeCode)
procesingModeCode
- The processingModeCode to setboolean isValidateTransmissionWrapper()
boolean getValidateTransmissionWrapper()
void setValidateTransmissionWrapper(boolean b)
b
-
|
Sun Adapter for TCP/IP HL7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |