C# 클래스 cvp.UtilityHelper

Summary description for Common
파일 보기 프로젝트 열기: hres/api-cvp

공개 메소드들

메소드 설명
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

메소드 상세

GetAllReportList() 공개 정적인 메소드

public static GetAllReportList ( string lang ) : List
lang string
리턴 List

GetReactionByReportId() 공개 정적인 메소드

public static GetReactionByReportId ( string reportId, string lang ) : List
reportId string
lang string
리턴 List

GetReportByCriteria() 공개 정적인 메소드

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

GetReportByID() 공개 정적인 메소드

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

GetReportDrugById() 공개 정적인 메소드

public static GetReportDrugById ( string reportId, string lang ) : List
reportId string
lang string
리턴 List

SetDefaultCulture() 공개 정적인 메소드

public static SetDefaultCulture ( string lang ) : void
lang string
리턴 void