|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openhealthexchange.openpixpdq.ihe.pdq.PdqQuery
public class PdqQuery
This is query object used for Patient Demographics Query.
| Constructor Summary | |
|---|---|
PdqQuery()
|
|
| Method Summary | |
|---|---|
com.misyshealthcare.connect.base.demographicdata.Address |
getAddress()
Gets the address. |
java.util.Calendar |
getBirthDate()
Gets the birth date. |
double |
getConfidence()
Gets the expected confidence of this search. |
java.lang.String |
getContinuationPointer()
Gets the continuation pointer for this PDQ query search. |
DriversLicense |
getDriversLicense()
Gets the driver's license. |
int |
getHowMany()
Gets the number of patient records to return for this PDQ search. |
PersonName |
getMotherMaidenName()
Gets the mother's maiden name. |
PatientIdentifier |
getPatientAccountNumber()
Gets the patient account number. |
PatientIdentifier |
getPatientIdentifier()
Gets the patient identifier. |
PersonName |
getPersonName()
Gets the patient name. |
com.misyshealthcare.connect.base.demographicdata.PhoneNumber |
getPhone()
Gets the phone number. |
java.lang.String |
getPrefix()
Gets the prefix wild card search string. |
java.lang.String |
getQueryName()
Gets the query name of this PDQ search. |
java.lang.String |
getQueryTag()
Gets the query tag of this PDQ search. |
com.misyshealthcare.connect.base.SharedEnums.SexType |
getSex()
Gets the sex. |
java.lang.String |
getSsn()
Gets the social security number. |
java.lang.String |
getSuffix()
Gets the suffix wild search string. |
void |
setAddress(com.misyshealthcare.connect.base.demographicdata.Address address)
Sets the address. |
void |
setBirthDate(java.util.Calendar birthDate)
Sets the birth date. |
void |
setConfidence(double confidence)
Sets the confidence. |
void |
setContinuationPointer(java.lang.String continuationPointer)
Sets the continuation pointer for this PDQ query search. |
void |
setDriversLicense(DriversLicense driversLicense)
Sets the driver's license. |
void |
setHowMany(int howMany)
Sets the number of patient records to return for this PDQ search. |
void |
setMotherMaidenName(PersonName motherMaidenName)
Sets the mother's maiden name. |
void |
setPatientAccountNumber(PatientIdentifier patientAccountNumber)
Sets the patient account number. |
void |
setPatientIdentifier(PatientIdentifier patientIdentifier)
Sets the patient identifier. |
void |
setPersonName(PersonName personName)
Sets the patient name. |
void |
setPhone(com.misyshealthcare.connect.base.demographicdata.PhoneNumber phone)
Sets the phone number. |
void |
setPrefix(java.lang.String prefix)
Sets the prefix wild card search string. |
void |
setQueryName(java.lang.String queryName)
Sets the query name of this PDQ search. |
void |
setQueryTag(java.lang.String queryTag)
Sets the query tag of this PDQ search. |
void |
setSex(com.misyshealthcare.connect.base.SharedEnums.SexType sex)
Sets the sex. |
void |
setSsn(java.lang.String ssn)
Sets the social security number. |
void |
setSuffix(java.lang.String suffix)
Sets the suffix wild card search string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PdqQuery()
| Method Detail |
|---|
public PersonName getPersonName()
public void setPersonName(PersonName personName)
personName - the personName to setpublic PersonName getMotherMaidenName()
public void setMotherMaidenName(PersonName motherMaidenName)
motherMaidenName - the mother's maiden name to setpublic DriversLicense getDriversLicense()
public void setDriversLicense(DriversLicense driversLicense)
driversLicense - the driver's license to setpublic java.lang.String getSsn()
public void setSsn(java.lang.String ssn)
ssn - the ssn to setpublic com.misyshealthcare.connect.base.SharedEnums.SexType getSex()
public void setSex(com.misyshealthcare.connect.base.SharedEnums.SexType sex)
sex - the sex to setpublic java.util.Calendar getBirthDate()
public void setBirthDate(java.util.Calendar birthDate)
birthDate - the birthDate to setpublic PatientIdentifier getPatientAccountNumber()
public void setPatientAccountNumber(PatientIdentifier patientAccountNumber)
patientAccountNumber - the patient account number to setpublic com.misyshealthcare.connect.base.demographicdata.PhoneNumber getPhone()
public void setPhone(com.misyshealthcare.connect.base.demographicdata.PhoneNumber phone)
phone - the phone to setpublic com.misyshealthcare.connect.base.demographicdata.Address getAddress()
public void setAddress(com.misyshealthcare.connect.base.demographicdata.Address address)
address - the address to setpublic double getConfidence()
public void setConfidence(double confidence)
confidence - the confidence to setpublic int getHowMany()
public void setHowMany(int howMany)
howMany - the number of patient records to setpublic java.lang.String getContinuationPointer()
public void setContinuationPointer(java.lang.String continuationPointer)
continuationPointer - the continuation pointer to setpublic java.lang.String getQueryTag()
public void setQueryTag(java.lang.String queryTag)
queryTag - the query tag to setpublic java.lang.String getQueryName()
public void setQueryName(java.lang.String queryName)
queryName - the query name to setpublic java.lang.String getPrefix()
public void setPrefix(java.lang.String prefix)
prefix - the prefix wild card to setpublic java.lang.String getSuffix()
public void setSuffix(java.lang.String suffix)
suffix - the suffix to setpublic PatientIdentifier getPatientIdentifier()
public void setPatientIdentifier(PatientIdentifier patientIdentifier)
patientIdentifier - the patient identifier to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||