- getAllConsentsForPatient(Patient) - Method in interface org.phenotips.consents.ConsentManager
-
Returns the list of all consents configured in the system, with "granted"/"not granted" status
for the given patient for each consent.
- getAllConsentsForPatient(String) - Method in interface org.phenotips.consents.ConsentManager
-
- getAllConsentsForPatient(String) - Method in class org.phenotips.consents.script.ConsentManagerScriptService
-
Returns the list of all consents configured in the system, with "granted"/"not granted" status for the given
patient for each consent.
- getDataFields() - Method in interface org.phenotips.consents.Consent
-
The list of (UIX) fields only available if consent is granted.
- getDescription() - Method in interface org.phenotips.consents.Consent
-
An optional (potentially long) description which is supposed to be displayed under a consent, possibly with links
to external documents such as consent form(s).
- getFields() - Method in interface org.phenotips.consents.Consent
-
The list of (patient form) fields only available if consent is granted.
- getId() - Method in interface org.phenotips.consents.Consent
-
Internally, consents are referred by their identifiers.
- getLabel() - Method in interface org.phenotips.consents.Consent
-
The users never sees the ids of the consents, they only see labels (aka titles).
- getMissingConsentsForPatient(Patient) - Method in interface org.phenotips.consents.ConsentManager
-
Returns the list of consents configured in the system but NOT granted for the patient.
- getMissingConsentsForPatient(String) - Method in interface org.phenotips.consents.ConsentManager
-
- getStatus() - Method in interface org.phenotips.consents.Consent
-
Could be notLoaded/Yes/No.
- getSystemConsents() - Method in interface org.phenotips.consents.ConsentManager
-
The underlying system should have a configuration of different consents available.
- grantConsent(Patient, String) - Method in interface org.phenotips.consents.ConsentManager
-
Grants a specific consent in a patient record.