Interface CodeSystem_ConceptBuilder
-
- All Known Implementing Classes:
CodeSystem_ConceptBuilder.Impl
public interface CodeSystem_ConceptBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCodeSystem_ConceptBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.CodeSystem.Conceptbuild()static CodeSystem_ConceptBuilder.Implbuilder(java.lang.String code)static CodeSystem_ConceptBuilder.Implinit(java.lang.String code)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.CodeSystem.Concept build()
-
init
static CodeSystem_ConceptBuilder.Impl init(java.lang.String code)
-
builder
static CodeSystem_ConceptBuilder.Impl builder(java.lang.String code)
-
-