
Uses of Class
org.hl7.fhir.r5.model.EncounterHistory
Packages that use EncounterHistory
-
Uses of EncounterHistory in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return EncounterHistoryModifier and TypeMethodDescriptionprotected EncounterHistory
JsonParser.parseEncounterHistory
(com.google.gson.JsonObject json) protected EncounterHistory
XmlParser.parseEncounterHistory
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type EncounterHistoryModifier 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
Methods in org.hl7.fhir.r5.model that return EncounterHistoryModifier 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()
Methods in org.hl7.fhir.r5.model with parameters of type EncounterHistory