Uses of Class
org.hl7.fhir.r5.model.Task.ParameterComponent
Packages that use Task.ParameterComponent
-
Uses of Task.ParameterComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Task.ParameterComponentModifier and TypeMethodDescriptionprotected Task.ParameterComponentJsonParser.parseTaskParameterComponent(com.google.gson.JsonObject json) protected Task.ParameterComponentXmlParser.parseTaskParameterComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Task.ParameterComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeParameterComponent(String name, Task.ParameterComponent element) protected voidJsonParser.composeParameterComponentProperties(Task.ParameterComponent element) protected voidRdfParser.composeTaskParameterComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Task.ParameterComponent element, int index) protected voidXmlParser.composeTaskParameterComponent(String name, Task.ParameterComponent element) protected voidXmlParser.composeTaskParameterComponentElements(Task.ParameterComponent element) protected booleanXmlParser.parseTaskParameterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Task.ParameterComponent res) protected voidJsonParser.parseTaskParameterComponentProperties(com.google.gson.JsonObject json, Task.ParameterComponent res) -
Uses of Task.ParameterComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Task.ParameterComponentModifier and TypeFieldDescriptionprotected List<Task.ParameterComponent>Task.inputAdditional information that may be needed in the execution of the task.Methods in org.hl7.fhir.r5.model that return Task.ParameterComponentModifier and TypeMethodDescriptionTask.addInput()Task.ParameterComponent.copy()Task.getInputFirstRep()Task.ParameterComponent.setType(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Task.ParameterComponentMethods in org.hl7.fhir.r5.model with parameters of type Task.ParameterComponentModifier and TypeMethodDescriptionTask.addInput(Task.ParameterComponent t) voidTask.ParameterComponent.copyValues(Task.ParameterComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Task.ParameterComponent