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 AccountExtensions.setReleaseDate(Account context, String value) Methods in org.hl7.fhir.r5.extensions with parameters of type AccountModifier and TypeMethodDescriptionstatic StringExtensions.getReleaseDate(Account context) static AccountExtensions.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 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.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 AccountAccount.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Account