|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of HcParty in be.ehealth.businessconnector.therlink.builders |
---|
Methods in be.ehealth.businessconnector.therlink.builders that return types with arguments of type HcParty | |
---|---|
List<HcParty> |
RequestObjectBuilder.getAuthorHcParties()
Gets a list of HcParties that should be included in the author section of the message |
Methods in be.ehealth.businessconnector.therlink.builders with parameters of type HcParty | |
---|---|
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. |
Method parameters in be.ehealth.businessconnector.therlink.builders with type arguments of type HcParty | |
---|---|
Author |
CommonObjectBuilder.createAuthor(List<HcParty> list)
Creates the author part of the message |
Uses of HcParty in be.ehealth.businessconnector.therlink.builders.impl |
---|
Methods in be.ehealth.businessconnector.therlink.builders.impl that return types with arguments of type HcParty | |
---|---|
List<HcParty> |
GenericRequestObjectBuilder.getAuthorHcParties()
|
List<HcParty> |
GPRequestObjectBuilderImpl.getAuthorHcParties()
Deprecated. |
abstract List<HcParty> |
AbstractRequestObjectBuilderImpl.getAuthorHcParties()
Abstract method that should be implemented by each class that extends AbstractRequestObjectBuilderImpl to retrieve the Author HcParties |
Methods in be.ehealth.businessconnector.therlink.builders.impl with parameters of type HcParty | |
---|---|
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. |
Method parameters in be.ehealth.businessconnector.therlink.builders.impl with type arguments of type HcParty | |
---|---|
Author |
CommonObjectBuilderImpl.createAuthor(List<HcParty> list)
|
Uses of HcParty in be.ehealth.businessconnector.therlink.domain |
---|
Methods in be.ehealth.businessconnector.therlink.domain that return HcParty | |
---|---|
HcParty |
HcParty.Builder.build()
builds the hcparty object and checks for parameters integrity |
HcParty |
TherapeuticLink.getHcParty()
|
Methods in be.ehealth.businessconnector.therlink.domain that return types with arguments of type HcParty | |
---|---|
Set<HcParty> |
Author.getHcParties()
|
Methods in be.ehealth.businessconnector.therlink.domain with parameters of type HcParty | |
---|---|
Author.Builder |
Author.Builder.addHcParty(HcParty hcp)
|
void |
TherapeuticLink.setHcParty(HcParty hcParty)
|
TherapeuticLink.Builder |
TherapeuticLink.Builder.withHcParty(HcParty hcp)
|
Method parameters in be.ehealth.businessconnector.therlink.domain with type arguments of type HcParty | |
---|---|
void |
Author.setHcParties(Set<HcParty> hcParties)
|
Constructors in be.ehealth.businessconnector.therlink.domain with parameters of type HcParty | |
---|---|
TherapeuticLink(Patient patient,
HcParty hcParty,
String type)
|
Uses of HcParty in be.ehealth.businessconnector.therlink.domain.requests |
---|
Constructors in be.ehealth.businessconnector.therlink.domain.requests with parameters of type HcParty | |
---|---|
TherapeuticLinkComplete(Patient patient,
HcParty hcParty,
String type,
List<OperationContext> operationContext)
|
Uses of HcParty in be.ehealth.businessconnector.therlink.domain.responses |
---|
Methods in be.ehealth.businessconnector.therlink.domain.responses with parameters of type HcParty | |
---|---|
TherapeuticLinkResponse.Builder |
TherapeuticLinkResponse.Builder.withHcParty(HcParty hcp)
|
Constructors in be.ehealth.businessconnector.therlink.domain.responses with parameters of type HcParty | |
---|---|
TherapeuticLinkResponse(Patient patient,
HcParty hcParty,
String type)
|
Uses of HcParty in be.ehealth.businessconnector.therlink.mappers |
---|
Methods in be.ehealth.businessconnector.therlink.mappers that return HcParty | |
---|---|
static HcParty |
HcPartyMapper.mapHcParty(HcpartyType hcpartyType)
|
Methods in be.ehealth.businessconnector.therlink.mappers with parameters of type HcParty | |
---|---|
static HCPartyIdType |
HcPartyMapper.mapHcPartyIdType(HcParty hcp)
|
static HcpartyType |
HcPartyMapper.mapToHcpartyType(HcParty hcp)
|
Uses of HcParty in be.ehealth.businessconnector.therlink.util |
---|
Methods in be.ehealth.businessconnector.therlink.util that return HcParty | |
---|---|
static HcParty |
ConfigReader.getCareProvider()
reads the careprovider ( the careprovider party in the therapeutic link between careprovider and patient). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |