|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CivicsService
The Business Connector for General Practitioners provides a simplified interface to access the CIVICS service by providing the following functionality:
Pre-Requisites:
An active and valid eHealth-platform session (initiated via the Session Management component)
CivicsServiceImpl
Factory : CivicsSessionServiceFactory
Method Summary | |
---|---|
FindCNKResponse |
findCNK(FindCNKRequest request)
The final operation 'Find Reimbursement Conditions' returns all information on prices and reimbursement amounts. |
FindParagraphTextResponse |
findParagraphText(ParagraphAndVersesRequestType request)
The 'Find Paragraph Text' operation is responsible for fetching the textual part and related data with regards to reimbursement stipulations. |
FindReimbursementConditionsResponse |
findReimbursementConditions(FindReimbursementConditionsRequest request)
The final operation 'Find Reimbursement Conditions' returns all information on prices and reimbursement amounts. |
GetAddedDocumentsResponse |
getAddedDocuments(ParagraphAndVersesRequestType request)
The 'Get Added Documents' operation returns the description and identification of the structured forms annexed to a paragraph, including the URL referencing the NIHDI-website where the forms can be consulted or downloaded. |
GetParagraphExclusionsResponse |
getParagraphExclusions(ParagraphRequestType request)
Some specialties may not be reimbursed in combination with other administered specialties for which there already is a refund agreement. |
GetParagraphIncludedSpecialitiesResponse |
getParagraphIncludedSpecialties(ParagraphRequestType request)
The 'Get Paragraph Included Specialties' operation returns all specialties which are reimbursed within the requested paragraph. |
GetProfessionalAuthorisationsResponse |
getProfessionalAuthorizations(GetProfessionalAuthorisationsRequest request)
Certain paragraphs stipulate requirements concerning the professional qualification of the physician-prescriber. |
Method Detail |
---|
FindParagraphTextResponse findParagraphText(ParagraphAndVersesRequestType request) throws TechnicalConnectorException, CivicsBusinessConnectorException, SessionManagementException
The 'Find Paragraph Text' operation is responsible for fetching the textual part and related data with regards to reimbursement stipulations.
It returns the formal textual conditions from the legislation.
request
- Paragraph based search request for reimbursement conditions.
TechnicalConnectorException
- the technical connector exception
CivicsBusinessConnectorException
SessionManagementException
GetParagraphIncludedSpecialitiesResponse getParagraphIncludedSpecialties(ParagraphRequestType request) throws CivicsBusinessConnectorException, TechnicalConnectorException, SessionManagementException
The 'Get Paragraph Included Specialties' operation returns all specialties which are reimbursed within the requested paragraph.
request
- Paragraph based search request for reimbursement conditions.
CivicsBusinessConnectorException
TechnicalConnectorException
SessionManagementException
GetParagraphExclusionsResponse getParagraphExclusions(ParagraphRequestType request) throws TechnicalConnectorException, CivicsBusinessConnectorException, SessionManagementException
Some specialties may not be reimbursed in combination with other administered specialties for which there already is a refund agreement. This operation allows retrieving such exclusions.
The restrictions returned by the 'Get Paragraph Exclusions' operation are structured in a manner that allows immediate interpretation. All specialties are listed which cannot be reimbursed simultaneously with the refundable specialties inherent to the requested paragraph.
request
- Paragraph based search request for reimbursement conditions.
TechnicalConnectorException
- the technical connector exception
CivicsBusinessConnectorException
SessionManagementException
GetProfessionalAuthorisationsResponse getProfessionalAuthorizations(GetProfessionalAuthorisationsRequest request) throws TechnicalConnectorException, CivicsBusinessConnectorException, SessionManagementException
Certain paragraphs stipulate requirements concerning the professional qualification of the physician-prescriber.
A qualification list is returned that contains the professional codes known by the NIHDI or even the name of the authorized prescriber himself.
request
- Request element for the Get Professional Authorizations Request operation.
TechnicalConnectorException
- the technical connector exception
CivicsBusinessConnectorException
SessionManagementException
GetAddedDocumentsResponse getAddedDocuments(ParagraphAndVersesRequestType request) throws TechnicalConnectorException, CivicsBusinessConnectorException, SessionManagementException
The 'Get Added Documents' operation returns the description and identification of the structured forms annexed to a paragraph, including the URL referencing the NIHDI-website where the forms can be consulted or downloaded.
request
- Paragraph based search request for reimbursement conditions.
TechnicalConnectorException
- the technical connector exception
CivicsBusinessConnectorException
SessionManagementException
FindReimbursementConditionsResponse findReimbursementConditions(FindReimbursementConditionsRequest request) throws TechnicalConnectorException, CivicsBusinessConnectorException, SessionManagementException
The final operation 'Find Reimbursement Conditions' returns all information on prices and reimbursement amounts. This information can be obtained on all specialities in a specific paragraph or on a specific specialty appearing in various paragraphs.
request
- Paragraph based search request for reimbursement conditions.
TechnicalConnectorException
- the technical connector exception
CivicsBusinessConnectorException
SessionManagementException
FindCNKResponse findCNK(FindCNKRequest request) throws TechnicalConnectorException, CivicsBusinessConnectorException, SessionManagementException
The final operation 'Find Reimbursement Conditions' returns all information on prices and reimbursement amounts. This information can be obtained on all specialities in a specific paragraph or on a specific specialty appearing in various paragraphs.
request
- Paragraph based search request for reimbursement conditions.
TechnicalConnectorException
- the technical connector exception
CivicsBusinessConnectorException
SessionManagementException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |