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