
Uses of Enum
org.hl7.fhir.r5.tools.CDSHooksResponse.CDSIndicatorCodesVS
Packages that use CDSHooksResponse.CDSIndicatorCodesVS
-
Uses of CDSHooksResponse.CDSIndicatorCodesVS in org.hl7.fhir.r5.tools
Fields in org.hl7.fhir.r5.tools with type parameters of type CDSHooksResponse.CDSIndicatorCodesVSModifier and TypeFieldDescriptionprotected Enumeration
<CDSHooksResponse.CDSIndicatorCodesVS> CDSHooksResponse.CDSHooksResponseCardsComponent.indicator
Urgency/importance of what this card conveys.Methods in org.hl7.fhir.r5.tools that return CDSHooksResponse.CDSIndicatorCodesVSModifier and TypeMethodDescriptionCDSHooksResponse.CDSHooksResponseCardsComponent.getIndicator()
Returns the enum constant of this type with the specified name.static CDSHooksResponse.CDSIndicatorCodesVS[]
CDSHooksResponse.CDSIndicatorCodesVS.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.tools that return types with arguments of type CDSHooksResponse.CDSIndicatorCodesVSModifier and TypeMethodDescriptionCDSHooksResponse.CDSIndicatorCodesVSEnumFactory.fromType
(PrimitiveType<?> code) CDSHooksResponse.CDSHooksResponseCardsComponent.getIndicatorElement()
Methods in org.hl7.fhir.r5.tools with parameters of type CDSHooksResponse.CDSIndicatorCodesVSModifier and TypeMethodDescriptionCDSHooksResponse.CDSHooksResponseCardsComponent.setIndicator
(CDSHooksResponse.CDSIndicatorCodesVS value) CDSHooksResponse.CDSIndicatorCodesVSEnumFactory.toCode
(CDSHooksResponse.CDSIndicatorCodesVS code) CDSHooksResponse.CDSIndicatorCodesVSEnumFactory.toSystem
(CDSHooksResponse.CDSIndicatorCodesVS code) Method parameters in org.hl7.fhir.r5.tools with type arguments of type CDSHooksResponse.CDSIndicatorCodesVSModifier and TypeMethodDescriptionCDSHooksResponse.CDSHooksResponseCardsComponent.setIndicatorElement
(Enumeration<CDSHooksResponse.CDSIndicatorCodesVS> value)