mriDisease


Click here for a complete list of operations.

GetDiseaseInfo

Welcome to our Condition Info, powered by MediResourceā„¢. This is your source for easy-to-understand information on hundreds of medical conditions.

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
strDiseaseInput:
intDiseaseID:
strAlpha:
intChannelID:
intLanguageId:
intCountryId:
strWsKey:
intCaptureOne:
intCaptureTwo:
intCaptureThree:
intCaptureFour:
intCaptureFive:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /mriDisease.asmx HTTP/1.1
Host: webservice.mediresource.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.mediresource.com/GetDiseaseInfo"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetDiseaseInfo xmlns="http://www.mediresource.com/">
      <strDiseaseInput>string</strDiseaseInput>
      <intDiseaseID>string</intDiseaseID>
      <strAlpha>string</strAlpha>
      <intChannelID>int</intChannelID>
      <intLanguageId>int</intLanguageId>
      <intCountryId>int</intCountryId>
      <strWsKey>string</strWsKey>
      <intCaptureOne>int</intCaptureOne>
      <intCaptureTwo>int</intCaptureTwo>
      <intCaptureThree>int</intCaptureThree>
      <intCaptureFour>int</intCaptureFour>
      <intCaptureFive>int</intCaptureFive>
    </GetDiseaseInfo>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetDiseaseInfoResponse xmlns="http://www.mediresource.com/">
      <GetDiseaseInfoResult xmlns="">
        <channel>
          <title>string</title>
          <link>string</link>
          <description>string</description>
          <introduction>string</introduction>
          <recordcount>string</recordcount>
          <alpha_text>string</alpha_text>
          <search_box>string</search_box>
          <search_text>string</search_text>
          <facts_title>string</facts_title>
          <causes_title>string</causes_title>
          <symptoms_title>string</symptoms_title>
          <diagnosis_title>string</diagnosis_title>
          <treatment_title>string</treatment_title>
          <search_by_alpha>string</search_by_alpha>
          <disclaimer>string</disclaimer>
          <last_updated_title>string</last_updated_title>
          <artcl_refs_title>string</artcl_refs_title>
          <conditions>
            <info>string</info>
            <diseaseid>string</diseaseid>
            <diseasename>string</diseasename>
            <diseasename_a>string</diseasename_a>
            <diseasename_b>string</diseasename_b>
            <diseasename_c>string</diseasename_c>
            <diseasename_d>string</diseasename_d>
            <patientinfo>string</patientinfo>
            <fact>string</fact>
            <cause>string</cause>
            <symptom>string</symptom>
            <diagnosis>string</diagnosis>
            <treatment>string</treatment>
            <emptyset>string</emptyset>
            <last_updated>string</last_updated>
            <artcl_refs>string</artcl_refs>
            <errorstring>string</errorstring>
            <MedbLink>string</MedbLink>
            <tags xsi:nil="true" />
            <tags xsi:nil="true" />
          </conditions>
          <conditions>
            <info>string</info>
            <diseaseid>string</diseaseid>
            <diseasename>string</diseasename>
            <diseasename_a>string</diseasename_a>
            <diseasename_b>string</diseasename_b>
            <diseasename_c>string</diseasename_c>
            <diseasename_d>string</diseasename_d>
            <patientinfo>string</patientinfo>
            <fact>string</fact>
            <cause>string</cause>
            <symptom>string</symptom>
            <diagnosis>string</diagnosis>
            <treatment>string</treatment>
            <emptyset>string</emptyset>
            <last_updated>string</last_updated>
            <artcl_refs>string</artcl_refs>
            <errorstring>string</errorstring>
            <MedbLink>string</MedbLink>
            <tags xsi:nil="true" />
            <tags xsi:nil="true" />
          </conditions>
        </channel>
      </GetDiseaseInfoResult>
    </GetDiseaseInfoResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /mriDisease.asmx HTTP/1.1
