Uses of Class
org.hl7.fhir.r4.model.ExampleScenario.FHIRResourceType
-
Packages that use ExampleScenario.FHIRResourceType Package Description org.hl7.fhir.r4.model -
-
Uses of ExampleScenario.FHIRResourceType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ExampleScenario.FHIRResourceType Modifier and Type Field Description protected Enumeration<ExampleScenario.FHIRResourceType>ExampleScenario.ExampleScenarioInstanceComponent. resourceTypeThe type of the resource.Methods in org.hl7.fhir.r4.model that return ExampleScenario.FHIRResourceType Modifier and Type Method Description static ExampleScenario.FHIRResourceTypeExampleScenario.FHIRResourceType. fromCode(String codeString)ExampleScenario.FHIRResourceTypeExampleScenario.FHIRResourceTypeEnumFactory. fromCode(String codeString)ExampleScenario.FHIRResourceTypeExampleScenario.ExampleScenarioInstanceComponent. getResourceType()static ExampleScenario.FHIRResourceTypeExampleScenario.FHIRResourceType. valueOf(String name)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.FHIRResourceType Modifier and Type Method Description Enumeration<ExampleScenario.FHIRResourceType>ExampleScenario.FHIRResourceTypeEnumFactory. fromType(Base code)Enumeration<ExampleScenario.FHIRResourceType>ExampleScenario.ExampleScenarioInstanceComponent. getResourceTypeElement()Methods in org.hl7.fhir.r4.model with parameters of type ExampleScenario.FHIRResourceType Modifier and Type Method Description ExampleScenario.ExampleScenarioInstanceComponentExampleScenario.ExampleScenarioInstanceComponent. setResourceType(ExampleScenario.FHIRResourceType value)StringExampleScenario.FHIRResourceTypeEnumFactory. toCode(ExampleScenario.FHIRResourceType code)StringExampleScenario.FHIRResourceTypeEnumFactory. toSystem(ExampleScenario.FHIRResourceType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type ExampleScenario.FHIRResourceType Modifier and Type Method Description ExampleScenario.ExampleScenarioInstanceComponentExampleScenario.ExampleScenarioInstanceComponent. setResourceTypeElement(Enumeration<ExampleScenario.FHIRResourceType> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type ExampleScenario.FHIRResourceType Constructor Description ExampleScenarioInstanceComponent(StringType resourceId, Enumeration<ExampleScenario.FHIRResourceType> resourceType)Constructor
-