Uses of Enum
org.hl7.fhir.r5.model.FormularyItem.FormularyItemStatusCodes
-
Uses of FormularyItem.FormularyItemStatusCodes in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionFormularyItem.status
The validity about the information of the formulary item and not of the underlying product or service itself.Modifier 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.Modifier and TypeMethodDescriptionFormularyItem.FormularyItemStatusCodesEnumFactory.fromType
(PrimitiveType<?> code) FormularyItem.getStatusElement()
Modifier and TypeMethodDescriptionFormularyItem.setStatus
(FormularyItem.FormularyItemStatusCodes value) FormularyItem.FormularyItemStatusCodesEnumFactory.toCode
(FormularyItem.FormularyItemStatusCodes code) FormularyItem.FormularyItemStatusCodesEnumFactory.toSystem
(FormularyItem.FormularyItemStatusCodes code) Modifier and TypeMethodDescriptionFormularyItem.setStatusElement
(Enumeration<FormularyItem.FormularyItemStatusCodes> value)