Interface TestReport_ParticipantBuilder
-
- All Known Implementing Classes:
TestReport_ParticipantBuilder.Impl
public interface TestReport_ParticipantBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTestReport_ParticipantBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.TestReport.Participantbuild()static TestReport_ParticipantBuilder.Implbuilder(java.lang.String uri, com.babylonhealth.lit.hl7.REPORT_PARTICIPANT_TYPE _type)static TestReport_ParticipantBuilder.Implinit(java.lang.String uri, com.babylonhealth.lit.hl7.REPORT_PARTICIPANT_TYPE _type)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.TestReport.Participant build()
-
init
static TestReport_ParticipantBuilder.Impl init(java.lang.String uri, com.babylonhealth.lit.hl7.REPORT_PARTICIPANT_TYPE _type)
-
builder
static TestReport_ParticipantBuilder.Impl builder(java.lang.String uri, com.babylonhealth.lit.hl7.REPORT_PARTICIPANT_TYPE _type)
-
-