Interface CodeSystem_Concept_PropertyBuilder
-
- All Known Implementing Classes:
CodeSystem_Concept_PropertyBuilder.Impl
public interface CodeSystem_Concept_PropertyBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCodeSystem_Concept_PropertyBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.CodeSystem$Concept$Propertybuild()static CodeSystem_Concept_PropertyBuilder.Implbuilder(java.lang.String code, @NonNull Unions.Choice_0059314669 value)static CodeSystem_Concept_PropertyBuilder.Implinit(java.lang.String code, @NonNull Unions.Choice_0059314669 value)static Unions.Choice_0059314669value(com.babylonhealth.lit.core.FHIRDateTime f)static Unions.Choice_0059314669value(com.babylonhealth.lit.core.model.Coding c)static Unions.Choice_0059314669value(java.lang.Boolean b)static Unions.Choice_0059314669value(java.lang.Integer i)static Unions.Choice_0059314669value(scala.math.BigDecimal b)static Unions.Choice_0059314669valueCode(java.lang.String s)static Unions.Choice_0059314669valueString(java.lang.String s)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.CodeSystem$Concept$Property build()
-
init
static CodeSystem_Concept_PropertyBuilder.Impl init(java.lang.String code, @NonNull @NonNull Unions.Choice_0059314669 value)
-
builder
static CodeSystem_Concept_PropertyBuilder.Impl builder(java.lang.String code, @NonNull @NonNull Unions.Choice_0059314669 value)
-
value
static Unions.Choice_0059314669 value(scala.math.BigDecimal b)
-
value
static Unions.Choice_0059314669 value(java.lang.Boolean b)
-
value
static Unions.Choice_0059314669 value(com.babylonhealth.lit.core.model.Coding c)
-
value
static Unions.Choice_0059314669 value(com.babylonhealth.lit.core.FHIRDateTime f)
-
value
static Unions.Choice_0059314669 value(java.lang.Integer i)
-
valueCode
static Unions.Choice_0059314669 valueCode(java.lang.String s)
-
valueString
static Unions.Choice_0059314669 valueString(java.lang.String s)
-
-