Uses of Enum Class
org.hl7.fhir.r5.tools.CDSHooksResponse.CDSLinkTypeCodesVS
Packages that use CDSHooksResponse.CDSLinkTypeCodesVS
-
Uses of CDSHooksResponse.CDSLinkTypeCodesVS in org.hl7.fhir.r5.tools
Fields in org.hl7.fhir.r5.tools with type parameters of type CDSHooksResponse.CDSLinkTypeCodesVSModifier and TypeFieldDescriptionprotected Enumeration<CDSHooksResponse.CDSLinkTypeCodesVS>CDSHooksResponse.CDSHooksResponseCardsLinksComponent.typeThe type of the given URL.Methods in org.hl7.fhir.r5.tools that return CDSHooksResponse.CDSLinkTypeCodesVSModifier and TypeMethodDescriptionCDSHooksResponse.CDSHooksResponseCardsLinksComponent.getType()Returns the enum constant of this class with the specified name.static CDSHooksResponse.CDSLinkTypeCodesVS[]CDSHooksResponse.CDSLinkTypeCodesVS.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.tools that return types with arguments of type CDSHooksResponse.CDSLinkTypeCodesVSModifier and TypeMethodDescriptionCDSHooksResponse.CDSLinkTypeCodesVSEnumFactory.fromType(PrimitiveType<?> code) CDSHooksResponse.CDSHooksResponseCardsLinksComponent.getTypeElement()Methods in org.hl7.fhir.r5.tools with parameters of type CDSHooksResponse.CDSLinkTypeCodesVSModifier and TypeMethodDescriptionCDSHooksResponse.CDSHooksResponseCardsLinksComponent.setType(CDSHooksResponse.CDSLinkTypeCodesVS value) CDSHooksResponse.CDSLinkTypeCodesVSEnumFactory.toCode(CDSHooksResponse.CDSLinkTypeCodesVS code) CDSHooksResponse.CDSLinkTypeCodesVSEnumFactory.toSystem(CDSHooksResponse.CDSLinkTypeCodesVS code) Method parameters in org.hl7.fhir.r5.tools with type arguments of type CDSHooksResponse.CDSLinkTypeCodesVSModifier and TypeMethodDescriptionCDSHooksResponse.CDSHooksResponseCardsLinksComponent.setTypeElement(Enumeration<CDSHooksResponse.CDSLinkTypeCodesVS> value)