Uses of Class
org.hl7.fhir.r5.model.Schedule
-
Packages that use Schedule Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of Schedule in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.formats with parameters of type Schedule Modifier and Type Method Description protected voidJsonParser. composeSchedule(String name, Schedule element)protected voidRdfParser. composeSchedule(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Schedule element, int index)protected voidXmlParser. composeSchedule(String name, Schedule element)protected voidXmlParser. composeScheduleElements(Schedule element)protected voidJsonParser. composeScheduleProperties(Schedule element)protected booleanXmlParser. parseScheduleContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Schedule res)protected voidJsonParser. parseScheduleProperties(com.google.gson.JsonObject json, Schedule res) -
Uses of Schedule in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return Schedule Modifier and Type Method Description ScheduleSchedule. addActor(Reference t)ScheduleSchedule. addIdentifier(Identifier t)ScheduleSchedule. addServiceCategory(CodeableConcept t)ScheduleSchedule. addServiceType(CodeableConcept t)ScheduleSchedule. addSpecialty(CodeableConcept t)ScheduleSchedule. copy()ScheduleSchedule. setActive(boolean value)ScheduleSchedule. setActiveElement(BooleanType value)ScheduleSchedule. setActor(List<Reference> theActor)ScheduleSchedule. setComment(String value)ScheduleSchedule. setCommentElement(StringType value)ScheduleSchedule. setIdentifier(List<Identifier> theIdentifier)ScheduleSchedule. setPlanningHorizon(Period value)ScheduleSchedule. setServiceCategory(List<CodeableConcept> theServiceCategory)ScheduleSchedule. setServiceType(List<CodeableConcept> theServiceType)ScheduleSchedule. setSpecialty(List<CodeableConcept> theSpecialty)protected ScheduleSchedule. typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Schedule Modifier and Type Method Description voidSchedule. copyValues(Schedule dst)
-