
Uses of Class
org.hl7.fhir.r5.model.ExampleScenario.ExampleScenarioProcessStepOperationComponent
Packages that use ExampleScenario.ExampleScenarioProcessStepOperationComponent
-
Uses of ExampleScenario.ExampleScenarioProcessStepOperationComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ExampleScenario.ExampleScenarioProcessStepOperationComponentModifier and TypeMethodDescriptionJsonParser.parseExampleScenarioProcessStepOperationComponent(com.google.gson.JsonObject json) XmlParser.parseExampleScenarioProcessStepOperationComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ExampleScenario.ExampleScenarioProcessStepOperationComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeExampleScenarioProcessStepOperationComponent(String name, ExampleScenario.ExampleScenarioProcessStepOperationComponent element) protected voidRdfParser.composeExampleScenarioProcessStepOperationComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ExampleScenario.ExampleScenarioProcessStepOperationComponent element, int index) protected voidXmlParser.composeExampleScenarioProcessStepOperationComponent(String name, ExampleScenario.ExampleScenarioProcessStepOperationComponent element) protected voidXmlParser.composeExampleScenarioProcessStepOperationComponentElements(ExampleScenario.ExampleScenarioProcessStepOperationComponent element) protected voidJsonParser.composeExampleScenarioProcessStepOperationComponentProperties(ExampleScenario.ExampleScenarioProcessStepOperationComponent element) protected booleanXmlParser.parseExampleScenarioProcessStepOperationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExampleScenario.ExampleScenarioProcessStepOperationComponent res) protected voidJsonParser.parseExampleScenarioProcessStepOperationComponentProperties(com.google.gson.JsonObject json, ExampleScenario.ExampleScenarioProcessStepOperationComponent res) -
Uses of ExampleScenario.ExampleScenarioProcessStepOperationComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as ExampleScenario.ExampleScenarioProcessStepOperationComponentModifier and TypeFieldDescriptionExampleScenario.ExampleScenarioProcessStepComponent.operationThe step represents a single operation invoked on receiver by sender.Methods in org.hl7.fhir.r5.model that return ExampleScenario.ExampleScenarioProcessStepOperationComponentModifier and TypeMethodDescriptionExampleScenario.ExampleScenarioProcessStepOperationComponent.copy()ExampleScenario.ExampleScenarioProcessStepComponent.getOperation()ExampleScenario.ExampleScenarioProcessStepOperationComponent.setDescription(String value) ExampleScenario.ExampleScenarioProcessStepOperationComponent.setDescriptionElement(MarkdownType value) ExampleScenario.ExampleScenarioProcessStepOperationComponent.setInitiator(String value) ExampleScenario.ExampleScenarioProcessStepOperationComponent.setInitiatorActive(boolean value) ExampleScenario.ExampleScenarioProcessStepOperationComponent.setInitiatorActiveElement(BooleanType value) ExampleScenario.ExampleScenarioProcessStepOperationComponent.setInitiatorElement(StringType value) ExampleScenario.ExampleScenarioProcessStepOperationComponent.setReceiver(String value) ExampleScenario.ExampleScenarioProcessStepOperationComponent.setReceiverActive(boolean value) ExampleScenario.ExampleScenarioProcessStepOperationComponent.setReceiverActiveElement(BooleanType value) ExampleScenario.ExampleScenarioProcessStepOperationComponent.setReceiverElement(StringType value) ExampleScenario.ExampleScenarioProcessStepOperationComponent.setRequest(ExampleScenario.ExampleScenarioInstanceContainedInstanceComponent value) ExampleScenario.ExampleScenarioProcessStepOperationComponent.setResponse(ExampleScenario.ExampleScenarioInstanceContainedInstanceComponent value) ExampleScenario.ExampleScenarioProcessStepOperationComponent.setTitleElement(StringType value) Methods in org.hl7.fhir.r5.model with parameters of type ExampleScenario.ExampleScenarioProcessStepOperationComponentModifier and TypeMethodDescriptionvoidExampleScenario.ExampleScenarioProcessStepOperationComponent.copyValues(ExampleScenario.ExampleScenarioProcessStepOperationComponent dst) ExampleScenario.ExampleScenarioProcessStepComponent.setOperation(ExampleScenario.ExampleScenarioProcessStepOperationComponent value) -
Uses of ExampleScenario.ExampleScenarioProcessStepOperationComponent in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type ExampleScenario.ExampleScenarioProcessStepOperationComponentModifier and TypeMethodDescriptionprotected StringExampleScenarioRenderer.toPlantUml(Map<Element, String> prefixes, ExampleScenario.ExampleScenarioProcessStepOperationComponent op, ExampleScenario scen, Map<String, Boolean> actorsActive, Map<String, String> actorKeys)