Interface AllergyIntolerance_ReactionBuilder
-
- All Known Implementing Classes:
AllergyIntolerance_ReactionBuilder.Impl
public interface AllergyIntolerance_ReactionBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAllergyIntolerance_ReactionBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.AllergyIntolerance.Reactionbuild()static AllergyIntolerance_ReactionBuilder.Implbuilder(java.util.Collection<com.babylonhealth.lit.core_java.builders.CodeableConceptBuilder> manifestation)static AllergyIntolerance_ReactionBuilder.Implinit(java.util.Collection<com.babylonhealth.lit.core.model.CodeableConcept> manifestation)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.AllergyIntolerance.Reaction build()
-
init
static AllergyIntolerance_ReactionBuilder.Impl init(java.util.Collection<com.babylonhealth.lit.core.model.CodeableConcept> manifestation)
-
builder
static AllergyIntolerance_ReactionBuilder.Impl builder(java.util.Collection<com.babylonhealth.lit.core_java.builders.CodeableConceptBuilder> manifestation)
-
-