
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Schedule
Packages that use Schedule
-
Uses of Schedule in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ScheduleModifier and TypeMethodDescriptionSchedule.addIdentifier(IdentifierDt theValue) Adds a given new value for identifier (id)Schedule.addType(CodeableConceptDt theValue) Adds a given new value for type (class)Schedule.setActor(ResourceReferenceDt theValue) Sets the value(s) for actor (who.focus)Schedule.setComment(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for comment ()Schedule.setComment(String theString) Sets the value for comment ()Schedule.setIdentifier(List<IdentifierDt> theValue) Sets the value(s) for identifier (id)Schedule.setPlanningHorizon(PeriodDt theValue) Sets the value(s) for planningHorizon (when.planned)Schedule.setType(List<CodeableConceptDt> theValue) Sets the value(s) for type (class)