Uses of Class
ca.uhn.fhir.model.dstu2.resource.EpisodeOfCare.StatusHistory
-
Packages that use EpisodeOfCare.StatusHistory Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of EpisodeOfCare.StatusHistory in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return EpisodeOfCare.StatusHistory Modifier and Type Method Description EpisodeOfCare.StatusHistoryEpisodeOfCare. addStatusHistory()Adds and returns a new value for statusHistory ()EpisodeOfCare.StatusHistoryEpisodeOfCare. getStatusHistoryFirstRep()Gets the first repetition for statusHistory (), creating it if it does not already exist.EpisodeOfCare.StatusHistoryEpisodeOfCare.StatusHistory. setPeriod(PeriodDt theValue)Sets the value(s) for period ()EpisodeOfCare.StatusHistoryEpisodeOfCare.StatusHistory. setStatus(EpisodeOfCareStatusEnum theValue)Sets the value(s) for status ()EpisodeOfCare.StatusHistoryEpisodeOfCare.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.StatusHistory Modifier and Type Method Description List<EpisodeOfCare.StatusHistory>EpisodeOfCare. getStatusHistory()Gets the value(s) for statusHistory ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type EpisodeOfCare.StatusHistory Modifier and Type Method Description EpisodeOfCareEpisodeOfCare. 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.StatusHistory Modifier and Type Method Description EpisodeOfCareEpisodeOfCare. setStatusHistory(List<EpisodeOfCare.StatusHistory> theValue)Sets the value(s) for statusHistory ()
-