|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.businessconnector.therlink.domain.Patient.Builder
@Deprecated public static class Patient.Builder
Patient builder static class
Constructor Summary | |
---|---|
Patient.Builder()
Deprecated. |
Method Summary | |
---|---|
Patient |
build()
Deprecated. use be.ehealth.business.common.domain.Patient instead build the patient object and checks for parameters integrity |
Patient.Builder |
withEid(String eid)
Deprecated. use be.ehealth.business.common.domain.Patient instead |
Patient.Builder |
withFamilyName(String value)
Deprecated. use be.ehealth.business.common.domain.Patient instead |
Patient.Builder |
withFirstName(String value)
Deprecated. use be.ehealth.business.common.domain.Patient instead |
Patient.Builder |
withInss(String value)
Deprecated. use be.ehealth.business.common.domain.Patient instead |
Patient.Builder |
withName(String value)
Deprecated. use be.ehealth.business.common.domain.Patient instead |
Patient.Builder |
withSis(String value)
Deprecated. use be.ehealth.business.common.domain.Patient instead |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public Patient.Builder()
Method Detail |
---|
@Deprecated public Patient.Builder withFirstName(String value)
value
-
@Deprecated public Patient.Builder withFamilyName(String value)
value
-
@Deprecated public Patient.Builder withName(String value)
value
-
@Deprecated public Patient.Builder withInss(String value)
value
-
@Deprecated public Patient.Builder withSis(String value)
value
-
@Deprecated public Patient.Builder withEid(String eid)
eid
-
@Deprecated public Patient build() throws TherLinkBusinessConnectorException
TherLinkBusinessConnectorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |