The PatientDa type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindPatient
Public methodFindPatientByIdentifier
Public methodFormGetLastPatientProblemPlans(Int32)
Public methodFormGetLastPatientProblemPlans(Int32, String)
Public methodFormGetPatientAppointments
Public methodFormGetPatientsIdentification
Public methodFormGetPatientsIdentificationAll
Public methodGetDistinctContactStatus
Public methodGetDistinctContactStatusByPhysicianAndDisease(String, Int32, String, String)
Public methodGetDistinctContactStatusByPhysicianAndDisease(String, Int32, String, String, array<String>[]()[][])
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetPatientById
Public methodGetPatientByMRN
Public methodGetPatientByMRNAndDOB
Public methodGetPatientDiseases
Takes patientId and returns all diseases associated with the patient
Public methodGetPatientHPI
Public methodGetPatientHPIBladder
Public methodGetPatientHPIBreast
Public methodGetPatientHPIBreastForEForm
Public methodGetPatientHPIForEForm
Public methodGetPatientHPIKidney
Public methodGetPatientHPIProstateGU(Int32)
Public methodGetPatientHPIProstateGU(Int32, Byte)
Public methodGetPatientHPIProstateGUDataTable
Returns a DataTable of the Prostate GU HPI with the following columns. Table PriKey Item StartDate StartDateText EndDate EndDateText Filters GroupIndex GroupRowIndex
Public methodGetPatientHPIProstateGUXML
Returns a list of HPIGroup XElements, each containig a list of HPI XElements represnting the Prostate GU HPI. HPIGroup HPI Table PriKey Item StartDate StartDateText EndDate EndDateText Filters GroupIndex GroupRowIndex
Public methodGetPatientHPITestis
Public methodGetPatientPhysicians
Takes patientID and returns all physcians associated with the patient via the physicians table
Public methodGetPatientProtocols
Takes patientId and returns all protocols associated with the patient
Public methodGetPatientsByLastName
Called by Admin. Does not query based on DataSet. Accepts Wildcards.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsPatientInDataset
Returns if the specifiec PatientId is in the given dataset.
Public methodListPatients
Populates all drop down menus other than clinic and last name: Categories, Protocols, Contact Status and Referring Physician
Public methodListPatientsByContactStatusPhysicianAndDisease
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodSetParams Obsolete. (Inherited from BaseDA.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodValidatePatientDeletion

See Also