C# Class DataAccess.Records.Repository.Lookup.PatientLookupRepository

Inheritance: BaseRepository, IPatientLookupRepository
显示文件 Open project: palladiumkenya/IQCareKe Class Usage Examples

Public Methods

Method Description
GetGenderId ( int patientId ) : PatientLookup
GetPatientById ( int patientId ) : PatientLookup
PatientLookupRepository ( ) : System
PatientLookupRepository ( LookupContext context ) : System

Method Details

GetGenderId() public method

public GetGenderId ( int patientId ) : PatientLookup
patientId int
return PatientLookup

GetPatientById() public method

public GetPatientById ( int patientId ) : PatientLookup
patientId int
return PatientLookup

PatientLookupRepository() public method

public PatientLookupRepository ( ) : System
return System

PatientLookupRepository() public method

public PatientLookupRepository ( LookupContext context ) : System
context LookupContext
return System