Uses of Class
com.ibm.fhir.model.resource.Encounter.ClassHistory
-
Packages that use Encounter.ClassHistory Package Description com.ibm.fhir.model.resource -
-
Uses of Encounter.ClassHistory in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Encounter.ClassHistory Modifier and Type Method Description Encounter.ClassHistory
Encounter.ClassHistory.Builder. build()
Build theEncounter.ClassHistory
Methods in com.ibm.fhir.model.resource that return types with arguments of type Encounter.ClassHistory Modifier and Type Method Description 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 com.ibm.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 com.ibm.fhir.model.resource with type arguments of type Encounter.ClassHistory Modifier and Type Method Description Encounter.Builder
Encounter.Builder. classHistory(Collection<Encounter.ClassHistory> classHistory)
The class history permits the tracking of the encounters transitions without needing to go through the resource history.
-