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.StatusHistory
Encounter.StatusHistory.Builder. build()
Build theEncounter.StatusHistory
Methods 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.Builder
Encounter.StatusHistory.Builder. from(Encounter.StatusHistory statusHistory)
Encounter.Builder
Encounter.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 void
Encounter.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.Builder
Encounter.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.
-