|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthorWithPatientAndPersonType | |
---|---|
be.ehealth.businessconnector.wsconsent.builders | |
be.ehealth.businessconnector.wsconsent.builders.impl | |
be.fgov.ehealth.hubservices.core.v2 |
Uses of AuthorWithPatientAndPersonType in be.ehealth.businessconnector.wsconsent.builders |
---|
Methods in be.ehealth.businessconnector.wsconsent.builders that return AuthorWithPatientAndPersonType | |
---|---|
AuthorWithPatientAndPersonType |
AuthorBuilder.createAuthor()
Method which create AuthorWithPatientAndPersonType object. |
AuthorWithPatientAndPersonType |
AuthorBuilder.readFromEidCard()
Method which create AuthorWithPatientAndPersonType object for citizen based on the eid |
Methods in be.ehealth.businessconnector.wsconsent.builders with parameters of type AuthorWithPatientAndPersonType | |
---|---|
GetPatientConsentRequest |
RequestObjectBuilder.createGetRequest(AuthorWithPatientAndPersonType author,
SelectGetPatientConsentType consentType)
Method which allows an end-user to check the existence of an informed patient consent (and to get the information about this consent – ‘active’ or ‘inactive’). |
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. |
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 AuthorWithPatientAndPersonType in be.ehealth.businessconnector.wsconsent.builders.impl |
---|
Methods in be.ehealth.businessconnector.wsconsent.builders.impl that return AuthorWithPatientAndPersonType | |
---|---|
AuthorWithPatientAndPersonType |
AuthorBuilderImpl.createAuthor()
|
AuthorWithPatientAndPersonType |
AuthorBuilderImpl.readFromEidCard()
|
Methods in be.ehealth.businessconnector.wsconsent.builders.impl with parameters of type AuthorWithPatientAndPersonType | |
---|---|
GetPatientConsentRequest |
RequestObjectBuilderImpl.createGetRequest(AuthorWithPatientAndPersonType author,
SelectGetPatientConsentType consent)
|
ConsentType |
ConsentBuilderImpl.createNewConsent(PatientIdType patient,
List<CDCONSENT> consent,
org.joda.time.DateTime signdate,
AuthorWithPatientAndPersonType author)
|
PutPatientConsentRequest |
RequestObjectBuilderImpl.createPutRequest(AuthorWithPatientAndPersonType author,
ConsentType consent)
|
RevokePatientConsentRequest |
RequestObjectBuilderImpl.createRevokeRequest(AuthorWithPatientAndPersonType author,
ConsentType consent)
|
Uses of AuthorWithPatientAndPersonType in be.fgov.ehealth.hubservices.core.v2 |
---|
Methods in be.fgov.ehealth.hubservices.core.v2 that return AuthorWithPatientAndPersonType | |
---|---|
AuthorWithPatientAndPersonType |
ObjectFactory.createAuthorWithPatientAndPersonType()
Create an instance of AuthorWithPatientAndPersonType |
AuthorWithPatientAndPersonType |
RequestType.getAuthor()
Gets the value of the author property. |
AuthorWithPatientAndPersonType |
ConsentType.getAuthor()
Gets the value of the author property. |
Methods in be.fgov.ehealth.hubservices.core.v2 with parameters of type AuthorWithPatientAndPersonType | |
---|---|
void |
RequestType.setAuthor(AuthorWithPatientAndPersonType value)
Sets the value of the author property. |
void |
ConsentType.setAuthor(AuthorWithPatientAndPersonType value)
Sets the value of the author property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |