Uses of Class
org.hl7.fhir.r5.model.TestReport
Packages that use TestReport
-
Uses of TestReport in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return TestReportModifier and TypeMethodDescriptionprotected TestReportJsonParser.parseTestReport(com.google.gson.JsonObject json)protected TestReportXmlParser.parseTestReport(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type TestReportModifier and TypeMethodDescriptionprotected 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.r5.model
Methods in org.hl7.fhir.r5.model that return TestReportModifier and TypeMethodDescriptionTestReport.addParticipant(TestReport.TestReportParticipantComponent t)TestReport.addTest(TestReport.TestReportTestComponent t)TestReport.copy()TestReport.setIdentifier(Identifier value)TestReport.setIssuedElement(DateTimeType value)TestReport.setNameElement(StringType value)TestReport.setParticipant(List<TestReport.TestReportParticipantComponent> theParticipant)TestReport.setResult(TestReport.TestReportResult value)TestReport.setResultElement(Enumeration<TestReport.TestReportResult> value)TestReport.setScore(double value)TestReport.setScore(long value)TestReport.setScore(BigDecimal value)TestReport.setScoreElement(DecimalType value)TestReport.setSetup(TestReport.TestReportSetupComponent value)TestReport.setStatus(TestReport.TestReportStatus value)TestReport.setStatusElement(Enumeration<TestReport.TestReportStatus> value)TestReport.setTeardown(TestReport.TestReportTeardownComponent value)TestReport.setTest(List<TestReport.TestReportTestComponent> theTest)TestReport.setTesterElement(StringType value)TestReport.setTestScript(Reference value)protected TestReportTestReport.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type TestReport