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