Uses of Class
org.linuxforhealth.fhir.model.resource.Consent.Verification
-
Packages that use Consent.Verification Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Consent.Verification in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Consent.Verification Modifier and Type Method Description Consent.Verification
Consent.Verification.Builder. build()
Build theConsent.Verification
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Consent.Verification Modifier and Type Method Description java.util.List<Consent.Verification>
Consent. getVerification()
Whether a treatment instruction (e.g.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Consent.Verification Modifier and Type Method Description protected Consent.Verification.Builder
Consent.Verification.Builder. from(Consent.Verification verification)
protected void
Consent.Verification.Builder. validate(Consent.Verification verification)
Consent.Builder
Consent.Builder. verification(Consent.Verification... verification)
Whether a treatment instruction (e.g.Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Consent.Verification Modifier and Type Method Description Consent.Builder
Consent.Builder. verification(java.util.Collection<Consent.Verification> verification)
Whether a treatment instruction (e.g.
-