Uses of Class
org.hl7.fhir.r4.model.MeasureReport
-
Uses of MeasureReport in org.hl7.fhir.r4.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) JsonParser.parseMeasureReportStratifierGroupComponentComponent
(com.google.gson.JsonObject json, MeasureReport owner) XmlParser.parseMeasureReportStratifierGroupComponentComponent
(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner) protected boolean
XmlParser.parseMeasureReportStratifierGroupComponentComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.StratifierGroupComponentComponent res) protected void
JsonParser.parseMeasureReportStratifierGroupComponentComponentProperties
(com.google.gson.JsonObject json, MeasureReport owner, MeasureReport.StratifierGroupComponentComponent res) 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.r4.model
Modifier and TypeMethodDescriptionMeasureReport.addEvaluatedResource
(Reference t) MeasureReport.addGroup
(MeasureReport.MeasureReportGroupComponent t) MeasureReport.addIdentifier
(Identifier t) MeasureReport.copy()
MeasureReport.setDateElement
(DateTimeType value) MeasureReport.setEvaluatedResource
(List<Reference> theEvaluatedResource) MeasureReport.setGroup
(List<MeasureReport.MeasureReportGroupComponent> theGroup) MeasureReport.setIdentifier
(List<Identifier> theIdentifier) MeasureReport.setImprovementNotation
(CodeableConcept value) MeasureReport.setMeasure
(String value) MeasureReport.setMeasureElement
(CanonicalType value) MeasureReport.setReporter
(Reference value) MeasureReport.setReporterTarget
(Resource value) MeasureReport.setStatus
(MeasureReport.MeasureReportStatus value) MeasureReport.setStatusElement
(Enumeration<MeasureReport.MeasureReportStatus> value) MeasureReport.setSubject
(Reference value) MeasureReport.setSubjectTarget
(Resource value) MeasureReport.setType
(MeasureReport.MeasureReportType value) MeasureReport.setTypeElement
(Enumeration<MeasureReport.MeasureReportType> value) protected MeasureReport
MeasureReport.typedCopy()