public final class ServiceFactory extends AbstractSessionServiceFactory
EhealthBoxServiceV3
.
easiest way to use ehealthBox. it provide a service initializing the session with default params and url.
you must have a properties file called be.ehealth.technicalconnector.properties that contains following keys
validation.incoming.ehbox.v3.message=true endpoint.ehbox.consultation.v3=https://services-acpt.ehealth.fgov.be/ehBoxConsultation/v3
endpoint.ehbox.publication.v3=https://services-acpt.ehealth.fgov.be/ehBoxPublication/v3 KEYSTORE_DIR= test.session.user=
test.session.firstname= test.session.lastname= test.session.password=
next, you just have to call like this exemple EhealthBoxServiceV3 service = ServiceFactory.getEhealthBoxServiceV3();
use BuilderFactory
to build request Object to correct format.Modifier and Type | Method and Description |
---|---|
static Eh2eBoxServiceV3 |
getEhealthBox2eBoxServiceV3()
Gets the eHealth Box service V3.
|
static EhealthBoxServiceV3 |
getEhealthBoxServiceV3()
Gets the eHealth Box service V3.
|
flushCache
public static EhealthBoxServiceV3 getEhealthBoxServiceV3() throws ConnectorException
ConnectorException
public static Eh2eBoxServiceV3 getEhealthBox2eBoxServiceV3() throws ConnectorException
ConnectorException
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.