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.StatusHistory
EpisodeOfCare.StatusHistory.Builder. build()
Build theEpisodeOfCare.StatusHistory
Methods in com.ibm.fhir.model.resource that return types with arguments of type EpisodeOfCare.StatusHistory Modifier and Type Method Description 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.Builder
EpisodeOfCare.StatusHistory.Builder. from(EpisodeOfCare.StatusHistory statusHistory)
EpisodeOfCare.Builder
EpisodeOfCare.Builder. statusHistory(EpisodeOfCare.StatusHistory... statusHistory)
The history of statuses that the EpisodeOfCare has been through (without requiring processing the history of the resource).protected void
EpisodeOfCare.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.Builder
EpisodeOfCare.Builder. statusHistory(Collection<EpisodeOfCare.StatusHistory> statusHistory)
The history of statuses that the EpisodeOfCare has been through (without requiring processing the history of the resource).
-