| Constructor and Description |
|---|
Builder() |
Builder(Patient existingPatient)
Builder with existing (template) patient object.
|
| Modifier and Type | Method and Description |
|---|---|
Patient |
build()
build the patient object and checks for parameters integrity
|
Patient.Builder |
withEid(String eid) |
Patient.Builder |
withFamilyName(String value) |
Patient.Builder |
withFirstName(String value) |
Patient.Builder |
withInss(String value) |
Patient.Builder |
withIsiPlus(String value) |
Patient.Builder |
withLastName(String value) |
Patient.Builder |
withMiddleName(String value) |
Patient.Builder |
withMutuality(String value) |
Patient.Builder |
withRegNrWithMut(String value) |
Patient.Builder |
withSis(String value) |
public Builder()
public Builder(Patient existingPatient)
public Patient.Builder withFirstName(String value)
value - public Patient.Builder withFamilyName(String value)
value - public Patient.Builder withLastName(String value)
value - public Patient.Builder withMiddleName(String value)
value - public Patient.Builder withMutuality(String value)
value - public Patient.Builder withRegNrWithMut(String value)
value - public Patient.Builder withInss(String value)
value - public Patient.Builder withSis(String value)
value - public Patient.Builder withIsiPlus(String value)
value - public Patient.Builder withEid(String eid)
eid - public Patient build() throws IllegalStateException
IllegalStateException
Connector Packaging generic 4.2.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.