DataManager GetPatientInfo Method (Int32, Int32)

Retrieves detailed information about patient by patient Id and Db

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

Syntax
C#
public IList<PatientInfo> GetPatientInfo(
                                        int patId,
                                        int patDb
                                )
                                

Parameters

patId
Type: System Int32
Patient Id
patDb
Type: System Int32
Patient Db

Return Value

Type: IList PatientInfo
PatientInfo model class object
See Also