Host: webservice.mediresource.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetDiseaseInfo xmlns="http://www.mediresource.com/">
      <strDiseaseInput>string</strDiseaseInput>
      <intDiseaseID>string</intDiseaseID>
      <strAlpha>string</strAlpha>
      <intChannelID>int</intChannelID>
      <intLanguageId>int</intLanguageId>
      <intCountryId>int</intCountryId>
      <strWsKey>string</strWsKey>
      <intCaptureOne>int</intCaptureOne>
      <intCaptureTwo>int</intCaptureTwo>
      <intCaptureThree>int</intCaptureThree>
      <intCaptureFour>int</intCaptureFour>
      <intCaptureFive>int</intCaptureFive>
    </GetDiseaseInfo>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetDiseaseInfoResponse xmlns="http://www.mediresource.com/">
      <GetDiseaseInfoResult xmlns="">
        <channel>
          <title>string</title>
          <link>string</link>
          <description>string</description>
          <introduction>string</introduction>
          <recordcount>string</recordcount>
          <alpha_text>string</alpha_text>
          <search_box>string</search_box>
          <search_text>string</search_text>
          <facts_title>string</facts_title>
          <causes_title>string</causes_title>
          <symptoms_title>string</symptoms_title>
          <diagnosis_title>string</diagnosis_title>
          <treatment_title>string</treatment_title>
          <search_by_alpha>string</search_by_alpha>
          <disclaimer>string</disclaimer>
          <last_updated_title>string</last_updated_title>
          <artcl_refs_title>string</artcl_refs_title>
          <conditions>
            <info>string</info>
            <diseaseid>string</diseaseid>
            <diseasename>string</diseasename>
            <diseasename_a>string</diseasename_a>
            <diseasename_b>string</diseasename_b>
            <diseasename_c>string</diseasename_c>
            <diseasename_d>string</diseasename_d>
            <patientinfo>string</patientinfo>
            <fact>string</fact>
            <cause>string</cause>
            <symptom>string</symptom>
            <diagnosis>string</diagnosis>
            <treatment>string</treatment>
            <emptyset>string</emptyset>
            <last_updated>string</last_updated>
            <artcl_refs>string</artcl_refs>
            <errorstring>string</errorstring>
            <MedbLink>string</MedbLink>
            <tags xsi:nil="true" />
            <tags xsi:nil="true" />
          </conditions>
          <conditions>
            <info>string</info>
            <diseaseid>string</diseaseid>
            <diseasename>string</diseasename>
            <diseasename_a>string</diseasename_a>
            <diseasename_b>string</diseasename_b>
            <diseasename_c>string</diseasename_c>
            <diseasename_d>string</diseasename_d>
            <patientinfo>string</patientinfo>
            <fact>string</fact>
            <cause>string</cause>
            <symptom>string</symptom>
            <diagnosis>string</diagnosis>
            <treatment>string</treatment>
            <emptyset>string</emptyset>
            <last_updated>string</last_updated>
            <artcl_refs>string</artcl_refs>
            <errorstring>string</errorstring>
            <MedbLink>string</MedbLink>
            <tags xsi:nil="true" />
            <tags xsi:nil="true" />
          </conditions>
        </channel>
      </GetDiseaseInfoResult>
    </GetDiseaseInfoResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /mriDisease.asmx/GetDiseaseInfo?strDiseaseInput=string&intDiseaseID=string&strAlpha=string&intChannelID=string&intLanguageId=string&intCountryId=string&strWsKey=string&intCaptureOne=string&intCaptureTwo=string&intCaptureThree=string&intCaptureFour=string&intCaptureFive=string HTTP/1.1
