Uses of Class
com.ibm.fhir.model.resource.EpisodeOfCare.StatusHistory
-
Packages that use EpisodeOfCare.StatusHistory Package Description com.ibm.fhir.model.resource -
-
Uses of EpisodeOfCare.StatusHistory in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return EpisodeOfCare.StatusHistory Modifier and Type Method Description EpisodeOfCare.StatusHistoryEpisodeOfCare.StatusHistory.Builder. build()Build theEpisodeOfCare.StatusHistoryMethods in com.ibm.fhir.model.resource that return types with arguments of type EpisodeOfCare.StatusHistory Modifier and Type Method Description java.util.List<EpisodeOfCare.StatusHistory>EpisodeOfCare. getStatusHistory()The history of statuses that the EpisodeOfCare has been through (without requiring processing the history of the resource).Methods in com.ibm.fhir.model.resource with parameters of type EpisodeOfCare.StatusHistory Modifier and Type Method Description protected EpisodeOfCare.StatusHistory.BuilderEpisodeOfCare.StatusHistory.Builder. from(EpisodeOfCare.StatusHistory statusHistory)EpisodeOfCare.BuilderEpisodeOfCare.Builder. statusHistory(EpisodeOfCare.StatusHistory... statusHistory)The history of statuses that the EpisodeOfCare has been through (without requiring processing the history of the resource).protected voidEpisodeOfCare.StatusHistory.Builder. validate(EpisodeOfCare.StatusHistory statusHistory)Method parameters in com.ibm.fhir.model.resource with type arguments of type EpisodeOfCare.StatusHistory Modifier and Type Method Description EpisodeOfCare.BuilderEpisodeOfCare.Builder. statusHistory(java.util.Collection<EpisodeOfCare.StatusHistory> statusHistory)The history of statuses that the EpisodeOfCare has been through (without requiring processing the history of the resource).
-