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 Consent
Consent.Builder. build()
Build theConsent
Methods in org.linuxforhealth.fhir.model.resource with parameters of type Consent Modifier and Type Method Description protected Consent.Builder
Consent.Builder. from(Consent consent)
protected void
Consent.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 boolean
DefaultVisitor. visit(java.lang.String elementName, int elementIndex, Consent consent)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(java.lang.String elementName, int elementIndex, Consent consent)
-