|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.gov.nehta.vendorlibrary.mdm.segments.PV1.Builder
public static final class PV1.Builder
PV1.Builder
Build class used to construct and validate an PV1
object.
Constructor Summary | |
---|---|
PV1.Builder()
|
Method Summary | |
---|---|
PV1 |
build()
Build PV1 and validate necessary fields. |
PV1.Builder |
consultingDoctor(XCN value)
Set consulting doctor. |
PV1.Builder |
patientClass(PatientClass value)
Set patient class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PV1.Builder()
Method Detail |
---|
public PV1.Builder patientClass(PatientClass value)
value
- Patient class (not null).
PV1.Builder
public PV1.Builder consultingDoctor(XCN value)
value
- Consulting doctor (not null).
PV1.Builder
public PV1 build() throws MDMValidationException
PV1
and validate necessary fields.
PV1
MDMValidationException
- Thrown when validation of the PV1 contents fails.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |