C# 클래스 cvpWebApi.Controllers.ReportController

상속: ApiController
파일 보기 프로젝트 열기: hres/api-cvp

공개 메소드들

메소드 설명
GetAllReport ( string lang ) : IEnumerable
GetReportByCriteria ( string drugName, string ageRange, string gender, string seriousReport, string lang ) : IEnumerable
GetReportByID ( string id, string lang ) : Report

메소드 상세

GetAllReport() 공개 메소드

public GetAllReport ( string lang ) : IEnumerable
lang string
리턴 IEnumerable

GetReportByCriteria() 공개 메소드

public GetReportByCriteria ( string drugName, string ageRange, string gender, string seriousReport, string lang ) : IEnumerable
drugName string
ageRange string
gender string
seriousReport string
lang string
리턴 IEnumerable

GetReportByID() 공개 메소드

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