static TestReport.Builder | 
TestReport.builder() | 
  | 
TestReport.Builder | 
TestReport.Builder.contained(Resource... contained) | 
 These resources do not have an independent existence apart from the resource that contains them - they cannot be 
 identified independently, and nor can they have their own independent transaction scope. 
 | 
TestReport.Builder | 
TestReport.Builder.contained(Collection<Resource> contained) | 
 These resources do not have an independent existence apart from the resource that contains them - they cannot be 
 identified independently, and nor can they have their own independent transaction scope. 
 | 
TestReport.Builder | 
TestReport.Builder.extension(Extension... extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
TestReport.Builder | 
TestReport.Builder.extension(Collection<Extension> extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
protected TestReport.Builder | 
TestReport.Builder.from(TestReport testReport) | 
  | 
TestReport.Builder | 
TestReport.Builder.id(String id) | 
 The logical id of the resource, as used in the URL for the resource. 
 | 
TestReport.Builder | 
TestReport.Builder.identifier(Identifier identifier) | 
 Identifier for the TestScript assigned for external purposes outside the context of FHIR. 
 | 
TestReport.Builder | 
TestReport.Builder.implicitRules(Uri implicitRules) | 
 A reference to a set of rules that were followed when the resource was constructed, and which must be understood when 
 processing the content. 
 | 
TestReport.Builder | 
TestReport.Builder.issued(DateTime issued) | 
 When the TestScript was executed and this TestReport was generated. 
 | 
TestReport.Builder | 
TestReport.Builder.language(Code language) | 
 The base language in which the resource is written. 
 | 
TestReport.Builder | 
TestReport.Builder.meta(Meta meta) | 
 The metadata about the resource. 
 | 
TestReport.Builder | 
TestReport.Builder.modifierExtension(Extension... modifierExtension) | 
 May be used to represent additional information that is not part of the basic definition of the resource and that 
 modifies the understanding of the element that contains it and/or the understanding of the containing element's 
 descendants. 
 | 
TestReport.Builder | 
TestReport.Builder.modifierExtension(Collection<Extension> modifierExtension) | 
 May be used to represent additional information that is not part of the basic definition of the resource and that 
 modifies the understanding of the element that contains it and/or the understanding of the containing element's 
 descendants. 
 | 
TestReport.Builder | 
TestReport.Builder.name(String name) | 
 A free text natural language name identifying the executed TestScript. 
 | 
TestReport.Builder | 
TestReport.Builder.participant(TestReport.Participant... participant) | 
 A participant in the test execution, either the execution engine, a client, or a server. 
 | 
TestReport.Builder | 
TestReport.Builder.participant(Collection<TestReport.Participant> participant) | 
 A participant in the test execution, either the execution engine, a client, or a server. 
 | 
TestReport.Builder | 
TestReport.Builder.result(TestReportResult result) | 
 The overall result from the execution of the TestScript. 
 | 
TestReport.Builder | 
TestReport.Builder.score(Decimal score) | 
 The final score (percentage of tests passed) resulting from the execution of the TestScript. 
 | 
TestReport.Builder | 
TestReport.Builder.setup(TestReport.Setup setup) | 
 The results of the series of required setup operations before the tests were executed. 
 | 
TestReport.Builder | 
TestReport.Builder.status(TestReportStatus status) | 
 The current state of this test report. 
 | 
TestReport.Builder | 
TestReport.Builder.teardown(TestReport.Teardown teardown) | 
 The results of the series of operations required to clean up after all the tests were executed (successfully or 
 otherwise). 
 | 
TestReport.Builder | 
TestReport.Builder.test(TestReport.Test... test) | 
 A test executed from the test script. 
 | 
TestReport.Builder | 
TestReport.Builder.test(Collection<TestReport.Test> test) | 
 A test executed from the test script. 
 | 
TestReport.Builder | 
TestReport.Builder.tester(String tester) | 
 Name of the tester producing this report (Organization or individual). 
 | 
TestReport.Builder | 
TestReport.Builder.testScript(Reference testScript) | 
 Ideally this is an absolute URL that is used to identify the version-specific TestScript that was executed, matching 
 the `TestScript.url`. 
 | 
TestReport.Builder | 
TestReport.Builder.text(Narrative text) | 
 A human-readable narrative that contains a summary of the resource and can be used to represent the content of the 
 resource to a human. 
 | 
TestReport.Builder | 
TestReport.toBuilder() | 
  |