
Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.AccountStatusEnum
Packages that use AccountStatusEnum
-
Uses of AccountStatusEnum in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type AccountStatusEnumModifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<AccountStatusEnum> Account.getStatusElement()
Gets the value(s) for status ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type AccountStatusEnumModifier and TypeMethodDescriptionAccount.setStatus
(AccountStatusEnum theValue) Sets the value(s) for status ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type AccountStatusEnumModifier 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
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type AccountStatusEnumModifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<AccountStatusEnum> AccountStatusEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return AccountStatusEnumModifier 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.