Uses of Class
org.hl7.fhir.r5.model.Account
-
Packages that use Account Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of Account in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Account Modifier and Type Method Description protected AccountJsonParser. parseAccount(com.google.gson.JsonObject json)protected AccountXmlParser. parseAccount(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type Account Modifier and Type Method Description protected voidJsonParser. composeAccount(String name, Account element)protected voidRdfParser. composeAccount(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Account element, int index)protected voidXmlParser. composeAccount(String name, Account element)protected voidXmlParser. composeAccountElements(Account element)protected voidJsonParser. composeAccountProperties(Account element)protected booleanXmlParser. parseAccountContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Account res)protected voidJsonParser. parseAccountProperties(com.google.gson.JsonObject json, Account res) -
Uses of Account in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type Account Modifier and Type Method Description voidAccount. copyValues(Account dst)
-