Uses of Class
org.hl7.fhir.r4b.model.Consent
-
Packages that use Consent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of Consent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return Consent Modifier and Type Method Description protected ConsentJsonParser. parseConsent(com.google.gson.JsonObject json)protected ConsentXmlParser. parseConsent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4b.formats with parameters of type Consent Modifier and Type Method Description protected voidJsonParser. composeConsent(String name, Consent element)protected voidRdfParser. composeConsent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Consent element, int index)protected voidXmlParser. composeConsent(String name, Consent element)protected voidXmlParser. composeConsentElements(Consent element)protected voidJsonParser. composeConsentProperties(Consent element)protected booleanXmlParser. parseConsentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent res)protected voidJsonParser. parseConsentProperties(com.google.gson.JsonObject json, Consent res) -
Uses of Consent in org.hl7.fhir.r4b.model
Methods in org.hl7.fhir.r4b.model with parameters of type Consent Modifier and Type Method Description voidConsent. copyValues(Consent dst)
-