Uses of Class
be.ehealth.businessconnector.therlink.domain.Proof

Packages that use Proof
be.ehealth.businessconnector.therlink.builders   
be.ehealth.businessconnector.therlink.builders.impl   
be.ehealth.businessconnector.therlink.domain   
be.ehealth.businessconnector.therlink.domain.requests   
 

Uses of Proof in be.ehealth.businessconnector.therlink.builders
 

Methods in be.ehealth.businessconnector.therlink.builders that return Proof
 Proof ProofBuilder.createProofForEidReading()
          Creates a Proof for eID reading
 Proof ProofBuilder.createProofForEidSigning(Credential cred)
          Creates a Proof for eID signing Requires the eID card of the patient connected
 Proof ProofBuilder.createProofForIsiReading()
          Creates a Proof for Sis reading
 Proof ProofBuilder.createProofForSisReading()
          Creates a Proof for Sis reading
 Proof ProofBuilder.createSimpleProof(String proofType)
          creates a simple Proof for a given kmehr proof type.
 

Methods in be.ehealth.businessconnector.therlink.builders with parameters of type Proof
 GetTherapeuticLinkRequest RequestObjectBuilder.createGetTherapeuticLinkRequest(TherapeuticLink query, int maxRows, Proof... prooves)
          Creates a GetTherapeuticLinkRequest
 GetTherapeuticLinkRequest RequestObjectBuilder.createGetTherapeuticLinkRequest(TherapeuticLink query, Proof... prooves)
          Creates a GetTherapeuticLinkRequest MaxRows will be replaced with property value of "therlink.maxrows" if it's defined, otherwise default value1000 will be used
 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. 
 RevokeTherapeuticLinkRequest RequestObjectBuilder.createRevokeTherapeuticLinkRequestWithProof(TherapeuticLink link, Proof... proofs)
          Creates a RevokeTherapeuticLinkRequest with a TherapeuticLink as input and a proof list
 

Uses of Proof in be.ehealth.businessconnector.therlink.builders.impl
 

Methods in be.ehealth.businessconnector.therlink.builders.impl that return Proof
 Proof ProofBuilderImpl.createProofForEidReading()
           
 Proof ProofBuilderImpl.createProofForEidSigning(Credential cred)
           
 Proof ProofBuilderImpl.createProofForIsiReading()
           
 Proof ProofBuilderImpl.createProofForSisReading()
           
 Proof ProofBuilderImpl.createSimpleProof(String proofType)
           
 

Methods in be.ehealth.businessconnector.therlink.builders.impl with parameters of type Proof
 GetTherapeuticLinkRequest AbstractRequestObjectBuilderImpl.createGetTherapeuticLinkRequest(TherapeuticLink query, int maxRowsToUse, Proof... prooves)
           
 GetTherapeuticLinkRequest AbstractRequestObjectBuilderImpl.createGetTherapeuticLinkRequest(TherapeuticLink query, Proof... prooves)
           
 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. 
 RevokeTherapeuticLinkRequest AbstractRequestObjectBuilderImpl.createRevokeTherapeuticLinkRequestWithProof(TherapeuticLink link, Proof... proofs)
           
 

Uses of Proof in be.ehealth.businessconnector.therlink.domain
 

Methods in be.ehealth.businessconnector.therlink.domain that return types with arguments of type Proof
 List<Proof> TherapeuticLinkRequestType.getProofs()
           
 List<Proof> OperationContext.getProofs()
           
 

Methods in be.ehealth.businessconnector.therlink.domain with parameters of type Proof
 OperationContext.Builder OperationContext.Builder.addProof(Proof proof)
           
 

Method parameters in be.ehealth.businessconnector.therlink.domain with type arguments of type Proof
 void TherapeuticLinkRequestType.setProofs(List<Proof> proofs)
           
 void OperationContext.setProofs(List<Proof> proofs)
           
 

Constructors in be.ehealth.businessconnector.therlink.domain with parameters of type Proof
TherapeuticLinkRequestType(String id, Date date, Author author, TherapeuticLink link, Proof... proofs)
          Deprecated. 
TherapeuticLinkRequestType(String id, org.joda.time.DateTime date, Author author, TherapeuticLink link, Proof... proofs)
           
 

Constructor parameters in be.ehealth.businessconnector.therlink.domain with type arguments of type Proof
OperationContext(org.joda.time.DateTime recordDate, String operation, Author author, List<Proof> proofs)
           
OperationContext(String operation, Calendar recordDate, Author author, List<Proof> proofs)
          Deprecated. 
 

Uses of Proof in be.ehealth.businessconnector.therlink.domain.requests
 

Constructors in be.ehealth.businessconnector.therlink.domain.requests with parameters of type Proof
GetTherapeuticLinkRequest(org.joda.time.DateTime date, String id, Author author, TherapeuticLink link, int maxRows, Proof... proofs)
           
GetTherapeuticLinkRequest(String id, Date date, Author author, TherapeuticLink link, int maxRows, Proof... proofs)
          Deprecated. 
PutTherapeuticLinkRequest(org.joda.time.DateTime date, String id, Author author, TherapeuticLink link, Proof... proofs)
           
PutTherapeuticLinkRequest(String id, Date date, Author author, TherapeuticLink link, Proof... proofs)
          Deprecated. 
RevokeTherapeuticLinkRequest(org.joda.time.DateTime date, String id, Author author, TherapeuticLink link, Proof... proofs)
           
 




Connector Packaging TRUSSMAKER 3.20.2 API
Copyright © {inceptionYear}-2020 eHealth. All Rights Reserved.