Uses of Class
com.ibm.fhir.model.type.code.ExampleScenarioActorType
-
Packages that use ExampleScenarioActorType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of ExampleScenarioActorType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ExampleScenarioActorType Modifier and Type Method Description ExampleScenarioActorTypeExampleScenario.Actor. getType()The type of actor - person or system.Methods in com.ibm.fhir.model.resource with parameters of type ExampleScenarioActorType Modifier and Type Method Description ExampleScenario.Actor.BuilderExampleScenario.Actor.Builder. type(ExampleScenarioActorType type)The type of actor - person or system. -
Uses of ExampleScenarioActorType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as ExampleScenarioActorType Modifier and Type Field Description static ExampleScenarioActorTypeExampleScenarioActorType. ENTITYSystemstatic ExampleScenarioActorTypeExampleScenarioActorType. PERSONPersonMethods in com.ibm.fhir.model.type.code that return ExampleScenarioActorType Modifier and Type Method Description ExampleScenarioActorTypeExampleScenarioActorType.Builder. build()static ExampleScenarioActorTypeExampleScenarioActorType. of(ExampleScenarioActorType.ValueSet value)Factory method for creating ExampleScenarioActorType objects from a passed enum value.static ExampleScenarioActorTypeExampleScenarioActorType. of(String value)Factory method for creating ExampleScenarioActorType objects from a passed string value.
-