
Uses of Class
org.hl7.fhir.r4.model.TestReport.TestReportParticipantComponent
Packages that use TestReport.TestReportParticipantComponent
-
Uses of TestReport.TestReportParticipantComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return TestReport.TestReportParticipantComponentModifier and TypeMethodDescriptionJsonParser.parseTestReportTestReportParticipantComponent(com.google.gson.JsonObject json, TestReport owner) XmlParser.parseTestReportTestReportParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) Methods in org.hl7.fhir.r4.formats with parameters of type TestReport.TestReportParticipantComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestReportTestReportParticipantComponent(String name, TestReport.TestReportParticipantComponent element) protected voidRdfParser.composeTestReportTestReportParticipantComponent(Turtle.Complex parent, String parentType, String name, TestReport.TestReportParticipantComponent element, int index) protected voidXmlParser.composeTestReportTestReportParticipantComponent(String name, TestReport.TestReportParticipantComponent element) protected voidXmlParser.composeTestReportTestReportParticipantComponentElements(TestReport.TestReportParticipantComponent element) protected voidJsonParser.composeTestReportTestReportParticipantComponentInner(TestReport.TestReportParticipantComponent element) protected booleanXmlParser.parseTestReportTestReportParticipantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestReport owner, TestReport.TestReportParticipantComponent res) protected voidJsonParser.parseTestReportTestReportParticipantComponentProperties(com.google.gson.JsonObject json, TestReport owner, TestReport.TestReportParticipantComponent res) -
Uses of TestReport.TestReportParticipantComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type TestReport.TestReportParticipantComponentModifier and TypeFieldDescriptionprotected 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 TestReport.TestReportParticipantComponentModifier 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) Methods in org.hl7.fhir.r4.model that return types with arguments of type TestReport.TestReportParticipantComponentMethods in org.hl7.fhir.r4.model with parameters of type TestReport.TestReportParticipantComponentModifier and TypeMethodDescriptionTestReport.addParticipant(TestReport.TestReportParticipantComponent t) voidTestReport.TestReportParticipantComponent.copyValues(TestReport.TestReportParticipantComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type TestReport.TestReportParticipantComponentModifier and TypeMethodDescriptionTestReport.setParticipant(List<TestReport.TestReportParticipantComponent> theParticipant)