Uses of Class
com.ibm.fhir.model.resource.Consent.Policy
-
Packages that use Consent.Policy Package Description com.ibm.fhir.model.resource -
-
Uses of Consent.Policy in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Consent.Policy Modifier and Type Method Description Consent.PolicyConsent.Policy.Builder. build()Build theConsent.PolicyMethods in com.ibm.fhir.model.resource that return types with arguments of type Consent.Policy Modifier and Type Method Description List<Consent.Policy>Consent. getPolicy()The references to the policies that are included in this consent scope.Methods in com.ibm.fhir.model.resource with parameters of type Consent.Policy Modifier and Type Method Description protected Consent.Policy.BuilderConsent.Policy.Builder. from(Consent.Policy policy)Consent.BuilderConsent.Builder. policy(Consent.Policy... policy)The references to the policies that are included in this consent scope.protected voidConsent.Policy.Builder. validate(Consent.Policy policy)Method parameters in com.ibm.fhir.model.resource with type arguments of type Consent.Policy Modifier and Type Method Description Consent.BuilderConsent.Builder. policy(Collection<Consent.Policy> policy)The references to the policies that are included in this consent scope.
-