Uses of Class
org.hl7.fhir.dstu2.model.Account
-
Packages that use Account Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Account in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.formats with parameters of type Account Modifier and Type Method Description protected voidJsonParser. composeAccount(String name, Account element)protected voidXmlParser. composeAccount(String name, Account element)protected voidJsonParser. composeAccountInner(Account element) -
Uses of Account in org.hl7.fhir.dstu2.model
Methods in org.hl7.fhir.dstu2.model that return Account Modifier and Type Method Description AccountAccount. addIdentifier(Identifier t)AccountAccount. copy()AccountAccount. setActivePeriod(Period value)AccountAccount. setBalance(Money value)AccountAccount. setCoveragePeriod(Period value)AccountAccount. setCurrency(Coding value)AccountAccount. setDescription(String value)AccountAccount. setDescriptionElement(StringType value)AccountAccount. setName(String value)AccountAccount. setNameElement(StringType value)AccountAccount. setOwner(Reference value)AccountAccount. setOwnerTarget(Organization value)AccountAccount. setStatus(Account.AccountStatus value)AccountAccount. setStatusElement(Enumeration<Account.AccountStatus> value)AccountAccount. setSubject(Reference value)AccountAccount. setSubjectTarget(Resource value)AccountAccount. setType(CodeableConcept value)protected AccountAccount. typedCopy()
-