Host: webservice.mediresource.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<mediresource>
  <channel>
    <title>string</title>
    <link>string</link>
    <description>string</description>
    <introduction>string</introduction>
    <recordcount>string</recordcount>
    <alpha_text>string</alpha_text>
    <search_box>string</search_box>
    <search_text>string</search_text>
    <facts_title>string</facts_title>
    <causes_title>string</causes_title>
    <symptoms_title>string</symptoms_title>
    <diagnosis_title>string</diagnosis_title>
    <treatment_title>string</treatment_title>
    <search_by_alpha>string</search_by_alpha>
    <disclaimer>string</disclaimer>
    <last_updated_title>string</last_updated_title>
    <artcl_refs_title>string</artcl_refs_title>
    <conditions>
      <info>string</info>
      <diseaseid>string</diseaseid>
      <diseasename>string</diseasename>
      <diseasename_a>string</diseasename_a>
      <diseasename_b>string</diseasename_b>
      <diseasename_c>string</diseasename_c>
      <diseasename_d>string</diseasename_d>
      <patientinfo>string</patientinfo>
      <fact>string</fact>
      <cause>string</cause>
      <symptom>string</symptom>
      <diagnosis>string</diagnosis>
      <treatment>string</treatment>
      <emptyset>string</emptyset>
      <last_updated>string</last_updated>
      <artcl_refs>string</artcl_refs>
      <errorstring>string</errorstring>
      <MedbLink>string</MedbLink>
      <tags>
        <tagName>string</tagName>
      </tags>
      <tags>
        <tagName>string</tagName>
      </tags>
    </conditions>
    <conditions>
      <info>string</info>
      <diseaseid>string</diseaseid>
      <diseasename>string</diseasename>
      <diseasename_a>string</diseasename_a>
      <diseasename_b>string</diseasename_b>
      <diseasename_c>string</diseasename_c>
      <diseasename_d>string</diseasename_d>
      <patientinfo>string</patientinfo>
      <fact>string</fact>
      <cause>string</cause>
      <symptom>string</symptom>
      <diagnosis>string</diagnosis>
      <treatment>string</treatment>
      <emptyset>string</emptyset>
      <last_updated>string</last_updated>
      <artcl_refs>string</artcl_refs>
      <errorstring>string</errorstring>
      <MedbLink>string</MedbLink>
      <tags>
        <tagName>string</tagName>
      </tags>
      <tags>
        <tagName>string</tagName>
      </tags>
    </conditions>
  </channel>
</mediresource>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /mriDisease.asmx/GetDiseaseInfo HTTP/1.1
Host: webservice.mediresource.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

strDiseaseInput=string&intDiseaseID=string&strAlpha=string&intChannelID=string&intLanguageId=string&intCountryId=string&strWsKey=string&intCaptureOne=string&intCaptureTwo=string&intCaptureThree=string&intCaptureFour=string&intCaptureFive=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<mediresource>
  <channel>
    <title>string</title>
    <link>string</link>
    <description>string</description>
    <introduction>string</introduction>
    <recordcount>string</recordcount>
    <alpha_text>string</alpha_text>
    <search_box>string</search_box>
    <search_text>string</search_text>
    <facts_title>string</facts_title>
    <causes_title>string</causes_title>
    <symptoms_title>string</symptoms_title>
    <diagnosis_title>string</diagnosis_title>
    <treatment_title>string</treatment_title>
    <search_by_alpha>string</search_by_alpha>
    <disclaimer>string</disclaimer>
    <last_updated_title>string</last_updated_title>
    <artcl_refs_title>string</artcl_refs_title>
    <conditions>
      <info>string</info>
      <diseaseid>string</diseaseid>
      <diseasename>string</diseasename>
      <diseasename_a>string</diseasename_a>
      <diseasename_b>string</diseasename_b>
      <diseasename_c>string</diseasename_c>
      <diseasename_d>string</diseasename_d>
      <patientinfo>string</patientinfo>
      <fact>string</fact>
      <cause>string</cause>
      <symptom>string</symptom>
      <diagnosis>string</diagnosis>
      <treatment>string</treatment>
      <emptyset>string</emptyset>
      <last_updated>string</last_updated>
      <artcl_refs>string</artcl_refs>
      <errorstring>string</errorstring>
      <MedbLink>string</MedbLink>
      <tags>
        <tagName>string</tagName>
      </tags>
      <tags>
        <tagName>string</tagName>
      </tags>
    </conditions>
    <conditions>
      <info>string</info>
      <diseaseid>string</diseaseid>
      <diseasename>string</diseasename>
      <diseasename_a>string</diseasename_a>
      <diseasename_b>string</diseasename_b>
      <diseasename_c>string</diseasename_c>
      <diseasename_d>string</diseasename_d>
      <patientinfo>string</patientinfo>
      <fact>string</fact>
      <cause>string</cause>
      <symptom>string</symptom>
      <diagnosis>string</diagnosis>
      <treatment>string</treatment>
      <emptyset>string</emptyset>
      <last_updated>string</last_updated>
      <artcl_refs>string</artcl_refs>
      <errorstring>string</errorstring>
      <MedbLink>string</MedbLink>
      <tags>
        <tagName>string</tagName>
      </tags>
      <tags>
        <tagName>string</tagName>
      </tags>
    </conditions>
  </channel>
</mediresource>