| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.hl7net.commons |
Provides Interfaces which are required to be implemented by Session classes,
Network Agents & MessageAgents of Client Server.
|
| cdac.medinfo.sdk.hl7282.hl7net.upperlayer |
Provides classes which interact with application layer and base network layer.
|
| cdac.medinfo.sdk.hl7282.utils |
Provides collection framework, collection classes, internationalization
and miscellaneous utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IDataNotificationListener.notifyData(Message objIMessage,
EnumErrorCode enumErrorCode)
Adds Data Notification Listeners to Receive Message.
|
| Modifier and Type | Method and Description |
|---|---|
EnumErrorCode |
UserSession.getErrorCode()
Retrieves Error Code of received message.
|
EnumErrorCode |
ClientSession.getErrorCode()
Retrieves Error Code after receiving Message Coming from Remote end
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserSession.notifyData(Message objReceivedMessage,
EnumErrorCode enumErrorCode)
Invoked when Message is received from Remote End.
|
void |
ClientSession.notifyData(Message objMessage,
EnumErrorCode enumErrorCode)
Invoked when Message is received from Remote end.
|
void |
UserSession.setErrorCode(EnumErrorCode enumErrorCode)
Sets Error Code of received
|
| Modifier and Type | Field and Description |
|---|---|
EnumErrorCode |
LogTemplate.enumErrorCode |
| Modifier and Type | Method and Description |
|---|---|
EnumErrorCode |
HL7Exception.getErrorCode()
Retrieves Error Code.
|
static EnumErrorCode |
EnumErrorCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumErrorCode[] |
EnumErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogTemplate.setErrorCode(EnumErrorCode enumErrorCode)
Sets the ErrorCode.
|
void |
HL7Exception.setErrorCode(EnumErrorCode enumErrorCode)
Sets Error Code corresponding to exception occured.
|