DataManagerGetPatients Method
|
Retrieves general information about patients belonging to clinic and provider
Namespace: Dtx.DataAccessExt
Assembly: Dtx.DataAccessExt (in Dtx.DataAccessExt.dll) Version: 11.0.12.85
Syntax
public IList<Patient> GetPatients(
string clinicId = null,
string providerId = null
)
Parameters
- clinicId (Optional)
- Type: SystemString
Clinic Id
- providerId (Optional)
- Type: SystemString
Provider Id
Return Value
Type:
IListPatient
List of patient models
See Also