
Uses of Class
ca.uhn.fhir.model.dstu2.resource.EpisodeOfCare.StatusHistory
Packages that use EpisodeOfCare.StatusHistory
-
Uses of EpisodeOfCare.StatusHistory in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return EpisodeOfCare.StatusHistoryModifier and TypeMethodDescriptionEpisodeOfCare.addStatusHistory()
Adds and returns a new value for statusHistory ()EpisodeOfCare.getStatusHistoryFirstRep()
Gets the first repetition for statusHistory (), creating it if it does not already exist.Sets the value(s) for period ()EpisodeOfCare.StatusHistory.setStatus
(EpisodeOfCareStatusEnum theValue) Sets the value(s) for status ()EpisodeOfCare.StatusHistory.setStatus
(ca.uhn.fhir.model.primitive.BoundCodeDt<EpisodeOfCareStatusEnum> theValue) Sets the value(s) for status ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type EpisodeOfCare.StatusHistoryModifier and TypeMethodDescriptionEpisodeOfCare.getStatusHistory()
Gets the value(s) for statusHistory ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type EpisodeOfCare.StatusHistoryModifier and TypeMethodDescriptionEpisodeOfCare.addStatusHistory
(EpisodeOfCare.StatusHistory theValue) Adds a given new value for statusHistory ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type EpisodeOfCare.StatusHistoryModifier and TypeMethodDescriptionEpisodeOfCare.setStatusHistory
(List<EpisodeOfCare.StatusHistory> theValue) Sets the value(s) for statusHistory ()