Uses of Class
org.linuxforhealth.fhir.model.resource.EpisodeOfCare.StatusHistory
-
Packages that use EpisodeOfCare.StatusHistory Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of EpisodeOfCare.StatusHistory in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return EpisodeOfCare.StatusHistory Modifier and Type Method Description EpisodeOfCare.StatusHistory
EpisodeOfCare.StatusHistory.Builder. build()
Build theEpisodeOfCare.StatusHistory
Methods in org.linuxforhealth.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 org.linuxforhealth.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 org.linuxforhealth.fhir.model.resource with type arguments of type EpisodeOfCare.StatusHistory Modifier and Type Method Description EpisodeOfCare.Builder
EpisodeOfCare.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).
-