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.ClassHistoryEncounter.ClassHistory.Builder. build()Build theEncounter.ClassHistoryMethods 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.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 org.linuxforhealth.fhir.model.resource with type arguments of type Encounter.ClassHistory Modifier and Type Method Description Encounter.BuilderEncounter.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. 
 -