Interface SubstanceReferenceInformation_TargetBuilder
-
- All Known Implementing Classes:
SubstanceReferenceInformation_TargetBuilder.Impl
public interface SubstanceReferenceInformation_TargetBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSubstanceReferenceInformation_TargetBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Unions.ChoiceQuantityOrRangeOrStringamount(com.babylonhealth.lit.core.model.Quantity q)static Unions.ChoiceQuantityOrRangeOrStringamount(com.babylonhealth.lit.core.model.Range r)static Unions.ChoiceQuantityOrRangeOrStringamount(java.lang.String s)com.babylonhealth.lit.hl7.model.SubstanceReferenceInformation.Targetbuild()static SubstanceReferenceInformation_TargetBuilder.Implbuilder()static SubstanceReferenceInformation_TargetBuilder.Implinit()
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.SubstanceReferenceInformation.Target build()
-
init
static SubstanceReferenceInformation_TargetBuilder.Impl init()
-
builder
static SubstanceReferenceInformation_TargetBuilder.Impl builder()
-
amount
static Unions.ChoiceQuantityOrRangeOrString amount(com.babylonhealth.lit.core.model.Quantity q)
-
amount
static Unions.ChoiceQuantityOrRangeOrString amount(com.babylonhealth.lit.core.model.Range r)
-
amount
static Unions.ChoiceQuantityOrRangeOrString amount(java.lang.String s)
-
-