Uses of Class
org.hl7.fhir.dstu2.model.Account
-
Uses of Account in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected Account
JsonParser.parseAccount
(com.google.gson.JsonObject json) protected Account
XmlParser.parseAccount
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeAccount
(String name, Account element) protected void
XmlParser.composeAccount
(String name, Account element) protected void
JsonParser.composeAccountInner
(Account element) -
Uses of Account in org.hl7.fhir.dstu2.model
Modifier 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 Account
Account.typedCopy()