C# Класс cvp.DBConnection

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
GetAgeRange List

Открытые методы

Метод Описание
DBConnection ( string lang ) : System
GetAEExportReportByDrugName ( string drugName, string lang ) : List
GetAEReportByDrugName ( string drugName ) : List
GetAllDrugProduct ( string lang ) : List
GetAllDrugProductIngredient ( string lang ) : List
GetAllGender ( string lang ) : List
GetAllOutcome ( string lang ) : List
GetAllReaction ( string lang ) : List
GetAllReport ( string lang ) : List
GetAllReportByIngredientName ( string ingredientName, string ageRange, string gender, string seriousReport, string lang ) : List
GetAllReportDrug ( string lang ) : List
GetAllReportInfo ( string lang ) : List
GetAllReportLink ( string lang ) : List
GetAllReportType ( string lang ) : List
GetAllSeriousness ( string lang ) : List
GetAllSource ( string lang ) : List
GetDrugProductByDrugName ( string drugName, string lang ) : List
GetDrugProductById ( int id, string lang ) : DrugProduct
GetDrugProductIngredientById ( int id, string lang ) : DrugProductIngredient
GetGenderById ( int id, string lang ) : Gender
GetOutcomeById ( int id, string lang ) : Outcome
GetReactionById ( int id, string lang ) : Reaction
GetReactionByReportId ( string reportId, string lang ) : List
GetReportByAllCriteria ( string searchTerm, string ageRange, string gender, string seriousReport, string lang ) : List
GetReportById ( int id, string lang ) : Report
GetReportById ( string id, string lang ) : Report
GetReportDrugById ( int reportId, string lang ) : ReportDrug
GetReportDrugByReportId ( string reportId, string lang ) : List
GetReportInfoByDrugName ( string drugName, string lang ) : List
GetReportInfoById ( int id, string lang ) : ReportInfo
GetReportLinkById ( int id, string lang ) : ReportLink
GetReportTypeById ( int id, string lang ) : ReportType
GetSeriousnessById ( int id, string lang ) : Seriousness
GetSourceById ( int id, string lang ) : Source

Приватные методы

Метод Описание
GetAgeRange ( string ageRangeSelected ) : List

Method that parses and age range string and returns the "to" and "from" values in the List

Описание методов

DBConnection() публичный Метод

public DBConnection ( string lang ) : System
lang string
Результат System

GetAEExportReportByDrugName() публичный Метод

public GetAEExportReportByDrugName ( string drugName, string lang ) : List
drugName string
lang string
Результат List

GetAEReportByDrugName() публичный Метод

public GetAEReportByDrugName ( string drugName ) : List
drugName string
Результат List

GetAllDrugProduct() публичный Метод

public GetAllDrugProduct ( string lang ) : List
lang string
Результат List

GetAllDrugProductIngredient() публичный Метод

public GetAllDrugProductIngredient ( string lang ) : List
lang string
Результат List

GetAllGender() публичный Метод

public GetAllGender ( string lang ) : List
lang string
Результат List

GetAllOutcome() публичный Метод

public GetAllOutcome ( string lang ) : List
lang string
Результат List

GetAllReaction() публичный Метод

public GetAllReaction ( string lang ) : List
lang string
Результат List

GetAllReport() публичный Метод

public GetAllReport ( string lang ) : List
lang string
Результат List

GetAllReportByIngredientName() публичный Метод

public GetAllReportByIngredientName ( string ingredientName, string ageRange, string gender, string seriousReport, string lang ) : List
ingredientName string
ageRange string
gender string
seriousReport string
lang string
Результат List

GetAllReportDrug() публичный Метод

public GetAllReportDrug ( string lang ) : List
lang string
Результат List

GetAllReportInfo() публичный Метод

public GetAllReportInfo ( string lang ) : List
lang string
Результат List

GetAllReportLink() публичный Метод

public GetAllReportLink ( string lang ) : List
lang string
Результат List

GetAllReportType() публичный Метод

public GetAllReportType ( string lang ) : List
lang string
Результат List

GetAllSeriousness() публичный Метод

public GetAllSeriousness ( string lang ) : List
lang string
Результат List

GetAllSource() публичный Метод

public GetAllSource ( string lang ) : List
lang string
Результат List

GetDrugProductByDrugName() публичный Метод

public GetDrugProductByDrugName ( string drugName, string lang ) : List
drugName string
lang string
Результат List

GetDrugProductById() публичный Метод

public GetDrugProductById ( int id, string lang ) : DrugProduct
id int
lang string
Результат cvpWebApi.Models.DrugProduct

GetDrugProductIngredientById() публичный Метод

public GetDrugProductIngredientById ( int id, string lang ) : DrugProductIngredient
id int
lang string
Результат cvpWebApi.Models.DrugProductIngredient

GetGenderById() публичный Метод

public GetGenderById ( int id, string lang ) : Gender
id int
lang string
Результат cvpWebApi.Models.Gender

GetOutcomeById() публичный Метод

public GetOutcomeById ( int id, string lang ) : Outcome
id int
lang string
Результат cvpWebApi.Models.Outcome

GetReactionById() публичный Метод

public GetReactionById ( int id, string lang ) : Reaction
id int
lang string
Результат cvpWebApi.Models.Reaction

GetReactionByReportId() публичный Метод

public GetReactionByReportId ( string reportId, string lang ) : List
reportId string
lang string
Результат List

GetReportByAllCriteria() публичный Метод

public GetReportByAllCriteria ( string searchTerm, string ageRange, string gender, string seriousReport, string lang ) : List
searchTerm string
ageRange string
gender string
seriousReport string
lang string
Результат List

GetReportById() публичный Метод

public GetReportById ( int id, string lang ) : Report
id int
lang string
Результат cvpWebApi.Models.Report

GetReportById() публичный Метод

public GetReportById ( string id, string lang ) : Report
id string
lang string
Результат cvpWebApi.Models.Report

GetReportDrugById() публичный Метод

public GetReportDrugById ( int reportId, string lang ) : ReportDrug
reportId int
lang string
Результат cvpWebApi.Models.ReportDrug

GetReportDrugByReportId() публичный Метод

public GetReportDrugByReportId ( string reportId, string lang ) : List
reportId string
lang string
Результат List

GetReportInfoByDrugName() публичный Метод

public GetReportInfoByDrugName ( string drugName, string lang ) : List
drugName string
lang string
Результат List

GetReportInfoById() публичный Метод

public GetReportInfoById ( int id, string lang ) : ReportInfo
id int
lang string
Результат cvpWebApi.Models.ReportInfo

GetReportLinkById() публичный Метод

public GetReportLinkById ( int id, string lang ) : ReportLink
id int
lang string
Результат cvpWebApi.Models.ReportLink

GetReportTypeById() публичный Метод

public GetReportTypeById ( int id, string lang ) : ReportType
id int
lang string
Результат cvpWebApi.Models.ReportType

GetSeriousnessById() публичный Метод

public GetSeriousnessById ( int id, string lang ) : Seriousness
id int
lang string
Результат cvpWebApi.Models.Seriousness

GetSourceById() публичный Метод

public GetSourceById ( int id, string lang ) : Source
id int
lang string
Результат cvpWebApi.Models.Source