Uses of Class
com.ibm.fhir.model.type.code.AccountStatus
-
Packages that use AccountStatus Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of AccountStatus in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return AccountStatus Modifier and Type Method Description AccountStatusAccount. getStatus()Indicates whether the account is presently used/usable or not.Methods in com.ibm.fhir.model.resource with parameters of type AccountStatus Modifier and Type Method Description Account.BuilderAccount.Builder. status(AccountStatus status)Indicates whether the account is presently used/usable or not. -
Uses of AccountStatus in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as AccountStatus Modifier and Type Field Description static AccountStatusAccountStatus. ACTIVEActivestatic AccountStatusAccountStatus. ENTERED_IN_ERROREntered in errorstatic AccountStatusAccountStatus. INACTIVEInactivestatic AccountStatusAccountStatus. ON_HOLDOn Holdstatic AccountStatusAccountStatus. UNKNOWNUnknownMethods in com.ibm.fhir.model.type.code that return AccountStatus Modifier and Type Method Description AccountStatusAccountStatus.Builder. build()static AccountStatusAccountStatus. of(AccountStatus.ValueSet value)Factory method for creating AccountStatus objects from a passed enum value.static AccountStatusAccountStatus. of(String value)Factory method for creating AccountStatus objects from a passed string value.
-