Uses of Class
ca.uhn.fhir.model.dstu2.resource.Account
-
Uses of Account in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionAccount.addIdentifier
(IdentifierDt theValue) Adds a given new value for identifier ()Account.setActivePeriod
(PeriodDt theValue) Sets the value(s) for activePeriod ()Account.setBalance
(MoneyDt theValue) Sets the value(s) for balance ()Account.setCoveragePeriod
(PeriodDt theValue) Sets the value(s) for coveragePeriod ()Account.setCurrency
(CodingDt theValue) Sets the value(s) for currency ()Account.setDescription
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for description ()Account.setDescription
(String theString) Sets the value for description ()Account.setIdentifier
(List<IdentifierDt> theValue) Sets the value(s) for identifier ()Account.setName
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for name ()Sets the value for name ()Account.setOwner
(ResourceReferenceDt theValue) Sets the value(s) for owner ()Account.setStatus
(AccountStatusEnum theValue) Sets the value(s) for status ()Account.setStatus
(ca.uhn.fhir.model.primitive.BoundCodeDt<AccountStatusEnum> theValue) Sets the value(s) for status ()Account.setSubject
(ResourceReferenceDt theValue) Sets the value(s) for subject ()Account.setType
(CodeableConceptDt theValue) Sets the value(s) for type ()