Uses of Class
org.hl7.fhir.r4.model.TestReport.TestReportParticipantComponent
-
Uses of TestReport.TestReportParticipantComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseTestReportTestReportParticipantComponent
(com.google.gson.JsonObject json, TestReport owner) XmlParser.parseTestReportTestReportParticipantComponent
(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeTestReportTestReportParticipantComponent
(String name, TestReport.TestReportParticipantComponent element) protected void
RdfParser.composeTestReportTestReportParticipantComponent
(Turtle.Complex parent, String parentType, String name, TestReport.TestReportParticipantComponent element, int index) protected void
XmlParser.composeTestReportTestReportParticipantComponent
(String name, TestReport.TestReportParticipantComponent element) protected void
XmlParser.composeTestReportTestReportParticipantComponentElements
(TestReport.TestReportParticipantComponent element) protected void
JsonParser.composeTestReportTestReportParticipantComponentInner
(TestReport.TestReportParticipantComponent element) protected boolean
XmlParser.parseTestReportTestReportParticipantComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestReport owner, TestReport.TestReportParticipantComponent res) protected void
JsonParser.parseTestReportTestReportParticipantComponentProperties
(com.google.gson.JsonObject json, TestReport owner, TestReport.TestReportParticipantComponent res) -
Uses of TestReport.TestReportParticipantComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<TestReport.TestReportParticipantComponent> TestReport.participant
A participant in the test execution, either the execution engine, a client, or a server.Modifier and TypeMethodDescriptionTestReport.addParticipant()
TestReport.TestReportParticipantComponent.copy()
TestReport.getParticipantFirstRep()
TestReport.TestReportParticipantComponent.setDisplay
(String value) TestReport.TestReportParticipantComponent.setDisplayElement
(StringType value) TestReport.TestReportParticipantComponent.setType
(TestReport.TestReportParticipantType value) TestReport.TestReportParticipantComponent.setTypeElement
(Enumeration<TestReport.TestReportParticipantType> value) TestReport.TestReportParticipantComponent.setUriElement
(UriType value) Modifier and TypeMethodDescriptionTestReport.addParticipant
(TestReport.TestReportParticipantComponent t) void
TestReport.TestReportParticipantComponent.copyValues
(TestReport.TestReportParticipantComponent dst) Modifier and TypeMethodDescriptionTestReport.setParticipant
(List<TestReport.TestReportParticipantComponent> theParticipant)