Uses of Class
org.linuxforhealth.fhir.model.resource.Consent
-
Packages that use Consent Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.visitor -
-
Uses of Consent in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Consent Modifier and Type Method Description ConsentConsent.Builder. build()Build theConsentMethods in org.linuxforhealth.fhir.model.resource with parameters of type Consent Modifier and Type Method Description protected Consent.BuilderConsent.Builder. from(Consent consent)protected voidConsent.Builder. validate(Consent consent) -
Uses of Consent in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type Consent Modifier and Type Method Description booleanDefaultVisitor. visit(java.lang.String elementName, int elementIndex, Consent consent)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(java.lang.String elementName, int elementIndex, Consent consent)
-