Interface Medication_BatchBuilder
-
- All Known Implementing Classes:
Medication_BatchBuilder.Impl
public interface Medication_BatchBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMedication_BatchBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.Medication.Batchbuild()static Medication_BatchBuilder.Implbuilder()static Medication_BatchBuilder.Implinit()
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.Medication.Batch build()
-
init
static Medication_BatchBuilder.Impl init()
-
builder
static Medication_BatchBuilder.Impl builder()
-
-