
Uses of Enum
org.hl7.fhir.r4.model.ExampleScenario.FHIRResourceType
Packages that use ExampleScenario.FHIRResourceType
-
Uses of ExampleScenario.FHIRResourceType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ExampleScenario.FHIRResourceTypeModifier and TypeFieldDescriptionprotected Enumeration
<ExampleScenario.FHIRResourceType> ExampleScenario.ExampleScenarioInstanceComponent.resourceType
The type of the resource.Methods in org.hl7.fhir.r4.model that return ExampleScenario.FHIRResourceTypeModifier and TypeMethodDescriptionExampleScenario.ExampleScenarioInstanceComponent.getResourceType()
Returns the enum constant of this type with the specified name.static ExampleScenario.FHIRResourceType[]
ExampleScenario.FHIRResourceType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type ExampleScenario.FHIRResourceTypeModifier and TypeMethodDescriptionExampleScenario.FHIRResourceTypeEnumFactory.fromType
(PrimitiveType<?> code) ExampleScenario.ExampleScenarioInstanceComponent.getResourceTypeElement()
Methods in org.hl7.fhir.r4.model with parameters of type ExampleScenario.FHIRResourceTypeModifier and TypeMethodDescriptionExampleScenario.ExampleScenarioInstanceComponent.setResourceType
(ExampleScenario.FHIRResourceType value) ExampleScenario.FHIRResourceTypeEnumFactory.toCode
(ExampleScenario.FHIRResourceType code) ExampleScenario.FHIRResourceTypeEnumFactory.toSystem
(ExampleScenario.FHIRResourceType code) Method parameters in org.hl7.fhir.r4.model with type arguments of type ExampleScenario.FHIRResourceTypeModifier and TypeMethodDescriptionExampleScenario.ExampleScenarioInstanceComponent.setResourceTypeElement
(Enumeration<ExampleScenario.FHIRResourceType> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type ExampleScenario.FHIRResourceTypeModifierConstructorDescriptionExampleScenarioInstanceComponent
(StringType resourceId, Enumeration<ExampleScenario.FHIRResourceType> resourceType) Constructor