
Uses of Class
org.hl7.fhir.r5.model.Task.TaskInputComponent
Packages that use Task.TaskInputComponent
-
Uses of Task.TaskInputComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Task.TaskInputComponentModifier and TypeMethodDescriptionprotected Task.TaskInputComponentJsonParser.parseTaskInputComponent(com.google.gson.JsonObject json) protected Task.TaskInputComponentXmlParser.parseTaskInputComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Task.TaskInputComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTaskInputComponent(String name, Task.TaskInputComponent element) protected voidRdfParser.composeTaskInputComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Task.TaskInputComponent element, int index) protected voidXmlParser.composeTaskInputComponent(String name, Task.TaskInputComponent element) protected voidXmlParser.composeTaskInputComponentElements(Task.TaskInputComponent element) protected voidJsonParser.composeTaskInputComponentProperties(Task.TaskInputComponent element) protected booleanXmlParser.parseTaskInputComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Task.TaskInputComponent res) protected voidJsonParser.parseTaskInputComponentProperties(com.google.gson.JsonObject json, Task.TaskInputComponent res) -
Uses of Task.TaskInputComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Task.TaskInputComponentModifier and TypeFieldDescriptionprotected List<Task.TaskInputComponent> Task.inputAdditional information that may be needed in the execution of the task.Methods in org.hl7.fhir.r5.model that return Task.TaskInputComponentModifier and TypeMethodDescriptionTask.addInput()Task.TaskInputComponent.copy()Task.getInputFirstRep()Task.TaskInputComponent.setType(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Task.TaskInputComponentMethods in org.hl7.fhir.r5.model with parameters of type Task.TaskInputComponentModifier and TypeMethodDescriptionTask.addInput(Task.TaskInputComponent t) voidTask.TaskInputComponent.copyValues(Task.TaskInputComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Task.TaskInputComponent