
Uses of Class
org.hl7.fhir.r5.model.Task.TaskRestrictionComponent
Packages that use Task.TaskRestrictionComponent
-
Uses of Task.TaskRestrictionComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Task.TaskRestrictionComponentModifier and TypeMethodDescriptionprotected Task.TaskRestrictionComponent
JsonParser.parseTaskRestrictionComponent
(com.google.gson.JsonObject json) protected Task.TaskRestrictionComponent
XmlParser.parseTaskRestrictionComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Task.TaskRestrictionComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeTaskRestrictionComponent
(String name, Task.TaskRestrictionComponent element) protected void
RdfParser.composeTaskRestrictionComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Task.TaskRestrictionComponent element, int index) protected void
XmlParser.composeTaskRestrictionComponent
(String name, Task.TaskRestrictionComponent element) protected void
XmlParser.composeTaskRestrictionComponentElements
(Task.TaskRestrictionComponent element) protected void
JsonParser.composeTaskRestrictionComponentProperties
(Task.TaskRestrictionComponent element) protected boolean
XmlParser.parseTaskRestrictionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Task.TaskRestrictionComponent res) protected void
JsonParser.parseTaskRestrictionComponentProperties
(com.google.gson.JsonObject json, Task.TaskRestrictionComponent res) -
Uses of Task.TaskRestrictionComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as Task.TaskRestrictionComponentModifier and TypeFieldDescriptionprotected Task.TaskRestrictionComponent
Task.restriction
If the Task.focus is a request resource and the task is seeking fulfillment (i.e.Methods in org.hl7.fhir.r5.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.r5.model with parameters of type Task.TaskRestrictionComponentModifier and TypeMethodDescriptionvoid
Task.TaskRestrictionComponent.copyValues
(Task.TaskRestrictionComponent dst) Task.setRestriction
(Task.TaskRestrictionComponent value)