Uses of Class
org.hl7.fhir.r4b.model.TestReport
-
Packages that use TestReport Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of TestReport in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return TestReport Modifier and Type Method Description protected TestReportJsonParser. parseTestReport(com.google.gson.JsonObject json)protected TestReportXmlParser. parseTestReport(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4b.formats with parameters of type TestReport Modifier and Type Method Description protected voidJsonParser. composeTestReport(String name, TestReport element)protected voidRdfParser. composeTestReport(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestReport element, int index)protected voidXmlParser. composeTestReport(String name, TestReport element)protected voidXmlParser. composeTestReportElements(TestReport element)protected voidJsonParser. composeTestReportProperties(TestReport element)protected booleanXmlParser. parseTestReportContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestReport res)protected voidJsonParser. parseTestReportProperties(com.google.gson.JsonObject json, TestReport res) -
Uses of TestReport in org.hl7.fhir.r4b.model
Methods in org.hl7.fhir.r4b.model with parameters of type TestReport Modifier and Type Method Description voidTestReport. copyValues(TestReport dst)
-