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 ) : |
||
GetReportDrugById ( string reportId, string lang ) : List |
||
SetDefaultCulture ( string lang ) : void |
public static GetAllReportList ( string lang ) : List |
||
lang | string | |
return | List |
public static GetReactionByReportId ( string reportId, string lang ) : List |
||
reportId | string | |
lang | string | |
return | List |
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 |
public static GetReportByID ( string reportId, string lang ) : |
||
reportId | string | |
lang | string | |
return |
public static GetReportDrugById ( string reportId, string lang ) : List |
||
reportId | string | |
lang | string | |
return | List |
public static SetDefaultCulture ( string lang ) : void | ||
lang | string | |
return | void |