Uses of Class
org.hl7.fhir.r5.model.TestReport.TestReportParticipantComponent
-
Uses of TestReport.TestReportParticipantComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseTestReportParticipantComponent
(com.google.gson.JsonObject json) XmlParser.parseTestReportParticipantComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeTestReportParticipantComponent
(String name, TestReport.TestReportParticipantComponent element) protected void
RdfParser.composeTestReportParticipantComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestReport.TestReportParticipantComponent element, int index) protected void
XmlParser.composeTestReportParticipantComponent
(String name, TestReport.TestReportParticipantComponent element) protected void
XmlParser.composeTestReportParticipantComponentElements
(TestReport.TestReportParticipantComponent element) protected void
JsonParser.composeTestReportParticipantComponentProperties
(TestReport.TestReportParticipantComponent element) protected boolean
XmlParser.parseTestReportParticipantComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestReport.TestReportParticipantComponent res) protected void
JsonParser.parseTestReportParticipantComponentProperties
(com.google.gson.JsonObject json, TestReport.TestReportParticipantComponent res) -
Uses of TestReport.TestReportParticipantComponent in org.hl7.fhir.r5.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)