Uses of Class
org.hl7.fhir.r5.model.Account
Packages that use Account
-
Uses of Account in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return AccountModifier and TypeMethodDescriptionprotected 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 AccountModifier and TypeMethodDescriptionprotected 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 that return AccountModifier and TypeMethodDescriptionAccount.addCoverage(Account.CoverageComponent t)Account.addGuarantor(Account.GuarantorComponent t)Account.addIdentifier(Identifier t)Account.addSubject(Reference t)Account.copy()Account.setBillingStatus(CodeableConcept value)Account.setCoverage(List<Account.CoverageComponent> theCoverage)Account.setDescription(String value)Account.setDescriptionElement(StringType value)Account.setGuarantor(List<Account.GuarantorComponent> theGuarantor)Account.setIdentifier(List<Identifier> theIdentifier)Account.setNameElement(StringType value)Account.setServicePeriod(Period value)Account.setStatus(Account.AccountStatus value)Account.setStatusElement(Enumeration<Account.AccountStatus> value)Account.setSubject(List<Reference> theSubject)Account.setType(CodeableConcept value)protected AccountAccount.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Account