
Uses of Class
org.hl7.fhir.r5.model.Account
Packages that use Account
-
Uses of Account in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return AccountModifier and TypeMethodDescriptionstatic Account
Extensions.setReleaseDate
(Account context, String value) Methods in org.hl7.fhir.r5.extensions with parameters of type AccountModifier and TypeMethodDescriptionstatic String
Extensions.getReleaseDate
(Account context) static Account
Extensions.setReleaseDate
(Account context, String value) -
Uses of Account in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return AccountModifier and TypeMethodDescriptionprotected Account
JsonParser.parseAccount
(com.google.gson.JsonObject json) protected Account
XmlParser.parseAccount
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type AccountModifier and TypeMethodDescriptionprotected void
JsonParser.composeAccount
(String name, Account element) protected void
RdfParser.composeAccount
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Account element, int index) protected void
XmlParser.composeAccount
(String name, Account element) protected void
XmlParser.composeAccountElements
(Account element) protected void
JsonParser.composeAccountProperties
(Account element) protected boolean
XmlParser.parseAccountContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Account res) protected void
JsonParser.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.addBalance
(Account.AccountBalanceComponent t) Account.addCoverage
(Account.CoverageComponent t) Account.addDiagnosis
(Account.AccountDiagnosisComponent t) Account.addGuarantor
(Account.GuarantorComponent t) Account.addIdentifier
(Identifier t) Account.addProcedure
(Account.AccountProcedureComponent t) Account.addSubject
(Reference t) Account.copy()
Account.setBalance
(List<Account.AccountBalanceComponent> theBalance) Account.setBillingStatus
(CodeableConcept value) Account.setCalculatedAt
(Date value) Account.setCalculatedAtElement
(InstantType value) Account.setCoverage
(List<Account.CoverageComponent> theCoverage) Account.setCurrency
(CodeableConcept value) Account.setDescription
(String value) Account.setDescriptionElement
(MarkdownType value) Account.setDiagnosis
(List<Account.AccountDiagnosisComponent> theDiagnosis) Account.setGuarantor
(List<Account.GuarantorComponent> theGuarantor) Account.setIdentifier
(List<Identifier> theIdentifier) Account.setNameElement
(StringType value) Account.setProcedure
(List<Account.AccountProcedureComponent> theProcedure) Account.setRelatedAccount
(List<Account.AccountRelatedAccountComponent> theRelatedAccount) 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 Account
Account.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type Account