be.ehealth.businessconnector.chapterIV.service
Interface ChapterIVService

All Known Implementing Classes:
ChapterIVServiceImpl

public interface ChapterIVService

Interface for all Chapter IV service Default impl : ChapterIVServiceImpl Factory : ServiceFactory


Method Summary
 AskChap4MedicalAdvisorAgreementResponse askChap4MedicalAdvisorAgreement(SAMLToken token, AskChap4MedicalAdvisorAgreementRequest request)
          returns the AskChap4MedicalAdvisorAgreementResponse.
 ConsultChap4MedicalAdvisorAgreementResponse consultChap4MedicalAdvisorAgreement(SAMLToken token, ConsultChap4MedicalAdvisorAgreementRequest request)
          returns the ConsultChap4MedicalAdvisorAgreementResponse.
 

Method Detail

consultChap4MedicalAdvisorAgreement

ConsultChap4MedicalAdvisorAgreementResponse consultChap4MedicalAdvisorAgreement(SAMLToken token,
                                                                                ConsultChap4MedicalAdvisorAgreementRequest request)
                                                                                throws ChapterIVBusinessConnectorException,
                                                                                       TechnicalConnectorException,
                                                                                       SessionManagementException
returns the ConsultChap4MedicalAdvisorAgreementResponse. it only needs the SamlToken, no session needs to be active.

Parameters:
token -
request -
Returns:
a ConsultChap4MedicalAdvisorAgreementResponse
Throws:
ChapterIVBusinessConnectorException
TechnicalConnectorException
SessionManagementException

askChap4MedicalAdvisorAgreement

AskChap4MedicalAdvisorAgreementResponse askChap4MedicalAdvisorAgreement(SAMLToken token,
                                                                        AskChap4MedicalAdvisorAgreementRequest request)
                                                                        throws ChapterIVBusinessConnectorException,
                                                                               TechnicalConnectorException,
                                                                               SessionManagementException
returns the AskChap4MedicalAdvisorAgreementResponse. it only needs the SamlToken, no session needs to be active.

Parameters:
token -
request -
Returns:
a AskChap4MedicalAdvisorAgreementResponse
Throws:
ChapterIVBusinessConnectorException
TechnicalConnectorException
SessionManagementException



Connector Business ORGPHARMACY 3.11.1 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.