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