org.eclipse.ohf.bridge.type
Class PatientSearchPreferencesType

java.lang.Object
  extended by 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

Field Summary
static PatientSearchPreferencesType DEFAULT_SEARCH_LIMITATIONS
           
 
Constructor Summary
PatientSearchPreferencesType()
           
 
Method Summary
 void addDomainsReturned(AssigningAuthorityType pAssigningAuthorityType)
           
 AssigningAuthorityType[] getDomainsReturned()
           
 int getQuantityLimit()
           
 boolean isWithoutDemographics()
           
 void setDomainsReturned(AssigningAuthorityType[] pDomainsReturned)
           
 void setQuantityLimit(int pQuantityLimit)
           
 void setWithoutDemographics(boolean pDoPixQuery)
           
 java.lang.String toString()
          Constructs a String with all attributes in name = value format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_SEARCH_LIMITATIONS

public static final PatientSearchPreferencesType DEFAULT_SEARCH_LIMITATIONS
Constructor Detail

PatientSearchPreferencesType

public PatientSearchPreferencesType()
Method Detail

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.