|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RequestObjectBuilder
Provides method(s) to create an eAttest WS request. Default impl :
ResponseObjectBuilderImpl Factory : RequestObjectBuilderFactory
| Method Summary | |
|---|---|
CancelAttestBuilderRequest |
buildCancelAttestationRequest(boolean isTest,
InputReference references,
Ssin ssin,
org.joda.time.DateTime referenceDate,
Kmehrmessage kmehrmessage)
Create the CancelAttestationRequest that will be sent to the EHealth Web service and checks validity against the corresponding XSD |
SendAttestBuilderRequest |
buildSendAttestationRequest(boolean isTest,
InputReference references,
Ssin ssin,
org.joda.time.DateTime referenceDate,
Kmehrmessage kmehrmessage)
Creates the SendAttestationRequest that will be sent to the EHealth Web service and checks validity against the corresponding XSD |
| Method Detail |
|---|
SendAttestBuilderRequest buildSendAttestationRequest(boolean isTest,
InputReference references,
Ssin ssin,
org.joda.time.DateTime referenceDate,
Kmehrmessage kmehrmessage)
throws AttestBusinessConnectorException,
TechnicalConnectorException
isTest - indicates if this is a test or notssin - the ssin of the the patientreferenceDate - the reference datekmehrmessage - the kmehr message specifying the attestation to send
AttestBusinessConnectorException
TechnicalConnectorException
CancelAttestBuilderRequest buildCancelAttestationRequest(boolean isTest,
InputReference references,
Ssin ssin,
org.joda.time.DateTime referenceDate,
Kmehrmessage kmehrmessage)
throws AttestBusinessConnectorException,
TechnicalConnectorException
isTest - indicates if this is a test or notssin - the ssin of the the patientreferenceDate - the reference datekmehrmessage - the kmehr message specifying the attestation to send
AttestBusinessConnectorException
TechnicalConnectorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||