Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.AccountStatusEnum
-
Uses of AccountStatusEnum in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<AccountStatusEnum> Account.getStatusElement()
Gets the value(s) for status ().Modifier and TypeMethodDescriptionAccount.setStatus
(AccountStatusEnum theValue) Sets the value(s) for status ()Modifier and TypeMethodDescriptionAccount.setStatus
(ca.uhn.fhir.model.primitive.BoundCodeDt<AccountStatusEnum> theValue) Sets the value(s) for status () -
Uses of AccountStatusEnum in ca.uhn.fhir.model.dstu2.valueset
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<AccountStatusEnum> AccountStatusEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesModifier and TypeMethodDescriptionstatic AccountStatusEnum
Returns the enumerated value associated with this codestatic AccountStatusEnum
Returns the enum constant of this type with the specified name.static AccountStatusEnum[]
AccountStatusEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.