|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Patient in be.ehealth.business.common.domain |
---|
Methods in be.ehealth.business.common.domain that return Patient | |
---|---|
Patient |
Patient.Builder.build()
build the patient object and checks for parameters integrity |
Constructors in be.ehealth.business.common.domain with parameters of type Patient | |
---|---|
Patient.Builder(Patient existingPatient)
Builder with existing (template) patient object. |
Uses of Patient in be.ehealth.business.common.util |
---|
Methods in be.ehealth.business.common.util that return Patient | |
---|---|
static Patient |
EidUtils.readFromEidCard()
retrieves from eidcard with default scope. |
static Patient |
EidUtils.readFromEidCard(String scope)
retrieves from eidcard to build a Patient object |
Uses of Patient in be.ehealth.business.mycarenetdomaincommons.builders |
---|
Methods in be.ehealth.business.mycarenetdomaincommons.builders with parameters of type Patient | |
---|---|
Routing |
CommonBuilder.createRouting(Patient patientInfo,
org.joda.time.DateTime refDate)
Creates Routing object with given parameters. |
Uses of Patient in be.ehealth.business.mycarenetdomaincommons.builders.impl |
---|
Methods in be.ehealth.business.mycarenetdomaincommons.builders.impl with parameters of type Patient | |
---|---|
Routing |
AbstractCommonBuilderImpl.createRouting(Patient patientInfo,
org.joda.time.DateTime refDate)
Create the Routing with the patientInfo |
Uses of Patient in be.ehealth.businessconnector.therlink |
---|
Methods in be.ehealth.businessconnector.therlink with parameters of type Patient | |
---|---|
static PutTherapeuticLinkRequest |
DefaultImplementationForgeneralPractitioner.createDefaultTherapeuticLinkWithIsiReading(Patient patient)
Creates a new PutTherapeuticLinkRequest , it will use the info from the enduser in the current session. |
static PutTherapeuticLinkRequest |
DefaultImplementationForgeneralPractitioner.createDefaultTherapeuticLinkWithSisReading(Patient patient)
Creates a new PutTherapeuticLinkRequest , it will use the info from the enduser in the current session. |
Uses of Patient in be.ehealth.businessconnector.therlink.builders |
---|
Methods in be.ehealth.businessconnector.therlink.builders with parameters of type Patient | |
---|---|
PutTherapeuticLinkRequest |
RequestObjectBuilder.createPutTherapeuticLinkRequest(org.joda.time.DateTime endDate,
Patient patient,
HcParty concernedHealthCareProfessionel,
String therLinkType,
String comment,
Proof... proofs)
Creates a new PutTherapeuticLinkRequest |
PutTherapeuticLinkRequest |
RequestObjectBuilder.createPutTherapeuticLinkRequest(Patient patient,
HcParty concernedHealthCareProfessionel,
Date endDate,
String therLinkType,
String comment,
Proof... proofs)
Deprecated. |
PutTherapeuticLinkRequest |
RequestObjectBuilder.createPutTherapeuticLinkRequest(Patient patient,
HcParty hcp,
String therLinkType,
Proof proof)
Creates a putTherapeuticLinkRequest enddate & comment are null by default |
RevokeTherapeuticLinkRequest |
RequestObjectBuilder.createRevokeTherapeuticLinkRequest(org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
Patient patient,
HcParty hcp,
String therLinkType,
String commentAboutRevokal,
Proof... proofs)
Creates a RevokeTherapeuticLinkRequest |
RevokeTherapeuticLinkRequest |
RequestObjectBuilder.createRevokeTherapeuticLinkRequest(Patient patient,
HcParty hcp,
Date startDate,
Date endDate,
String therLinkType,
String commentAboutRevokal,
Proof... proofs)
Deprecated. |
TherapeuticLink |
CommonObjectBuilder.createTherapeuticLink(org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
Patient patient,
String hcpType,
String therLinkType,
String comment,
HcParty concernedHcp)
Creates a therapeutic link |
TherapeuticLink |
CommonObjectBuilder.createTherapeuticLink(Patient patient,
String hcpType,
String therLinkType,
Date startDate,
Date endDate,
String comment,
HcParty concernedHcp)
Deprecated. |
Uses of Patient in be.ehealth.businessconnector.therlink.builders.impl |
---|
Methods in be.ehealth.businessconnector.therlink.builders.impl with parameters of type Patient | |
---|---|
PutTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createPutTherapeuticLinkRequest(org.joda.time.DateTime endDate,
Patient patient,
HcParty concernedHealthCareProfessionel,
String therLinkType,
String comment,
Proof... proofs)
|
PutTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createPutTherapeuticLinkRequest(Patient patient,
HcParty concernedHealthCareProfessionel,
Date endDate,
String therLinkType,
String comment,
Proof... proofs)
Deprecated. |
PutTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createPutTherapeuticLinkRequest(Patient patient,
HcParty hcp,
String therLinkType,
Proof proof)
|
RevokeTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createRevokeTherapeuticLinkRequest(org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
Patient patient,
HcParty hcp,
String therLinkType,
String commentAboutRevokal,
Proof... proofs)
|
RevokeTherapeuticLinkRequest |
AbstractRequestObjectBuilderImpl.createRevokeTherapeuticLinkRequest(Patient patient,
HcParty hcp,
Date startDate,
Date endDate,
String therLinkType,
String commentAboutRevokal,
Proof... proofs)
Deprecated. |
TherapeuticLink |
CommonObjectBuilderImpl.createTherapeuticLink(org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
Patient patient,
String hcpType,
String therLinkType,
String comment,
HcParty concernedHcp)
|
TherapeuticLink |
CommonObjectBuilderImpl.createTherapeuticLink(Patient patient,
String hcpType,
String therLinkType,
Date startDate,
Date endDate,
String comment,
HcParty hcp)
Deprecated. |
Uses of Patient in be.ehealth.businessconnector.therlink.domain |
---|
Subclasses of Patient in be.ehealth.businessconnector.therlink.domain | |
---|---|
class |
Patient
Deprecated. use be.ehealth.business.common.domain.Patient instead |
Methods in be.ehealth.businessconnector.therlink.domain that return Patient | |
---|---|
Patient |
TherapeuticLink.getPatient()
|
Methods in be.ehealth.businessconnector.therlink.domain with parameters of type Patient | |
---|---|
void |
TherapeuticLink.setPatient(Patient patient)
|
TherapeuticLink.Builder |
TherapeuticLink.Builder.withPatient(Patient patient)
|
Constructors in be.ehealth.businessconnector.therlink.domain with parameters of type Patient | |
---|---|
TherapeuticLink(Patient patient,
HcParty hcParty,
String type)
|
Uses of Patient in be.ehealth.businessconnector.therlink.domain.requests |
---|
Constructors in be.ehealth.businessconnector.therlink.domain.requests with parameters of type Patient | |
---|---|
TherapeuticLinkComplete(Patient patient,
HcParty hcParty,
String type,
List<OperationContext> operationContext)
|
Uses of Patient in be.ehealth.businessconnector.therlink.domain.responses |
---|
Methods in be.ehealth.businessconnector.therlink.domain.responses with parameters of type Patient | |
---|---|
TherapeuticLinkResponse.Builder |
TherapeuticLinkResponse.Builder.withPatient(Patient patient)
|
Constructors in be.ehealth.businessconnector.therlink.domain.responses with parameters of type Patient | |
---|---|
TherapeuticLinkResponse(Patient patient,
HcParty hcParty,
String type)
|
Uses of Patient in be.ehealth.businessconnector.therlink.mappers |
---|
Methods in be.ehealth.businessconnector.therlink.mappers that return Patient | |
---|---|
static Patient |
PatientMapper.mapPatient(Patient businessPatient)
Maps a Patient into a Patient object |
Methods in be.ehealth.businessconnector.therlink.mappers with parameters of type Patient | |
---|---|
static Patient |
PatientMapper.mapPatient(Patient businessPatient)
Maps a Patient into a Patient object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |