C# Class cvp.UtilityHelper

Summary description for Common
Mostra file Open project: hres/api-cvp

Public Methods

Method Description
GetAllReportList ( string lang ) : List
GetReactionByReportId ( string reportId, string lang ) : List
GetReportByCriteria ( string lang, string term, string ageRange, string gender, string seriousReport ) : List
GetReportByID ( string reportId, string lang ) : Report
GetReportDrugById ( string reportId, string lang ) : List
SetDefaultCulture ( string lang ) : void

Method Details

GetAllReportList() public static method

public static GetAllReportList ( string lang ) : List
lang string
return List

GetReactionByReportId() public static method

public static GetReactionByReportId ( string reportId, string lang ) : List
reportId string
lang string
return List

GetReportByCriteria() public static method

public static GetReportByCriteria ( string lang, string term, string ageRange, string gender, string seriousReport ) : List
lang string
term string
ageRange string
gender string
seriousReport string
return List

GetReportByID() public static method

public static GetReportByID ( string reportId, string lang ) : Report
reportId string
lang string
return cvpWebApi.Models.Report

GetReportDrugById() public static method

public static GetReportDrugById ( string reportId, string lang ) : List
reportId string
lang string
return List

SetDefaultCulture() public static method

public static SetDefaultCulture ( string lang ) : void
lang string
return void