Uses of Class
org.linuxforhealth.fhir.model.resource.Consent.Provision
-
Packages that use Consent.Provision Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Consent.Provision in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Consent.Provision Modifier and Type Method Description Consent.ProvisionConsent.Provision.Builder. build()Build theConsent.ProvisionConsent.ProvisionConsent. getProvision()An exception to the base policy of this consent.Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Consent.Provision Modifier and Type Method Description java.util.List<Consent.Provision>Consent.Provision. getProvision()Rules which provide exceptions to the base rule or subrules.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Consent.Provision Modifier and Type Method Description protected Consent.Provision.BuilderConsent.Provision.Builder. from(Consent.Provision provision)Consent.BuilderConsent.Builder. provision(Consent.Provision provision)An exception to the base policy of this consent.Consent.Provision.BuilderConsent.Provision.Builder. provision(Consent.Provision... provision)Rules which provide exceptions to the base rule or subrules.protected voidConsent.Provision.Builder. validate(Consent.Provision provision)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Consent.Provision Modifier and Type Method Description Consent.Provision.BuilderConsent.Provision.Builder. provision(java.util.Collection<Consent.Provision> provision)Rules which provide exceptions to the base rule or subrules.
-