Interface TestReportBuilder

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  TestReportBuilder.Impl  
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.babylonhealth.lit.hl7.model.TestReport build()  
      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)  
      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)  
    • Method Detail

      • build

        com.babylonhealth.lit.hl7.model.TestReport build()
        Specified by:
        build in interface DomainResourceBuilder
        Specified by:
        build in interface com.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)