Uses of Class
org.linuxforhealth.fhir.model.resource.Encounter.ClassHistory
-
Packages that use Encounter.ClassHistory Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Encounter.ClassHistory in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Encounter.ClassHistory Modifier and Type Method Description Encounter.ClassHistory
Encounter.ClassHistory.Builder. build()
Build theEncounter.ClassHistory
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Encounter.ClassHistory Modifier and Type Method Description java.util.List<Encounter.ClassHistory>
Encounter. getClassHistory()
The class history permits the tracking of the encounters transitions without needing to go through the resource history.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Encounter.ClassHistory Modifier and Type Method Description Encounter.Builder
Encounter.Builder. classHistory(Encounter.ClassHistory... classHistory)
The class history permits the tracking of the encounters transitions without needing to go through the resource history.protected Encounter.ClassHistory.Builder
Encounter.ClassHistory.Builder. from(Encounter.ClassHistory classHistory)
protected void
Encounter.ClassHistory.Builder. validate(Encounter.ClassHistory classHistory)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Encounter.ClassHistory Modifier and Type Method Description Encounter.Builder
Encounter.Builder. classHistory(java.util.Collection<Encounter.ClassHistory> classHistory)
The class history permits the tracking of the encounters transitions without needing to go through the resource history.
-