GET api/ICD9s/GetICD9Detail?detailId={detailId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| detailId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ICD9Model| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Code | string |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Code": "sample string 2",
"Description": "sample string 3"
}