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