Uses of Class
org.hl7.fhir.r5.model.Encounter
-
Packages that use Encounter Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of Encounter in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Encounter Modifier and Type Method Description protected EncounterJsonParser. parseEncounter(com.google.gson.JsonObject json)protected EncounterXmlParser. parseEncounter(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type Encounter Modifier and Type Method Description protected voidJsonParser. composeEncounter(String name, Encounter element)protected voidRdfParser. composeEncounter(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Encounter element, int index)protected voidXmlParser. composeEncounter(String name, Encounter element)protected voidXmlParser. composeEncounterElements(Encounter element)protected voidJsonParser. composeEncounterProperties(Encounter element)protected booleanXmlParser. parseEncounterContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Encounter res)protected voidJsonParser. parseEncounterProperties(com.google.gson.JsonObject json, Encounter res) -
Uses of Encounter in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type Encounter Modifier and Type Method Description voidEncounter. copyValues(Encounter dst)
-