Uses of Class
org.hl7.fhir.dstu3.model.MeasureReport
-
Uses of MeasureReport in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionprotected MeasureReport
JsonParser.parseMeasureReport
(com.google.gson.JsonObject json) protected MeasureReport
XmlParser.parseMeasureReport
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeMeasureReport
(String name, MeasureReport element) protected void
RdfParser.composeMeasureReport
(Turtle.Complex parent, String parentType, String name, MeasureReport element, int index) protected void
XmlParser.composeMeasureReport
(String name, MeasureReport element) protected void
XmlParser.composeMeasureReportElements
(MeasureReport element) protected void
JsonParser.composeMeasureReportInner
(MeasureReport element) protected boolean
XmlParser.parseMeasureReportContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport res) JsonParser.parseMeasureReportMeasureReportGroupComponent
(com.google.gson.JsonObject json, MeasureReport owner) XmlParser.parseMeasureReportMeasureReportGroupComponent
(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner) protected boolean
XmlParser.parseMeasureReportMeasureReportGroupComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.MeasureReportGroupComponent res) protected void
JsonParser.parseMeasureReportMeasureReportGroupComponentProperties
(com.google.gson.JsonObject json, MeasureReport owner, MeasureReport.MeasureReportGroupComponent res) JsonParser.parseMeasureReportMeasureReportGroupPopulationComponent
(com.google.gson.JsonObject json, MeasureReport owner) XmlParser.parseMeasureReportMeasureReportGroupPopulationComponent
(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner) protected boolean
XmlParser.parseMeasureReportMeasureReportGroupPopulationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.MeasureReportGroupPopulationComponent res) protected void
JsonParser.parseMeasureReportMeasureReportGroupPopulationComponentProperties
(com.google.gson.JsonObject json, MeasureReport owner, MeasureReport.MeasureReportGroupPopulationComponent res) JsonParser.parseMeasureReportMeasureReportGroupStratifierComponent
(com.google.gson.JsonObject json, MeasureReport owner) XmlParser.parseMeasureReportMeasureReportGroupStratifierComponent
(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner) protected boolean
XmlParser.parseMeasureReportMeasureReportGroupStratifierComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.MeasureReportGroupStratifierComponent res) protected void
JsonParser.parseMeasureReportMeasureReportGroupStratifierComponentProperties
(com.google.gson.JsonObject json, MeasureReport owner, MeasureReport.MeasureReportGroupStratifierComponent res) protected void
JsonParser.parseMeasureReportProperties
(com.google.gson.JsonObject json, MeasureReport res) protected MeasureReport.StratifierGroupComponent
JsonParser.parseMeasureReportStratifierGroupComponent
(com.google.gson.JsonObject json, MeasureReport owner) protected MeasureReport.StratifierGroupComponent
XmlParser.parseMeasureReportStratifierGroupComponent
(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner) protected boolean
XmlParser.parseMeasureReportStratifierGroupComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.StratifierGroupComponent res) protected void
JsonParser.parseMeasureReportStratifierGroupComponentProperties
(com.google.gson.JsonObject json, MeasureReport owner, MeasureReport.StratifierGroupComponent res) JsonParser.parseMeasureReportStratifierGroupPopulationComponent
(com.google.gson.JsonObject json, MeasureReport owner) XmlParser.parseMeasureReportStratifierGroupPopulationComponent
(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner) protected boolean
XmlParser.parseMeasureReportStratifierGroupPopulationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.StratifierGroupPopulationComponent res) protected void
JsonParser.parseMeasureReportStratifierGroupPopulationComponentProperties
(com.google.gson.JsonObject json, MeasureReport owner, MeasureReport.StratifierGroupPopulationComponent res) -
Uses of MeasureReport in org.hl7.fhir.dstu3.model
Modifier and TypeMethodDescriptionMeasureReport.addGroup
(MeasureReport.MeasureReportGroupComponent t) MeasureReport.copy()
MeasureReport.setDateElement
(DateTimeType value) MeasureReport.setEvaluatedResources
(Reference value) MeasureReport.setEvaluatedResourcesTarget
(Bundle value) MeasureReport.setGroup
(List<MeasureReport.MeasureReportGroupComponent> theGroup) MeasureReport.setIdentifier
(Identifier value) MeasureReport.setMeasure
(Reference value) MeasureReport.setMeasureTarget
(Measure value) MeasureReport.setPatient
(Reference value) MeasureReport.setPatientTarget
(Patient value) MeasureReport.setReportingOrganization
(Reference value) MeasureReport.setReportingOrganizationTarget
(Organization value) MeasureReport.setStatus
(MeasureReport.MeasureReportStatus value) MeasureReport.setStatusElement
(Enumeration<MeasureReport.MeasureReportStatus> value) MeasureReport.setType
(MeasureReport.MeasureReportType value) MeasureReport.setTypeElement
(Enumeration<MeasureReport.MeasureReportType> value) protected MeasureReport
MeasureReport.typedCopy()