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.ClassHistoryEncounter.ClassHistory.Builder. build()Build theEncounter.ClassHistoryMethods 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.BuilderEncounter.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.BuilderEncounter.ClassHistory.Builder. from(Encounter.ClassHistory classHistory)protected voidEncounter.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.BuilderEncounter.Builder. classHistory(Collection<Encounter.ClassHistory> classHistory)The class history permits the tracking of the encounters transitions without needing to go through the resource history.
-