public final class DefaultImplementationForgeneralPractitioner extends Object
Modifier and Type | Method and Description |
---|---|
static PutTherapeuticLinkRequest |
createDefaultTherapeuticLinkWithEidReading()
Creates a new
PutTherapeuticLinkRequest , it will use the info from the patients eid card and the enduser in the current
session. |
static PutTherapeuticLinkRequest |
createDefaultTherapeuticLinkWithEidSigning()
Creates a new
PutTherapeuticLinkRequest , it will use the info from the patients eid card and the enduser in the current
session. |
static PutTherapeuticLinkRequest |
createDefaultTherapeuticLinkWithIsiReading(Patient patient)
Creates a new
PutTherapeuticLinkRequest , it will use the info from the enduser in the current session. |
static PutTherapeuticLinkRequest |
createDefaultTherapeuticLinkWithSisReading(Patient patient)
Creates a new
PutTherapeuticLinkRequest , it will use the info from the enduser in the current session. |
public static PutTherapeuticLinkRequest createDefaultTherapeuticLinkWithEidReading() throws TechnicalConnectorException, TherLinkBusinessConnectorException, InstantiationException
PutTherapeuticLinkRequest
, it will use the info from the patients eid card and the enduser in the current
session. It requires an active session and an inserted eid card from the patient.
default link type is gpconsultation default patient info are read from current active eID default hcParty info are read from
current active session default start date is current date the end date will be calculated by the webservice depending on the
current business rules. the proof will be build with eid readingPutTherapeuticLinkRequest
TechnicalConnectorException
- if there is a technical errorTherLinkBusinessConnectorException
- if there is a therapeutic link specific business errorInstantiationException
- if the config could not be read correctlypublic static PutTherapeuticLinkRequest createDefaultTherapeuticLinkWithEidSigning() throws TechnicalConnectorException, TherLinkBusinessConnectorException, InstantiationException
PutTherapeuticLinkRequest
, it will use the info from the patients eid card and the enduser in the current
session. It requires an active session and an inserted eid card from the patient. the patient will be asked to give his pin code.
default link type is gpconsultation default patient info are read from current active eID default hcParty info are read from
current active session default start date is current date the end date will be calculated by the webservice depending on the
current business rules. the proof will be build with eid signingPutTherapeuticLinkRequest
TechnicalConnectorException
- if there is a technical errorTherLinkBusinessConnectorException
- if there is a therapeutic link specific business errorInstantiationException
- if the config could not be read correctlypublic static PutTherapeuticLinkRequest createDefaultTherapeuticLinkWithSisReading(Patient patient) throws TherLinkBusinessConnectorException, TechnicalConnectorException, InstantiationException
PutTherapeuticLinkRequest
, it will use the info from the enduser in the current session. It requires an active
session. you will need to provide a patient object with a filled niss number and sis card number.
default link type is gpconsultation default hcParty info are read from current active session default start date is current
date the end date will be calculated by the webservice depending on the current business rules. the proof will be build with sis
readingpatient
- Patient
object , with niss and sis card number filled out.PutTherapeuticLinkRequest
TechnicalConnectorException
- if there is a technical errorTherLinkBusinessConnectorException
- if there is a therapeutic link specific business errorInstantiationException
- if the config could not be read correctlypublic static PutTherapeuticLinkRequest createDefaultTherapeuticLinkWithIsiReading(Patient patient) throws TherLinkBusinessConnectorException, TechnicalConnectorException, InstantiationException
PutTherapeuticLinkRequest
, it will use the info from the enduser in the current session. It requires an active
session. you will need to provide a patient object with a filled niss number and isi+ card number.
default link type is gpconsultation default hcParty info are read from current active session default start date is current
date the end date will be calculated by the webservice depending on the current business rules. the proof will be build with isi
card readingpatient
- Patient
object , with niss and sis card number filled out.PutTherapeuticLinkRequest
TechnicalConnectorException
- if there is a technical errorTherLinkBusinessConnectorException
- if there is a therapeutic link specific business errorInstantiationException
- if the config could not be read correctly
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.