
Uses of Enum
org.hl7.fhir.r5.model.FormularyItem.FormularyItemStatusCodes
Packages that use FormularyItem.FormularyItemStatusCodes
-
Uses of FormularyItem.FormularyItemStatusCodes in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type FormularyItem.FormularyItemStatusCodesModifier and TypeFieldDescriptionFormularyItem.status
The validity about the information of the formulary item and not of the underlying product or service itself.Methods in org.hl7.fhir.r5.model that return FormularyItem.FormularyItemStatusCodesModifier and TypeMethodDescriptionFormularyItem.getStatus()
Returns the enum constant of this type with the specified name.FormularyItem.FormularyItemStatusCodes.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type FormularyItem.FormularyItemStatusCodesModifier and TypeMethodDescriptionFormularyItem.FormularyItemStatusCodesEnumFactory.fromType
(PrimitiveType<?> code) FormularyItem.getStatusElement()
Methods in org.hl7.fhir.r5.model with parameters of type FormularyItem.FormularyItemStatusCodesModifier and TypeMethodDescriptionFormularyItem.setStatus
(FormularyItem.FormularyItemStatusCodes value) FormularyItem.FormularyItemStatusCodesEnumFactory.toCode
(FormularyItem.FormularyItemStatusCodes code) FormularyItem.FormularyItemStatusCodesEnumFactory.toSystem
(FormularyItem.FormularyItemStatusCodes code) Method parameters in org.hl7.fhir.r5.model with type arguments of type FormularyItem.FormularyItemStatusCodesModifier and TypeMethodDescriptionFormularyItem.setStatusElement
(Enumeration<FormularyItem.FormularyItemStatusCodes> value)