Uses of Class
org.hl7.fhir.r5.model.TestReport.TestReportParticipantComponent
Packages that use TestReport.TestReportParticipantComponent
-
Uses of TestReport.TestReportParticipantComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return TestReport.TestReportParticipantComponentModifier and TypeMethodDescriptionJsonParser.parseTestReportParticipantComponent(com.google.gson.JsonObject json)XmlParser.parseTestReportParticipantComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type TestReport.TestReportParticipantComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestReportParticipantComponent(String name, TestReport.TestReportParticipantComponent element)protected voidRdfParser.composeTestReportParticipantComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestReport.TestReportParticipantComponent element, int index)protected voidXmlParser.composeTestReportParticipantComponent(String name, TestReport.TestReportParticipantComponent element)protected voidXmlParser.composeTestReportParticipantComponentElements(TestReport.TestReportParticipantComponent element)protected voidJsonParser.composeTestReportParticipantComponentProperties(TestReport.TestReportParticipantComponent element)protected booleanXmlParser.parseTestReportParticipantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestReport.TestReportParticipantComponent res)protected voidJsonParser.parseTestReportParticipantComponentProperties(com.google.gson.JsonObject json, TestReport.TestReportParticipantComponent res) -
Uses of TestReport.TestReportParticipantComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.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.r5.model that return types with arguments of type TestReport.TestReportParticipantComponentMethods in org.hl7.fhir.r5.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.r5.model with type arguments of type TestReport.TestReportParticipantComponentModifier and TypeMethodDescriptionTestReport.setParticipant(List<TestReport.TestReportParticipantComponent> theParticipant)