Uses of Enum
org.hl7.fhir.r4.model.CapabilityStatement.SystemRestfulInteraction
-
Uses of CapabilityStatement.SystemRestfulInteraction in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionCapabilityStatement.SystemInteractionComponent.code
A coded identifier of the operation, supported by the system.Modifier and TypeMethodDescriptionCapabilityStatement.SystemInteractionComponent.getCode()
Returns the enum constant of this type with the specified name.CapabilityStatement.SystemRestfulInteraction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionCapabilityStatement.SystemRestfulInteractionEnumFactory.fromType
(PrimitiveType<?> code) CapabilityStatement.SystemInteractionComponent.getCodeElement()
Modifier and TypeMethodDescriptionCapabilityStatement.SystemInteractionComponent.setCode
(CapabilityStatement.SystemRestfulInteraction value) CapabilityStatement.SystemRestfulInteractionEnumFactory.toCode
(CapabilityStatement.SystemRestfulInteraction code) CapabilityStatement.SystemRestfulInteractionEnumFactory.toSystem
(CapabilityStatement.SystemRestfulInteraction code) Modifier and TypeMethodDescriptionCapabilityStatement.SystemInteractionComponent.setCodeElement
(Enumeration<CapabilityStatement.SystemRestfulInteraction> value) ModifierConstructorDescriptionConstructor