Uses of Class
org.linuxforhealth.fhir.model.resource.Consent.Policy
-
Packages that use Consent.Policy Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Consent.Policy in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Consent.Policy Modifier and Type Method Description Consent.Policy
Consent.Policy.Builder. build()
Build theConsent.Policy
Methods in org.linuxforhealth.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 org.linuxforhealth.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 org.linuxforhealth.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.
-