Uses of Class
org.hl7.fhir.r4.model.Encounter.ClassHistoryComponent
-
Packages that use Encounter.ClassHistoryComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Encounter.ClassHistoryComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Encounter.ClassHistoryComponent Modifier and Type Method Description protected Encounter.ClassHistoryComponentJsonParser. parseEncounterClassHistoryComponent(com.google.gson.JsonObject json, Encounter owner)protected Encounter.ClassHistoryComponentXmlParser. parseEncounterClassHistoryComponent(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) -
Uses of Encounter.ClassHistoryComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Encounter.ClassHistoryComponent Modifier and Type Field Description protected List<Encounter.ClassHistoryComponent>Encounter. classHistoryThe class history permits the tracking of the encounters transitions without needing to go through the resource history.Methods in org.hl7.fhir.r4.model that return Encounter.ClassHistoryComponent Modifier and Type Method Description Encounter.ClassHistoryComponentEncounter. addClassHistory()Encounter.ClassHistoryComponentEncounter.ClassHistoryComponent. copy()Encounter.ClassHistoryComponentEncounter. getClassHistoryFirstRep()Encounter.ClassHistoryComponentEncounter.ClassHistoryComponent. setClass_(Coding value)Encounter.ClassHistoryComponentEncounter.ClassHistoryComponent. setPeriod(Period value)Methods in org.hl7.fhir.r4.model that return types with arguments of type Encounter.ClassHistoryComponent Modifier and Type Method Description List<Encounter.ClassHistoryComponent>Encounter. getClassHistory()Methods in org.hl7.fhir.r4.model with parameters of type Encounter.ClassHistoryComponent Modifier and Type Method Description EncounterEncounter. addClassHistory(Encounter.ClassHistoryComponent t)voidEncounter.ClassHistoryComponent. copyValues(Encounter.ClassHistoryComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Encounter.ClassHistoryComponent Modifier and Type Method Description EncounterEncounter. setClassHistory(List<Encounter.ClassHistoryComponent> theClassHistory)
-