Uses of Class
org.hl7.fhir.dstu2.model.Account
Packages that use Account
-
Uses of Account in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.formats with parameters of type AccountModifier and TypeMethodDescriptionprotected 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 AccountModifier and TypeMethodDescriptionAccount.addIdentifier(Identifier t)Account.copy()Account.setActivePeriod(Period value)Account.setBalance(Money value)Account.setCoveragePeriod(Period value)Account.setCurrency(Coding value)Account.setDescription(String value)Account.setDescriptionElement(StringType value)Account.setNameElement(StringType value)Account.setOwnerTarget(Organization value)Account.setStatus(Account.AccountStatus value)Account.setStatusElement(Enumeration<Account.AccountStatus> value)Account.setSubject(Reference value)Account.setSubjectTarget(Resource value)Account.setType(CodeableConcept value)protected AccountAccount.typedCopy()