GET api/TablesManagement/GetIcd9Links

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Icd9ForOper
NameDescriptionTypeAdditional information
oper_code

integer

None.

Icd9_code

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "oper_code": 1,
    "Icd9_code": 2
  },
  {
    "oper_code": 1,
    "Icd9_code": 2
  }
]

application/xml, text/xml

Sample:
<ArrayOfIcd9ForOper xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustDemog">
  <Icd9ForOper>
    <Icd9_code>2</Icd9_code>
    <oper_code>1</oper_code>
  </Icd9ForOper>
  <Icd9ForOper>
    <Icd9_code>2</Icd9_code>
    <oper_code>1</oper_code>
  </Icd9ForOper>
</ArrayOfIcd9ForOper>

application/bson

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