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 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 EncounterModifier and TypeMethodDescriptionprotected 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 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 EncounterEncounter.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Encounter