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.Policy
Consent.Policy.Builder. build()
Build theConsent.Policy
Methods in com.ibm.fhir.model.resource that return types with arguments of type Consent.Policy Modifier and Type Method Description java.util.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.Builder
Consent.Policy.Builder. from(Consent.Policy policy)
Consent.Builder
Consent.Builder. policy(Consent.Policy... policy)
The references to the policies that are included in this consent scope.protected void
Consent.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.Builder
Consent.Builder. policy(java.util.Collection<Consent.Policy> policy)
The references to the policies that are included in this consent scope.
-