Interface TestReportBuilder
-
- All Superinterfaces:
DomainResourceBuilder,com.babylonhealth.lit.core_java.builders.ResourceBuilder
- All Known Implementing Classes:
TestReportBuilder.Impl
public interface TestReportBuilder extends DomainResourceBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTestReportBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.TestReportbuild()static TestReportBuilder.Implbuilder(com.babylonhealth.lit.hl7.REPORT_STATUS_CODES status, com.babylonhealth.lit.hl7.REPORT_RESULT_CODES result, com.babylonhealth.lit.core_java.builders.ReferenceBuilder testScript)static TestReportBuilder.Implinit(com.babylonhealth.lit.hl7.REPORT_STATUS_CODES status, com.babylonhealth.lit.hl7.REPORT_RESULT_CODES result, com.babylonhealth.lit.core.model.Reference testScript)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.TestReport build()
- Specified by:
buildin interfaceDomainResourceBuilder- Specified by:
buildin interfacecom.babylonhealth.lit.core_java.builders.ResourceBuilder
-
init
static TestReportBuilder.Impl init(com.babylonhealth.lit.hl7.REPORT_STATUS_CODES status, com.babylonhealth.lit.hl7.REPORT_RESULT_CODES result, com.babylonhealth.lit.core.model.Reference testScript)
-
builder
static TestReportBuilder.Impl builder(com.babylonhealth.lit.hl7.REPORT_STATUS_CODES status, com.babylonhealth.lit.hl7.REPORT_RESULT_CODES result, com.babylonhealth.lit.core_java.builders.ReferenceBuilder testScript)
-
-