Uses of Class
com.ibm.fhir.model.resource.Encounter.StatusHistory
-
Packages that use Encounter.StatusHistory Package Description com.ibm.fhir.model.resource -
-
Uses of Encounter.StatusHistory in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Encounter.StatusHistory Modifier and Type Method Description Encounter.StatusHistoryEncounter.StatusHistory.Builder. build()Build theEncounter.StatusHistoryMethods in com.ibm.fhir.model.resource that return types with arguments of type Encounter.StatusHistory Modifier and Type Method Description List<Encounter.StatusHistory>Encounter. getStatusHistory()The status history permits the encounter resource to contain the status history without needing to read through the historical versions of the resource, or even have the server store them.Methods in com.ibm.fhir.model.resource with parameters of type Encounter.StatusHistory Modifier and Type Method Description protected Encounter.StatusHistory.BuilderEncounter.StatusHistory.Builder. from(Encounter.StatusHistory statusHistory)Encounter.BuilderEncounter.Builder. statusHistory(Encounter.StatusHistory... statusHistory)The status history permits the encounter resource to contain the status history without needing to read through the historical versions of the resource, or even have the server store them.protected voidEncounter.StatusHistory.Builder. validate(Encounter.StatusHistory statusHistory)Method parameters in com.ibm.fhir.model.resource with type arguments of type Encounter.StatusHistory Modifier and Type Method Description Encounter.BuilderEncounter.Builder. statusHistory(Collection<Encounter.StatusHistory> statusHistory)The status history permits the encounter resource to contain the status history without needing to read through the historical versions of the resource, or even have the server store them.
-