Property | Type | Description |
---|
Method | Description | |
---|---|---|
DBConnection ( string lang ) : System | ||
GetAllIngredient ( string lang ) : List |
||
GetAllIngredientQuantity ( string lang ) : List |
||
GetAllIngredientQuantityByMatrixId ( int matrix_id, string lang ) : List |
||
GetAllIngredientSource ( string lang ) : List |
||
GetAllIngredientSubmission ( string lang ) : List |
||
GetAllProductByCriteria ( string brandname, string ingredient, string companyname, string din, string lang ) : List |
||
GetAllProductBySingleTerm ( string term, string lang ) : List |
||
GetAllProductDose ( string lang ) : List |
||
GetAllProductLicence ( string lang ) : List |
||
GetAllProductPurpose ( string lang ) : List |
||
GetAllProductRisk ( string lang ) : List |
||
GetAllProductRiskText ( string lang ) : List |
||
GetAllProductRiskTextByRiskId ( int riskId, string lang ) : List |
||
GetAllProductRoute ( string lang ) : List |
||
GetIngredientById ( int id, string lang ) : |
||
GetIngredientQuantityById ( int id, string lang ) : |
||
GetIngredientSourceById ( int id, string lang ) : |
||
GetIngredientSubmissionById ( int id, string lang ) : |
||
GetMedIngredientByLicenceNumber ( int licenceNumber, string lang ) : List |
||
GetNonMedIngredientByLicenceNumber ( int licenceNumber, string lang ) : List |
||
GetProductDoseById ( int id, string lang ) : |
||
GetProductDoseByLicenceNumber ( int licenceNumber, string lang ) : List |
||
GetProductLicenceById ( int id, string lang ) : |
||
GetProductPurposeById ( int id, string lang ) : |
||
GetProductPurposeByLicenceNumber ( int licenceNumber, string lang ) : List |
||
GetProductRiskById ( int id, string lang ) : |
||
GetProductRiskTextById ( int id, string lang ) : |
||
GetProductRouteById ( int id, string lang ) : |
||
GetProductRouteByLicenceNumber ( int licenceNumber, string lang ) : List |
||
GetRiskByLicenceNumber ( int licenceNumber, string lang ) : List |
||
GetSecondaryBrandNameList ( int licenceNumber, string lang ) : List |
||
mergeMedIngredientRow ( List |
public GetAllIngredient ( string lang ) : List |
||
lang | string | |
return | List |
public GetAllIngredientQuantity ( string lang ) : List |
||
lang | string | |
return | List |
public GetAllIngredientQuantityByMatrixId ( int matrix_id, string lang ) : List |
||
matrix_id | int | |
lang | string | |
return | List |
public GetAllIngredientSource ( string lang ) : List |
||
lang | string | |
return | List |
public GetAllIngredientSubmission ( string lang ) : List |
||
lang | string | |
return | List |
public GetAllProductByCriteria ( string brandname, string ingredient, string companyname, string din, string lang ) : List |
||
brandname | string | |
ingredient | string | |
companyname | string | |
din | string | |
lang | string | |
return | List |
public GetAllProductBySingleTerm ( string term, string lang ) : List |
||
term | string | |
lang | string | |
return | List |
public GetAllProductDose ( string lang ) : List |
||
lang | string | |
return | List |
public GetAllProductLicence ( string lang ) : List |
||
lang | string | |
return | List |
public GetAllProductPurpose ( string lang ) : List |
||
lang | string | |
return | List |
public GetAllProductRisk ( string lang ) : List |
||
lang | string | |
return | List |
public GetAllProductRiskText ( string lang ) : List |
||
lang | string | |
return | List |
public GetAllProductRiskTextByRiskId ( int riskId, string lang ) : List |
||
riskId | int | |
lang | string | |
return | List |
public GetAllProductRoute ( string lang ) : List |
||
lang | string | |
return | List |
public GetIngredientById ( int id, string lang ) : |
||
id | int | |
lang | string | |
return |
public GetIngredientQuantityById ( int id, string lang ) : |
||
id | int | |
lang | string | |
return |
public GetIngredientSourceById ( int id, string lang ) : |
||
id | int | |
lang | string | |
return |
public GetIngredientSubmissionById ( int id, string lang ) : |
||
id | int | |
lang | string | |
return |
public GetMedIngredientByLicenceNumber ( int licenceNumber, string lang ) : List |
||
licenceNumber | int | |
lang | string | |
return | List |
public GetNonMedIngredientByLicenceNumber ( int licenceNumber, string lang ) : List |
||
licenceNumber | int | |
lang | string | |
return | List |
public GetProductDoseById ( int id, string lang ) : |
||
id | int | |
lang | string | |
return |
public GetProductDoseByLicenceNumber ( int licenceNumber, string lang ) : List |
||
licenceNumber | int | |
lang | string | |
return | List |
public GetProductLicenceById ( int id, string lang ) : |
||
id | int | |
lang | string | |
return |
public GetProductPurposeById ( int id, string lang ) : |
||
id | int | |
lang | string | |
return |
public GetProductPurposeByLicenceNumber ( int licenceNumber, string lang ) : List |
||
licenceNumber | int | |
lang | string | |
return | List |
public GetProductRiskById ( int id, string lang ) : |
||
id | int | |
lang | string | |
return |
public GetProductRiskTextById ( int id, string lang ) : |
||
id | int | |
lang | string | |
return |
public GetProductRouteById ( int id, string lang ) : |
||
id | int | |
lang | string | |
return |
public GetProductRouteByLicenceNumber ( int licenceNumber, string lang ) : List |
||
licenceNumber | int | |
lang | string | |
return | List |
public GetRiskByLicenceNumber ( int licenceNumber, string lang ) : List |
||
licenceNumber | int | |
lang | string | |
return | List |
public GetSecondaryBrandNameList ( int licenceNumber, string lang ) : List |
||
licenceNumber | int | |
lang | string | |
return | List |
public mergeMedIngredientRow ( List |
||
medInglist | List |
|
newMedInglist | List |
|
return | List |