DataManagerGetPatientInfo Method (String, String, DateTime)

Retrieves detailed information about patients by firstname, lastname and birthdate

Namespace:  Dtx.DataAccessExt
Assembly:  Dtx.DataAccessExt (in Dtx.DataAccessExt.dll) Version: 11.0.12.85

Syntax
C#
public IList<PatientInfo> GetPatientInfo(
        string firstName,
        string lastName,
        DateTime birthDate
)

Parameters

firstName
Type: SystemString
Patient's first name
lastName
Type: SystemString
Patient's last name
birthDate
Type: SystemDateTime
Patient's birthday date

Return Value

Type: IListPatientInfo
A list of detailed information about patients.
See Also