
Uses of Class
org.hl7.fhir.r4.model.MeasureReport
Packages that use MeasureReport
-
Uses of MeasureReport in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return MeasureReportModifier and TypeMethodDescriptionprotected MeasureReportJsonParser.parseMeasureReport(com.google.gson.JsonObject json) protected MeasureReportXmlParser.parseMeasureReport(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type MeasureReportModifier and TypeMethodDescriptionprotected voidJsonParser.composeMeasureReport(String name, MeasureReport element) protected voidRdfParser.composeMeasureReport(Turtle.Complex parent, String parentType, String name, MeasureReport element, int index) protected voidXmlParser.composeMeasureReport(String name, MeasureReport element) protected voidXmlParser.composeMeasureReportElements(MeasureReport element) protected voidJsonParser.composeMeasureReportInner(MeasureReport element) protected booleanXmlParser.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 booleanXmlParser.parseMeasureReportMeasureReportGroupComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.MeasureReportGroupComponent res) protected voidJsonParser.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 booleanXmlParser.parseMeasureReportMeasureReportGroupPopulationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.MeasureReportGroupPopulationComponent res) protected voidJsonParser.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 booleanXmlParser.parseMeasureReportMeasureReportGroupStratifierComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.MeasureReportGroupStratifierComponent res) protected voidJsonParser.parseMeasureReportMeasureReportGroupStratifierComponentProperties(com.google.gson.JsonObject json, MeasureReport owner, MeasureReport.MeasureReportGroupStratifierComponent res) protected voidJsonParser.parseMeasureReportProperties(com.google.gson.JsonObject json, MeasureReport res) protected MeasureReport.StratifierGroupComponentJsonParser.parseMeasureReportStratifierGroupComponent(com.google.gson.JsonObject json, MeasureReport owner) protected MeasureReport.StratifierGroupComponentXmlParser.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 booleanXmlParser.parseMeasureReportStratifierGroupComponentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.StratifierGroupComponentComponent res) protected voidJsonParser.parseMeasureReportStratifierGroupComponentComponentProperties(com.google.gson.JsonObject json, MeasureReport owner, MeasureReport.StratifierGroupComponentComponent res) protected booleanXmlParser.parseMeasureReportStratifierGroupComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.StratifierGroupComponent res) protected voidJsonParser.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 booleanXmlParser.parseMeasureReportStratifierGroupPopulationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.StratifierGroupPopulationComponent res) protected voidJsonParser.parseMeasureReportStratifierGroupPopulationComponentProperties(com.google.gson.JsonObject json, MeasureReport owner, MeasureReport.StratifierGroupPopulationComponent res) -
Uses of MeasureReport in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model that return MeasureReportModifier 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 MeasureReportMeasureReport.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type MeasureReport