Uses of Class
org.hl7.fhir.dstu2.model.Schedule
-
Packages that use Schedule Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Schedule in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Schedule Modifier and Type Method Description protected ScheduleJsonParser. parseSchedule(com.google.gson.JsonObject json)protected ScheduleXmlParser. parseSchedule(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type Schedule Modifier and Type Method Description protected voidJsonParser. composeSchedule(String name, Schedule element)protected voidXmlParser. composeSchedule(String name, Schedule element)protected voidJsonParser. composeScheduleInner(Schedule element) -
Uses of Schedule in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as Schedule Modifier and Type Field Description protected ScheduleSlot. scheduleTargetThe actual object that is the target of the reference (The schedule resource that this slot defines an interval of status information.)Methods in org.hl7.fhir.dstu2.model that return Schedule Modifier and Type Method Description ScheduleSchedule. addIdentifier(Identifier t)ScheduleSchedule. addType(CodeableConcept t)ScheduleSchedule. copy()ScheduleSlot. getScheduleTarget()ScheduleSchedule. setActor(Reference value)ScheduleSchedule. setActorTarget(Resource value)ScheduleSchedule. setComment(String value)ScheduleSchedule. setCommentElement(StringType value)ScheduleSchedule. setPlanningHorizon(Period value)protected ScheduleSchedule. typedCopy()Methods in org.hl7.fhir.dstu2.model with parameters of type Schedule Modifier and Type Method Description SlotSlot. setScheduleTarget(Schedule value)
-