Uses of Class
org.hl7.fhir.r5.model.EncounterHistory
-
Uses of EncounterHistory in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected EncounterHistory
JsonParser.parseEncounterHistory
(com.google.gson.JsonObject json) protected EncounterHistory
XmlParser.parseEncounterHistory
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeEncounterHistory
(String name, EncounterHistory element) protected void
RdfParser.composeEncounterHistory
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, EncounterHistory element, int index) protected void
XmlParser.composeEncounterHistory
(String name, EncounterHistory element) protected void
XmlParser.composeEncounterHistoryElements
(EncounterHistory element) protected void
JsonParser.composeEncounterHistoryProperties
(EncounterHistory element) protected boolean
XmlParser.parseEncounterHistoryContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, EncounterHistory res) protected void
JsonParser.parseEncounterHistoryProperties
(com.google.gson.JsonObject json, EncounterHistory res) -
Uses of EncounterHistory in org.hl7.fhir.r5.model
Modifier and TypeMethodDescriptionEncounterHistory.addIdentifier
(Identifier t) EncounterHistory.addLocation
(EncounterHistory.EncounterHistoryLocationComponent t) EncounterHistory.addServiceType
(CodeableReference t) EncounterHistory.addType
(CodeableConcept t) EncounterHistory.copy()
EncounterHistory.setActualPeriod
(Period value) EncounterHistory.setClass_
(CodeableConcept value) EncounterHistory.setEncounter
(Reference value) EncounterHistory.setIdentifier
(List<Identifier> theIdentifier) EncounterHistory.setLocation
(List<EncounterHistory.EncounterHistoryLocationComponent> theLocation) EncounterHistory.setPlannedEndDate
(Date value) EncounterHistory.setPlannedEndDateElement
(DateTimeType value) EncounterHistory.setPlannedStartDate
(Date value) EncounterHistory.setPlannedStartDateElement
(DateTimeType value) EncounterHistory.setServiceType
(List<CodeableReference> theServiceType) EncounterHistory.setStatus
(Enumerations.EncounterStatus value) EncounterHistory.setStatusElement
(Enumeration<Enumerations.EncounterStatus> value) EncounterHistory.setSubject
(Reference value) EncounterHistory.setSubjectStatus
(CodeableConcept value) EncounterHistory.setType
(List<CodeableConcept> theType) protected EncounterHistory
EncounterHistory.typedCopy()