http://127.0.0.1:8001/searchicd9.html

Discussion in 'Chickenfoot Scripts' started by Graham, Nov 6, 2006.

  1. Graham

    Graham Developer Staff Member

    This page is brought up on the "Display ICD9" popup window.

    This sample script shows how to search the eMDs ICD-9 search page [:D]<pre id="pre">// search the eMDS ic9 search page! :)

    try { disease = find(/Disease: (.*)/).groups[1]; }
    catch(e) {
    disease = '';
    }

    go('http://www.e-mds.com/services/icd9/index.html')
    enter(disease);
    click('first button');
    </pre>
  2. Graham

    Graham Developer Staff Member

Share This Page