Uses of Class
ca.uhn.fhir.model.dstu2.resource.EpisodeOfCare.StatusHistory
-
Uses of EpisodeOfCare.StatusHistory in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionEpisodeOfCare.getStatusHistory()
Gets the value(s) for statusHistory ().Modifier and TypeMethodDescriptionEpisodeOfCare.addStatusHistory
(EpisodeOfCare.StatusHistory theValue) Adds a given new value for statusHistory ()Modifier and TypeMethodDescriptionEpisodeOfCare.setStatusHistory
(List<EpisodeOfCare.StatusHistory> theValue) Sets the value(s) for statusHistory ()