C# 클래스 drug.DBConnection

파일 보기 프로젝트 열기: hres/api-dpd

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DBConnection ( string lang ) : drug
GetActiveIngredientById ( int id, string lang ) : ActiveIngredient
GetAllActiveIngredient ( string lang ) : List
GetAllCompany ( string lang ) : List
GetAllDrugProduct ( string lang ) : List
GetAllDrugVeterinarySpecies ( string lang ) : List
GetAllForm ( string lang ) : List
GetAllPackaging ( string lang ) : List
GetAllRoute ( string lang ) : List
GetAllSchedule ( string lang ) : List
GetAllStatus ( string lang ) : List
GetAllStatusExternal ( string lang ) : List
GetAllTherapeuticClass ( string lang ) : List
GetBySearchCriteria ( string din, string brandname, string company, string lang ) : List
GetCompanyByCompanyCode ( int id, string lang ) : Company
GetDrugProductById ( int id, string lang ) : DrugProduct
GetDrugVeterinarySpeciesByDrugCode ( int id, string lang ) : DrugVeterinarySpecies
GetFormByDrugCode ( int id, string lang ) : Form
GetPackagingByDrugCode ( int id, string lang ) : Packaging
GetRouteByDrugCode ( int id, string lang ) : Route
GetScheduleByDrugCode ( int id, string lang ) : Schedule
GetStatusByDrugCode ( int id, string lang ) : Status
GetStatusExternalByStatusCode ( int id, string lang ) : StatusExternal
GetTherapeuticClassByDrugCode ( int id, string lang ) : TherapeuticClass

메소드 상세

DBConnection() 공개 메소드

public DBConnection ( string lang ) : drug
lang string
리턴 drug

GetActiveIngredientById() 공개 메소드

public GetActiveIngredientById ( int id, string lang ) : ActiveIngredient
id int
lang string
리턴 DpdWebApi.Models.ActiveIngredient

GetAllActiveIngredient() 공개 메소드

public GetAllActiveIngredient ( string lang ) : List
lang string
리턴 List

GetAllCompany() 공개 메소드

public GetAllCompany ( string lang ) : List
lang string
리턴 List

GetAllDrugProduct() 공개 메소드

public GetAllDrugProduct ( string lang ) : List
lang string
리턴 List

GetAllDrugVeterinarySpecies() 공개 메소드

public GetAllDrugVeterinarySpecies ( string lang ) : List
lang string
리턴 List

GetAllForm() 공개 메소드

public GetAllForm ( string lang ) : List
lang string
리턴 List

GetAllPackaging() 공개 메소드

public GetAllPackaging ( string lang ) : List
lang string
리턴 List

GetAllRoute() 공개 메소드

public GetAllRoute ( string lang ) : List
lang string
리턴 List

GetAllSchedule() 공개 메소드

public GetAllSchedule ( string lang ) : List
lang string
리턴 List

GetAllStatus() 공개 메소드

public GetAllStatus ( string lang ) : List
lang string
리턴 List

GetAllStatusExternal() 공개 메소드

public GetAllStatusExternal ( string lang ) : List
lang string
리턴 List

GetAllTherapeuticClass() 공개 메소드

public GetAllTherapeuticClass ( string lang ) : List
lang string
리턴 List

GetBySearchCriteria() 공개 메소드

public GetBySearchCriteria ( string din, string brandname, string company, string lang ) : List
din string
brandname string
company string
lang string
리턴 List

GetCompanyByCompanyCode() 공개 메소드

public GetCompanyByCompanyCode ( int id, string lang ) : Company
id int
lang string
리턴 DpdWebApi.Models.Company

GetDrugProductById() 공개 메소드

public GetDrugProductById ( int id, string lang ) : DrugProduct
id int
lang string
리턴 DpdWebApi.Models.DrugProduct

GetDrugVeterinarySpeciesByDrugCode() 공개 메소드

public GetDrugVeterinarySpeciesByDrugCode ( int id, string lang ) : DrugVeterinarySpecies
id int
lang string
리턴 DpdWebApi.Models.DrugVeterinarySpecies

GetFormByDrugCode() 공개 메소드

public GetFormByDrugCode ( int id, string lang ) : Form
id int
lang string
리턴 DpdWebApi.Models.Form

GetPackagingByDrugCode() 공개 메소드

public GetPackagingByDrugCode ( int id, string lang ) : Packaging
id int
lang string
리턴 DpdWebApi.Models.Packaging

GetRouteByDrugCode() 공개 메소드

public GetRouteByDrugCode ( int id, string lang ) : Route
id int
lang string
리턴 Route

GetScheduleByDrugCode() 공개 메소드

public GetScheduleByDrugCode ( int id, string lang ) : Schedule
id int
lang string
리턴 DpdWebApi.Models.Schedule

GetStatusByDrugCode() 공개 메소드

public GetStatusByDrugCode ( int id, string lang ) : Status
id int
lang string
리턴 DpdWebApi.Models.Status

GetStatusExternalByStatusCode() 공개 메소드

public GetStatusExternalByStatusCode ( int id, string lang ) : StatusExternal
id int
lang string
리턴 DpdWebApi.Models.StatusExternal

GetTherapeuticClassByDrugCode() 공개 메소드

public GetTherapeuticClassByDrugCode ( int id, string lang ) : TherapeuticClass
id int
lang string
리턴 DpdWebApi.Models.TherapeuticClass