|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConsentType | |
|---|---|
| be.ehealth.businessconnector.wsconsent.builders | |
| be.ehealth.businessconnector.wsconsent.builders.impl | |
| be.fgov.ehealth.hubservices.core.v2 | |
| Uses of ConsentType in be.ehealth.businessconnector.wsconsent.builders |
|---|
| Methods in be.ehealth.businessconnector.wsconsent.builders that return ConsentType | |
|---|---|
ConsentType |
ConsentBuilder.createNewConsent(PatientIdType patient,
List<CDCONSENT> consent,
org.joda.time.DateTime signdate,
AuthorWithPatientAndPersonType author)
Method which create a consent type to create a new consent. |
| Methods in be.ehealth.businessconnector.wsconsent.builders with parameters of type ConsentType | |
|---|---|
PutPatientConsentRequest |
RequestObjectBuilder.createPutRequest(AuthorWithPatientAndPersonType author,
ConsentType consentType)
Method which allows an end-user to declare an informed patient consent. |
RevokePatientConsentRequest |
RequestObjectBuilder.createRevokeRequest(AuthorWithPatientAndPersonType author,
ConsentType existingConsentType)
Method which allows an end-user to declare the revocation of an informed patient consent. |
| Uses of ConsentType in be.ehealth.businessconnector.wsconsent.builders.impl |
|---|
| Methods in be.ehealth.businessconnector.wsconsent.builders.impl that return ConsentType | |
|---|---|
ConsentType |
ConsentBuilderImpl.createNewConsent(PatientIdType patient,
List<CDCONSENT> consent,
org.joda.time.DateTime signdate,
AuthorWithPatientAndPersonType author)
|
| Methods in be.ehealth.businessconnector.wsconsent.builders.impl with parameters of type ConsentType | |
|---|---|
PutPatientConsentRequest |
RequestObjectBuilderImpl.createPutRequest(AuthorWithPatientAndPersonType author,
ConsentType consent)
|
RevokePatientConsentRequest |
RequestObjectBuilderImpl.createRevokeRequest(AuthorWithPatientAndPersonType author,
ConsentType consent)
|
| Uses of ConsentType in be.fgov.ehealth.hubservices.core.v2 |
|---|
| Methods in be.fgov.ehealth.hubservices.core.v2 that return ConsentType | |
|---|---|
ConsentType |
ObjectFactory.createConsentType()
Create an instance of ConsentType |
ConsentType |
RevokePatientConsentRequest.getConsent()
Gets the value of the consent property. |
ConsentType |
PutPatientConsentRequest.getConsent()
Gets the value of the consent property. |
ConsentType |
GetPatientConsentResponse.getConsent()
Gets the value of the consent property. |
| Methods in be.fgov.ehealth.hubservices.core.v2 with parameters of type ConsentType | |
|---|---|
void |
RevokePatientConsentRequest.setConsent(ConsentType value)
Sets the value of the consent property. |
void |
PutPatientConsentRequest.setConsent(ConsentType value)
Sets the value of the consent property. |
void |
GetPatientConsentResponse.setConsent(ConsentType value)
Sets the value of the consent property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||