Uses of Class
org.hl7.fhir.r4.model.TestReport.TestReportParticipantComponent
-
Packages that use TestReport.TestReportParticipantComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of TestReport.TestReportParticipantComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return TestReport.TestReportParticipantComponent Modifier and Type Method Description protected TestReport.TestReportParticipantComponentJsonParser. parseTestReportTestReportParticipantComponent(com.google.gson.JsonObject json, TestReport owner)protected TestReport.TestReportParticipantComponentXmlParser. parseTestReportTestReportParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) -
Uses of TestReport.TestReportParticipantComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type TestReport.TestReportParticipantComponent Modifier and Type Field Description protected List<TestReport.TestReportParticipantComponent>TestReport. participantA participant in the test execution, either the execution engine, a client, or a server.Methods in org.hl7.fhir.r4.model that return types with arguments of type TestReport.TestReportParticipantComponent Modifier and Type Method Description List<TestReport.TestReportParticipantComponent>TestReport. getParticipant()Methods in org.hl7.fhir.r4.model with parameters of type TestReport.TestReportParticipantComponent Modifier and Type Method Description TestReportTestReport. addParticipant(TestReport.TestReportParticipantComponent t)voidTestReport.TestReportParticipantComponent. copyValues(TestReport.TestReportParticipantComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type TestReport.TestReportParticipantComponent Modifier and Type Method Description TestReportTestReport. setParticipant(List<TestReport.TestReportParticipantComponent> theParticipant)
-