Uses of Class
org.hl7.fhir.dstu2016may.model.EpisodeOfCare
-
Packages that use EpisodeOfCare Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of EpisodeOfCare in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return EpisodeOfCare Modifier and Type Method Description protected EpisodeOfCareJsonParser. parseEpisodeOfCare(com.google.gson.JsonObject json)protected EpisodeOfCareXmlParser. parseEpisodeOfCare(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type EpisodeOfCare Modifier and Type Method Description protected voidJsonParser. composeEpisodeOfCare(String name, EpisodeOfCare element)protected voidRdfParser. composeEpisodeOfCare(RdfGenerator.Complex parent, String parentType, String name, EpisodeOfCare element, int index)protected voidXmlParser. composeEpisodeOfCare(String name, EpisodeOfCare element)protected voidJsonParser. composeEpisodeOfCareInner(EpisodeOfCare element)protected EpisodeOfCare.EpisodeOfCareStatusHistoryComponentJsonParser. parseEpisodeOfCareEpisodeOfCareStatusHistoryComponent(com.google.gson.JsonObject json, EpisodeOfCare owner)protected EpisodeOfCare.EpisodeOfCareStatusHistoryComponentXmlParser. parseEpisodeOfCareEpisodeOfCareStatusHistoryComponent(org.xmlpull.v1.XmlPullParser xpp, EpisodeOfCare owner) -
Uses of EpisodeOfCare in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type EpisodeOfCare Modifier and Type Field Description protected List<EpisodeOfCare>Encounter. episodeOfCareTargetThe actual objects that are the target of the reference (Where a specific encounter should be classified as a part of a specific episode(s) of care this field should be used.Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type EpisodeOfCare Modifier and Type Method Description List<EpisodeOfCare>Encounter. getEpisodeOfCareTarget()
-