Interface Patient_LinkBuilder
-
- All Known Implementing Classes:
Patient_LinkBuilder.Impl
public interface Patient_LinkBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPatient_LinkBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.Patient.Linkbuild()static Patient_LinkBuilder.Implbuilder(com.babylonhealth.lit.hl7.LINK_TYPE _type, com.babylonhealth.lit.core_java.builders.ReferenceBuilder other)static Patient_LinkBuilder.Implinit(com.babylonhealth.lit.hl7.LINK_TYPE _type, com.babylonhealth.lit.core.model.Reference other)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.Patient.Link build()
-
init
static Patient_LinkBuilder.Impl init(com.babylonhealth.lit.hl7.LINK_TYPE _type, com.babylonhealth.lit.core.model.Reference other)
-
builder
static Patient_LinkBuilder.Impl builder(com.babylonhealth.lit.hl7.LINK_TYPE _type, com.babylonhealth.lit.core_java.builders.ReferenceBuilder other)
-
-