Uses of Class
org.hl7.fhir.dstu3.model.Task.TaskRestrictionComponent
-
Packages that use Task.TaskRestrictionComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of Task.TaskRestrictionComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Task.TaskRestrictionComponent Modifier and Type Method Description protected Task.TaskRestrictionComponentJsonParser. parseTaskTaskRestrictionComponent(com.google.gson.JsonObject json, Task owner)protected Task.TaskRestrictionComponentXmlParser. parseTaskTaskRestrictionComponent(org.xmlpull.v1.XmlPullParser xpp, Task owner) -
Uses of Task.TaskRestrictionComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as Task.TaskRestrictionComponent Modifier and Type Field Description protected 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.dstu3.model that return Task.TaskRestrictionComponent Modifier and Type Method Description Task.TaskRestrictionComponentTask.TaskRestrictionComponent. addRecipient(Reference t)Task.TaskRestrictionComponentTask.TaskRestrictionComponent. copy()Task.TaskRestrictionComponentTask. getRestriction()Task.TaskRestrictionComponentTask.TaskRestrictionComponent. setPeriod(Period value)Task.TaskRestrictionComponentTask.TaskRestrictionComponent. setRecipient(List<Reference> theRecipient)Task.TaskRestrictionComponentTask.TaskRestrictionComponent. setRepetitions(int value)Task.TaskRestrictionComponentTask.TaskRestrictionComponent. setRepetitionsElement(PositiveIntType value)Methods in org.hl7.fhir.dstu3.model with parameters of type Task.TaskRestrictionComponent Modifier and Type Method Description TaskTask. setRestriction(Task.TaskRestrictionComponent value)
-