public interface Hl7GazelleMessageValidationInterface
Gazelle Implementation
Method Summary | |
---|---|
void |
clearResultsCache()
The web service will cache the Summary and Detailed results. |
java.lang.String |
getDetailedResults(java.lang.String objectOID)
This method is used to return the Detailed validation results. |
java.lang.String |
getSummaryResults(java.lang.String objectOID)
This method is used to return the Summary validation results. |
java.lang.String |
getValidationServiceStatus()
This method is used to return the status of the external validation web service. |
java.lang.String |
validateMessage(java.lang.String objectOID,
java.lang.String xmlReferencedStandard,
java.lang.String xmlValidationContext,
java.lang.String xmlMessageMetaData,
java.lang.String xmlMessage)
This method is used to validate a message |
Method Detail |
---|
java.lang.String validateMessage(java.lang.String objectOID, java.lang.String xmlReferencedStandard, java.lang.String xmlValidationContext, java.lang.String xmlMessageMetaData, java.lang.String xmlMessage)
objectOID
- unique identifier for the object being validatedxmlReferencedStandard
- The Referenced Standard defines which protocol the xmlMessage
or ER7Message represents and the Standard expected to be supported by the EVS.xmlValidationContext
- The Validation Context is used to initialize the EVS or prime itxmlMessageMetaData
- The MessageMetaData is Standard specific meta data about the
message being validated.xmlMessage
- The message is the XML/ER7 representation of the message to be validated.
This will be Standard specific.
java.lang.String getSummaryResults(java.lang.String objectOID)
objectGuid
- unique identifier for the object being validated
java.lang.String getDetailedResults(java.lang.String objectOID)
objectGuid
- unique identifier for the object being validated
void clearResultsCache()
java.lang.String getValidationServiceStatus()