
Uses of Class
org.hl7.fhir.r5.model.EpisodeOfCare.ReasonComponent
Packages that use EpisodeOfCare.ReasonComponent
-
Uses of EpisodeOfCare.ReasonComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return EpisodeOfCare.ReasonComponentModifier and TypeMethodDescriptionprotected EpisodeOfCare.ReasonComponent
JsonParser.parseEpisodeOfCareReasonComponent
(com.google.gson.JsonObject json) protected EpisodeOfCare.ReasonComponent
XmlParser.parseEpisodeOfCareReasonComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type EpisodeOfCare.ReasonComponentModifier and TypeMethodDescriptionprotected void
RdfParser.composeEpisodeOfCareReasonComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, EpisodeOfCare.ReasonComponent element, int index) protected void
XmlParser.composeEpisodeOfCareReasonComponent
(String name, EpisodeOfCare.ReasonComponent element) protected void
XmlParser.composeEpisodeOfCareReasonComponentElements
(EpisodeOfCare.ReasonComponent element) protected void
JsonParser.composeReasonComponent
(String name, EpisodeOfCare.ReasonComponent element) protected void
JsonParser.composeReasonComponentProperties
(EpisodeOfCare.ReasonComponent element) protected boolean
XmlParser.parseEpisodeOfCareReasonComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, EpisodeOfCare.ReasonComponent res) protected void
JsonParser.parseEpisodeOfCareReasonComponentProperties
(com.google.gson.JsonObject json, EpisodeOfCare.ReasonComponent res) -
Uses of EpisodeOfCare.ReasonComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type EpisodeOfCare.ReasonComponentModifier and TypeFieldDescriptionprotected List
<EpisodeOfCare.ReasonComponent> EpisodeOfCare.reason
The list of medical reasons that are expected to be addressed during the episode of care.Methods in org.hl7.fhir.r5.model that return EpisodeOfCare.ReasonComponentModifier and TypeMethodDescriptionEpisodeOfCare.addReason()
EpisodeOfCare.ReasonComponent.addValue
(CodeableReference t) EpisodeOfCare.ReasonComponent.copy()
EpisodeOfCare.getReasonFirstRep()
EpisodeOfCare.ReasonComponent.setUse
(CodeableConcept value) EpisodeOfCare.ReasonComponent.setValue
(List<CodeableReference> theValue) Methods in org.hl7.fhir.r5.model that return types with arguments of type EpisodeOfCare.ReasonComponentMethods in org.hl7.fhir.r5.model with parameters of type EpisodeOfCare.ReasonComponentModifier and TypeMethodDescriptionEpisodeOfCare.addReason
(EpisodeOfCare.ReasonComponent t) void
EpisodeOfCare.ReasonComponent.copyValues
(EpisodeOfCare.ReasonComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type EpisodeOfCare.ReasonComponentModifier and TypeMethodDescriptionEpisodeOfCare.setReason
(List<EpisodeOfCare.ReasonComponent> theReason)