
Uses of Class
org.hl7.fhir.r4.model.Task.TaskRestrictionComponent
Packages that use Task.TaskRestrictionComponent
-
Uses of Task.TaskRestrictionComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Task.TaskRestrictionComponentModifier and TypeMethodDescriptionprotected Task.TaskRestrictionComponentJsonParser.parseTaskTaskRestrictionComponent(com.google.gson.JsonObject json, Task owner) protected Task.TaskRestrictionComponentXmlParser.parseTaskTaskRestrictionComponent(org.xmlpull.v1.XmlPullParser xpp, Task owner) Methods in org.hl7.fhir.r4.formats with parameters of type Task.TaskRestrictionComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTaskTaskRestrictionComponent(String name, Task.TaskRestrictionComponent element) protected voidRdfParser.composeTaskTaskRestrictionComponent(Turtle.Complex parent, String parentType, String name, Task.TaskRestrictionComponent element, int index) protected voidXmlParser.composeTaskTaskRestrictionComponent(String name, Task.TaskRestrictionComponent element) protected voidXmlParser.composeTaskTaskRestrictionComponentElements(Task.TaskRestrictionComponent element) protected voidJsonParser.composeTaskTaskRestrictionComponentInner(Task.TaskRestrictionComponent element) protected booleanXmlParser.parseTaskTaskRestrictionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Task owner, Task.TaskRestrictionComponent res) protected voidJsonParser.parseTaskTaskRestrictionComponentProperties(com.google.gson.JsonObject json, Task owner, Task.TaskRestrictionComponent res) -
Uses of Task.TaskRestrictionComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as Task.TaskRestrictionComponentModifier and TypeFieldDescriptionprotected Task.TaskRestrictionComponentTask.restrictionIf the Task.focus is a request resource and the task is seeking fulfillment (i.e. is asking for the request to be actioned), this element identifies any limitations on what parts of the referenced request should be actioned.Methods in org.hl7.fhir.r4.model that return Task.TaskRestrictionComponentModifier and TypeMethodDescriptionTask.TaskRestrictionComponent.addRecipient(Reference t) Task.TaskRestrictionComponent.copy()Task.getRestriction()Task.TaskRestrictionComponent.setRecipient(List<Reference> theRecipient) Task.TaskRestrictionComponent.setRepetitions(int value) Task.TaskRestrictionComponent.setRepetitionsElement(PositiveIntType value) Methods in org.hl7.fhir.r4.model with parameters of type Task.TaskRestrictionComponentModifier and TypeMethodDescriptionvoidTask.TaskRestrictionComponent.copyValues(Task.TaskRestrictionComponent dst) Task.setRestriction(Task.TaskRestrictionComponent value)