Interface EpisodeOfCareBuilder
-
- All Superinterfaces:
DomainResourceBuilder,com.babylonhealth.lit.core_java.builders.ResourceBuilder
- All Known Implementing Classes:
EpisodeOfCareBuilder.Impl
public interface EpisodeOfCareBuilder extends DomainResourceBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEpisodeOfCareBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.EpisodeOfCarebuild()static EpisodeOfCareBuilder.Implbuilder(com.babylonhealth.lit.hl7.EPISODE_OF_CARE_STATUS status, com.babylonhealth.lit.core_java.builders.ReferenceBuilder patient)static EpisodeOfCareBuilder.Implinit(com.babylonhealth.lit.hl7.EPISODE_OF_CARE_STATUS status, com.babylonhealth.lit.core.model.Reference patient)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.EpisodeOfCare build()
- Specified by:
buildin interfaceDomainResourceBuilder- Specified by:
buildin interfacecom.babylonhealth.lit.core_java.builders.ResourceBuilder
-
init
static EpisodeOfCareBuilder.Impl init(com.babylonhealth.lit.hl7.EPISODE_OF_CARE_STATUS status, com.babylonhealth.lit.core.model.Reference patient)
-
builder
static EpisodeOfCareBuilder.Impl builder(com.babylonhealth.lit.hl7.EPISODE_OF_CARE_STATUS status, com.babylonhealth.lit.core_java.builders.ReferenceBuilder patient)
-
-