GET api/LookUpCust/GetIcd?typeIcd9={typeIcd9}&operCode={operCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
typeIcd9

integer

Required

operCode

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Icd9Diagnosis
NameDescriptionTypeAdditional information
autoCode

integer

None.

Icd9Code

string

Required

String length: inclusive between 0 and 10

Icd9Code2

string

Required

String length: inclusive between 0 and 10

shortDescription

string

Required

String length: inclusive between 0 and 50

fullDescription

string

Required

String length: inclusive between 0 and 400

typeCode

integer

Required

isMalignant

string

Matching regular expression pattern: ^[yn]{1}$

String length: inclusive between 0 and 1

interface_code

string

None.

old_code

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "autoCode": 1,
    "Icd9Code": "sample string 2",
    "Icd9Code2": "sample string 3",
    "shortDescription": "sample string 4",
    "fullDescription": "sample string 5",
    "typeCode": 6,
    "isMalignant": "sample string 7",
    "interface_code": "sample string 8",
    "old_code": 1
  },
  {
    "autoCode": 1,
    "Icd9Code": "sample string 2",
    "Icd9Code2": "sample string 3",
    "shortDescription": "sample string 4",
    "fullDescription": "sample string 5",
    "typeCode": 6,
    "isMalignant": "sample string 7",
    "interface_code": "sample string 8",
    "old_code": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfIcd9Diagnosis xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustDemog">
  <Icd9Diagnosis>
    <Icd9Code>sample string 2</Icd9Code>
    <Icd9Code2>sample string 3</Icd9Code2>
    <autoCode>1</autoCode>
    <fullDescription>sample string 5</fullDescription>
    <interface_code>sample string 8</interface_code>
    <isMalignant>sample string 7</isMalignant>
    <old_code>1</old_code>
    <shortDescription>sample string 4</shortDescription>
    <typeCode>6</typeCode>
  </Icd9Diagnosis>
  <Icd9Diagnosis>
    <Icd9Code>sample string 2</Icd9Code>
    <Icd9Code2>sample string 3</Icd9Code2>
    <autoCode>1</autoCode>
    <fullDescription>sample string 5</fullDescription>
    <interface_code>sample string 8</interface_code>
    <isMalignant>sample string 7</isMalignant>
    <old_code>1</old_code>
    <shortDescription>sample string 4</shortDescription>
    <typeCode>6</typeCode>
  </Icd9Diagnosis>
</ArrayOfIcd9Diagnosis>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.