
Uses of Class
org.hl7.fhir.r5.model.EncounterHistory
Packages that use EncounterHistory
- 
Uses of EncounterHistory in org.hl7.fhir.r5.formatsMethods in org.hl7.fhir.r5.formats that return EncounterHistoryModifier and TypeMethodDescriptionprotected EncounterHistoryJsonParser.parseEncounterHistory(com.google.gson.JsonObject json) protected EncounterHistoryXmlParser.parseEncounterHistory(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type EncounterHistoryModifier and TypeMethodDescriptionprotected voidJsonParser.composeEncounterHistory(String name, EncounterHistory element) protected voidRdfParser.composeEncounterHistory(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, EncounterHistory element, int index) protected voidXmlParser.composeEncounterHistory(String name, EncounterHistory element) protected voidXmlParser.composeEncounterHistoryElements(EncounterHistory element) protected voidJsonParser.composeEncounterHistoryProperties(EncounterHistory element) protected booleanXmlParser.parseEncounterHistoryContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EncounterHistory res) protected voidJsonParser.parseEncounterHistoryProperties(com.google.gson.JsonObject json, EncounterHistory res) 
- 
Uses of EncounterHistory in org.hl7.fhir.r5.modelMethods 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 EncounterHistoryEncounterHistory.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type EncounterHistory