Beispiel #1
0
 public void SubmitICD9WithHtmlKnowledgeResponceTypeRequestWithEmptyVotAndVdnFieldTest()
 {
     InfobuttonPage.SelectHtmlKnowledgeResponceType();
     InfobuttonPage.EmptyVotField();
     InfobuttonPage.EmptyVdnField();
     InfobuttonPage.InputCodeVc("049").WithMainSearchCriteriaCodeSystemVcs(VcsCodes.Icd9).Submit();
 }
Beispiel #2
0
 public void GenerateQueryUrlSnomedWithHtmlKnowledgeResponceTypeRequestWithEmptyVotAndVdnFieldTest()
 {
     InfobuttonPage.SelectHtmlKnowledgeResponceType();
     InfobuttonPage.EmptyVotField();
     InfobuttonPage.EmptyVdnField();
     InfobuttonPage.InputCodeVc("222008").WithMainSearchCriteriaCodeSystemVcs(VcsCodes.SnomedCt).GenerateQueryUrl();
 }
Beispiel #3
0
 public void GenerateQueryUrlICD10CmWithHtmlKnowledgeResponceTypeRequestWithEmptyVotAndVdnFieldTest()
 {
     InfobuttonPage.SelectHtmlKnowledgeResponceType();
     InfobuttonPage.EmptyVotField();
     InfobuttonPage.EmptyVdnField();
     InfobuttonPage.InputCodeVc("F17.210").WithMainSearchCriteriaCodeSystemVcs(VcsCodes.Icd10Cm).GenerateQueryUrl();
 }
Beispiel #4
0
 public void GenerateQueryUrlSnomedRequestWithEmptyVotFieldTest()
 {
     InfobuttonPage.EmptyVotField();
     InfobuttonPage.InputCodeVc("222008").WithMainSearchCriteriaCodeSystemVcs(VcsCodes.SnomedCt).GenerateQueryUrl();
 }
Beispiel #5
0
 public void SubmitSnomedWithHtmlKnowledgeResponceTypeRequestWithEmptyVotFieldTest()
 {
     InfobuttonPage.SelectHtmlKnowledgeResponceType();
     InfobuttonPage.EmptyVotField();
     InfobuttonPage.InputCodeVc("222008").WithMainSearchCriteriaCodeSystemVcs(VcsCodes.SnomedCt).Submit();
 }
Beispiel #6
0
 public void SubmitSnomedRequestWithEmptyVotFieldTest()
 {
     InfobuttonPage.EmptyVotField();
     InfobuttonPage.InputCodeVc("222008").WithMainSearchCriteriaCodeSystemVcs(VcsCodes.SnomedCt).Submit();
 }
Beispiel #7
0
 public void GenerateQueryUrlICD9RequestWithEmptyVotFieldTest()
 {
     InfobuttonPage.EmptyVotField();
     InfobuttonPage.InputCodeVc("049").WithMainSearchCriteriaCodeSystemVcs(VcsCodes.Icd9).GenerateQueryUrl();
 }
Beispiel #8
0
 public void SubmitICD9RequestWithEmptyVotFieldTest()
 {
     InfobuttonPage.EmptyVotField();
     InfobuttonPage.InputCodeVc("049").WithMainSearchCriteriaCodeSystemVcs(VcsCodes.Icd9).Submit();
 }
Beispiel #9
0
 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();
 }