org.eclipse.ohf.bridge.type
Class PatientSearchPreferencesType
java.lang.Object
org.eclipse.ohf.bridge.type.PatientSearchPreferencesType
- All Implemented Interfaces:
- java.io.Serializable
public class PatientSearchPreferencesType
- extends java.lang.Object
- implements java.io.Serializable
Specifies user-defined preferences to be set when conducting a
PIX/PDQ query.
withoutDemographics: If true, then the query conducted is a
PIX patient cross-reference search. When false, query is a PDQ demographic search. (DEFAULT: false)
domainsReturned: Specify a list of assigning authority domains to match when returning data
quantityLimit: The number of results to return
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DEFAULT_SEARCH_LIMITATIONS
public static final PatientSearchPreferencesType DEFAULT_SEARCH_LIMITATIONS
PatientSearchPreferencesType
public PatientSearchPreferencesType()
getQuantityLimit
public int getQuantityLimit()
setQuantityLimit
public void setQuantityLimit(int pQuantityLimit)
getDomainsReturned
public AssigningAuthorityType[] getDomainsReturned()
setDomainsReturned
public void setDomainsReturned(AssigningAuthorityType[] pDomainsReturned)
addDomainsReturned
public void addDomainsReturned(AssigningAuthorityType pAssigningAuthorityType)
isWithoutDemographics
public boolean isWithoutDemographics()
setWithoutDemographics
public void setWithoutDemographics(boolean pDoPixQuery)
toString
public java.lang.String toString()
- Constructs a
String with all attributes in name = value format.
- Overrides:
toString in class java.lang.Object
- Returns:
- a
String representation of this object.