Uses of Class
org.linuxforhealth.fhir.model.resource.Consent.Provision.Data
-
Packages that use Consent.Provision.Data Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Consent.Provision.Data in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Consent.Provision.Data Modifier and Type Method Description Consent.Provision.Data
Consent.Provision.Data.Builder. build()
Build theConsent.Provision.Data
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Consent.Provision.Data Modifier and Type Method Description java.util.List<Consent.Provision.Data>
Consent.Provision. getData()
The resources controlled by this rule if specific resources are referenced.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Consent.Provision.Data Modifier and Type Method Description Consent.Provision.Builder
Consent.Provision.Builder. data(Consent.Provision.Data... data)
The resources controlled by this rule if specific resources are referenced.protected Consent.Provision.Data.Builder
Consent.Provision.Data.Builder. from(Consent.Provision.Data data)
protected void
Consent.Provision.Data.Builder. validate(Consent.Provision.Data data)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Consent.Provision.Data Modifier and Type Method Description Consent.Provision.Builder
Consent.Provision.Builder. data(java.util.Collection<Consent.Provision.Data> data)
The resources controlled by this rule if specific resources are referenced.
-