Interface PatientBuilder
-
- All Superinterfaces:
DomainResourceBuilder,com.babylonhealth.lit.core_java.builders.ResourceBuilder
- All Known Implementing Classes:
PatientBuilder.Impl
public interface PatientBuilder extends DomainResourceBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPatientBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.Patientbuild()static PatientBuilder.Implbuilder()static Unions.ChoiceBooleanOrDateTimedeceased(com.babylonhealth.lit.core.FHIRDateTime f)static Unions.ChoiceBooleanOrDateTimedeceased(java.lang.Boolean b)static PatientBuilder.Implinit()static Unions.ChoiceBooleanOrIntegermultipleBirth(java.lang.Boolean b)static Unions.ChoiceBooleanOrIntegermultipleBirth(java.lang.Integer i)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.Patient build()
- Specified by:
buildin interfaceDomainResourceBuilder- Specified by:
buildin interfacecom.babylonhealth.lit.core_java.builders.ResourceBuilder
-
init
static PatientBuilder.Impl init()
-
builder
static PatientBuilder.Impl builder()
-
deceased
static Unions.ChoiceBooleanOrDateTime deceased(java.lang.Boolean b)
-
deceased
static Unions.ChoiceBooleanOrDateTime deceased(com.babylonhealth.lit.core.FHIRDateTime f)
-
multipleBirth
static Unions.ChoiceBooleanOrInteger multipleBirth(java.lang.Boolean b)
-
multipleBirth
static Unions.ChoiceBooleanOrInteger multipleBirth(java.lang.Integer i)
-
-