
Uses of Class
org.hl7.fhir.r5.model.Encounter
Packages that use Encounter
-
Uses of Encounter in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return EncounterModifier and TypeMethodDescriptionprotected Encounter
JsonParser.parseEncounter
(com.google.gson.JsonObject json) protected Encounter
XmlParser.parseEncounter
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type EncounterModifier and TypeMethodDescriptionprotected void
JsonParser.composeEncounter
(String name, Encounter element) protected void
RdfParser.composeEncounter
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Encounter element, int index) protected void
XmlParser.composeEncounter
(String name, Encounter element) protected void
XmlParser.composeEncounterElements
(Encounter element) protected void
JsonParser.composeEncounterProperties
(Encounter element) protected boolean
XmlParser.parseEncounterContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Encounter res) protected void
JsonParser.parseEncounterProperties
(com.google.gson.JsonObject json, Encounter res) -
Uses of Encounter in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return EncounterModifier and TypeMethodDescriptionEncounter.addAccount
(Reference t) Encounter.addAppointment
(Reference t) Encounter.addBasedOn
(Reference t) Encounter.addClassHistory
(Encounter.ClassHistoryComponent t) Encounter.addDiagnosis
(Encounter.DiagnosisComponent t) Encounter.addEpisodeOfCare
(Reference t) Encounter.addIdentifier
(Identifier t) Encounter.addLocation
(Encounter.EncounterLocationComponent t) Encounter.addParticipant
(Encounter.EncounterParticipantComponent t) Encounter.addReason
(CodeableReference t) Encounter.addStatusHistory
(Encounter.StatusHistoryComponent t) Encounter.addType
(CodeableConcept t) Encounter.copy()
Encounter.setAccount
(List<Reference> theAccount) Encounter.setActualPeriod
(Period value) Encounter.setAppointment
(List<Reference> theAppointment) Encounter.setBasedOn
(List<Reference> theBasedOn) Encounter.setClassHistory
(List<Encounter.ClassHistoryComponent> theClassHistory) Encounter.setDiagnosis
(List<Encounter.DiagnosisComponent> theDiagnosis) Encounter.setEpisodeOfCare
(List<Reference> theEpisodeOfCare) Encounter.setHospitalization
(Encounter.EncounterHospitalizationComponent value) Encounter.setIdentifier
(List<Identifier> theIdentifier) Encounter.setLocation
(List<Encounter.EncounterLocationComponent> theLocation) Encounter.setParticipant
(List<Encounter.EncounterParticipantComponent> theParticipant) Encounter.setPlannedEndDate
(Date value) Encounter.setPlannedEndDateElement
(DateTimeType value) Encounter.setPlannedStartDate
(Date value) Encounter.setPlannedStartDateElement
(DateTimeType value) Encounter.setPriority
(CodeableConcept value) Encounter.setReason
(List<CodeableReference> theReason) Encounter.setServiceProvider
(Reference value) Encounter.setServiceType
(CodeableConcept value) Encounter.setStatus
(Encounter.EncounterStatus value) Encounter.setStatusElement
(Enumeration<Encounter.EncounterStatus> value) Encounter.setStatusHistory
(List<Encounter.StatusHistoryComponent> theStatusHistory) Encounter.setSubject
(Reference value) Encounter.setSubjectStatus
(CodeableConcept value) Encounter.setType
(List<CodeableConcept> theType) protected Encounter
Encounter.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type Encounter