Uses of Class
org.hl7.fhir.r5.model.TestReport
-
Uses of TestReport in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected TestReport
JsonParser.parseTestReport
(com.google.gson.JsonObject json) protected TestReport
XmlParser.parseTestReport
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeTestReport
(String name, TestReport element) protected void
RdfParser.composeTestReport
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestReport element, int index) protected void
XmlParser.composeTestReport
(String name, TestReport element) protected void
XmlParser.composeTestReportElements
(TestReport element) protected void
JsonParser.composeTestReportProperties
(TestReport element) protected boolean
XmlParser.parseTestReportContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestReport res) protected void
JsonParser.parseTestReportProperties
(com.google.gson.JsonObject json, TestReport res) -
Uses of TestReport in org.hl7.fhir.r5.model
Modifier 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
(String value) TestReport.setTestScriptElement
(CanonicalType value) protected TestReport
TestReport.typedCopy()