public void SubmitICD9WithHtmlKnowledgeResponceTypeRequestWithEmptyVotAndVdnFieldTest() { InfobuttonPage.SelectHtmlKnowledgeResponceType(); InfobuttonPage.EmptyVotField(); InfobuttonPage.EmptyVdnField(); InfobuttonPage.InputCodeVc("049").WithMainSearchCriteriaCodeSystemVcs(VcsCodes.Icd9).Submit(); }
public void GenerateQueryUrlSnomedWithHtmlKnowledgeResponceTypeRequestWithEmptyVotAndVdnFieldTest() { InfobuttonPage.SelectHtmlKnowledgeResponceType(); InfobuttonPage.EmptyVotField(); InfobuttonPage.EmptyVdnField(); InfobuttonPage.InputCodeVc("222008").WithMainSearchCriteriaCodeSystemVcs(VcsCodes.SnomedCt).GenerateQueryUrl(); }
public void GenerateQueryUrlICD10CmWithHtmlKnowledgeResponceTypeRequestWithEmptyVotAndVdnFieldTest() { InfobuttonPage.SelectHtmlKnowledgeResponceType(); InfobuttonPage.EmptyVotField(); InfobuttonPage.EmptyVdnField(); InfobuttonPage.InputCodeVc("F17.210").WithMainSearchCriteriaCodeSystemVcs(VcsCodes.Icd10Cm).GenerateQueryUrl(); }
public void GenerateQueryUrlSnomedRequestWithEmptyVotFieldTest() { InfobuttonPage.EmptyVotField(); InfobuttonPage.InputCodeVc("222008").WithMainSearchCriteriaCodeSystemVcs(VcsCodes.SnomedCt).GenerateQueryUrl(); }
public void SubmitSnomedWithHtmlKnowledgeResponceTypeRequestWithEmptyVotFieldTest() { InfobuttonPage.SelectHtmlKnowledgeResponceType(); InfobuttonPage.EmptyVotField(); InfobuttonPage.InputCodeVc("222008").WithMainSearchCriteriaCodeSystemVcs(VcsCodes.SnomedCt).Submit(); }
public void SubmitSnomedRequestWithEmptyVotFieldTest() { InfobuttonPage.EmptyVotField(); InfobuttonPage.InputCodeVc("222008").WithMainSearchCriteriaCodeSystemVcs(VcsCodes.SnomedCt).Submit(); }
public void GenerateQueryUrlICD9RequestWithEmptyVotFieldTest() { InfobuttonPage.EmptyVotField(); InfobuttonPage.InputCodeVc("049").WithMainSearchCriteriaCodeSystemVcs(VcsCodes.Icd9).GenerateQueryUrl(); }
public void SubmitICD9RequestWithEmptyVotFieldTest() { InfobuttonPage.EmptyVotField(); InfobuttonPage.InputCodeVc("049").WithMainSearchCriteriaCodeSystemVcs(VcsCodes.Icd9).Submit(); }
public void SubmitICD10CmRequestWithEmptyVotAndVdnFieldTest() { InfobuttonPage.EmptyVotField(); InfobuttonPage.EmptyVdnField(); InfobuttonPage.InputCodeVc("F17.210").WithMainSearchCriteriaCodeSystemVcs(VcsCodes.Icd10Cm).Submit(); }
public void GenerateQueryUrlICD10RequestWithEmptyVotAndVdnFieldTest() { InfobuttonPage.EmptyVotField(); InfobuttonPage.EmptyVdnField(); InfobuttonPage.InputCodeVc("F17.210").WithMainSearchCriteriaCodeSystemVcs(VcsCodes.Icd10).GenerateQueryUrl(); }