Interface Questionnaire_Item_EnableWhenBuilder
-
- All Known Implementing Classes:
Questionnaire_Item_EnableWhenBuilder.Impl
public interface Questionnaire_Item_EnableWhenBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classQuestionnaire_Item_EnableWhenBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Unions.Choice_1280102327answer(com.babylonhealth.lit.core.FHIRDate f)static Unions.Choice_1280102327answer(com.babylonhealth.lit.core.FHIRDateTime f)static Unions.Choice_1280102327answer(com.babylonhealth.lit.core.model.Coding c)static Unions.Choice_1280102327answer(com.babylonhealth.lit.core.model.Quantity q)static Unions.Choice_1280102327answer(com.babylonhealth.lit.core.model.Reference r)static Unions.Choice_1280102327answer(java.lang.Boolean b)static Unions.Choice_1280102327answer(java.lang.Integer i)static Unions.Choice_1280102327answer(java.lang.String s)static Unions.Choice_1280102327answer(java.time.LocalTime l)static Unions.Choice_1280102327answer(scala.math.BigDecimal b)com.babylonhealth.lit.hl7.model.Questionnaire$Item$EnableWhenbuild()static Questionnaire_Item_EnableWhenBuilder.Implbuilder(java.lang.String question, com.babylonhealth.lit.hl7.QUESTIONNAIRE_ENABLE_OPERATOR operator, @NonNull Unions.Choice_1280102327 answer)static Questionnaire_Item_EnableWhenBuilder.Implinit(java.lang.String question, com.babylonhealth.lit.hl7.QUESTIONNAIRE_ENABLE_OPERATOR operator, @NonNull Unions.Choice_1280102327 answer)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.Questionnaire$Item$EnableWhen build()
-
init
static Questionnaire_Item_EnableWhenBuilder.Impl init(java.lang.String question, com.babylonhealth.lit.hl7.QUESTIONNAIRE_ENABLE_OPERATOR operator, @NonNull @NonNull Unions.Choice_1280102327 answer)
-
builder
static Questionnaire_Item_EnableWhenBuilder.Impl builder(java.lang.String question, com.babylonhealth.lit.hl7.QUESTIONNAIRE_ENABLE_OPERATOR operator, @NonNull @NonNull Unions.Choice_1280102327 answer)
-
answer
static Unions.Choice_1280102327 answer(scala.math.BigDecimal b)
-
answer
static Unions.Choice_1280102327 answer(java.lang.Boolean b)
-
answer
static Unions.Choice_1280102327 answer(com.babylonhealth.lit.core.model.Coding c)
-
answer
static Unions.Choice_1280102327 answer(com.babylonhealth.lit.core.FHIRDate f)
-
answer
static Unions.Choice_1280102327 answer(com.babylonhealth.lit.core.FHIRDateTime f)
-
answer
static Unions.Choice_1280102327 answer(java.lang.Integer i)
-
answer
static Unions.Choice_1280102327 answer(java.time.LocalTime l)
-
answer
static Unions.Choice_1280102327 answer(com.babylonhealth.lit.core.model.Quantity q)
-
answer
static Unions.Choice_1280102327 answer(com.babylonhealth.lit.core.model.Reference r)
-
answer
static Unions.Choice_1280102327 answer(java.lang.String s)
-
-