Interface CarePlanBuilder

    • Nested Class Summary

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

      All Methods Static Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.babylonhealth.lit.hl7.model.CarePlan build()  
      static CarePlanBuilder.Impl builder​(com.babylonhealth.lit.hl7.REQUEST_STATUS status, com.babylonhealth.lit.hl7.CARE_PLAN_INTENT intent, com.babylonhealth.lit.core_java.builders.ReferenceBuilder subject)  
      static CarePlanBuilder.Impl init​(com.babylonhealth.lit.hl7.REQUEST_STATUS status, com.babylonhealth.lit.hl7.CARE_PLAN_INTENT intent, com.babylonhealth.lit.core.model.Reference subject)  
    • Method Detail

      • build

        com.babylonhealth.lit.hl7.model.CarePlan build()
        Specified by:
        build in interface DomainResourceBuilder
        Specified by:
        build in interface com.babylonhealth.lit.core_java.builders.ResourceBuilder
      • init

        static CarePlanBuilder.Impl init​(com.babylonhealth.lit.hl7.REQUEST_STATUS status,
                                         com.babylonhealth.lit.hl7.CARE_PLAN_INTENT intent,
                                         com.babylonhealth.lit.core.model.Reference subject)
      • builder

        static CarePlanBuilder.Impl builder​(com.babylonhealth.lit.hl7.REQUEST_STATUS status,
                                            com.babylonhealth.lit.hl7.CARE_PLAN_INTENT intent,
                                            com.babylonhealth.lit.core_java.builders.ReferenceBuilder subject)