GET ClinicalRecord/GetICDCode/{ICDName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ICDName

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of USP_Tele_GetICDCodes_Result
NameDescriptionTypeAdditional information
ICD_CODE_ID

integer

None.

ICD_CODE

string

None.

ICD_NAME

string

None.

ICD_REMARKS

string

None.

ICD_STATUS

integer

None.

CHAPTER_ID

integer

None.

CREATED_BY

integer

None.

CREATED_DATE

date

None.

MODIFIED_BY

integer

None.

MODIFIED_DATE

date

None.

org_id

integer

None.

TRANSFER_FLAG

string

None.

icdCodeWithName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ICD_CODE_ID": 1,
    "ICD_CODE": "sample string 2",
    "ICD_NAME": "sample string 3",
    "ICD_REMARKS": "sample string 4",
    "ICD_STATUS": 1,
    "CHAPTER_ID": 5,
    "CREATED_BY": 1,
    "CREATED_DATE": "2025-12-17T15:39:03.6725102+05:30",
    "MODIFIED_BY": 1,
    "MODIFIED_DATE": "2025-12-17T15:39:03.6725102+05:30",
    "org_id": 1,
    "TRANSFER_FLAG": "sample string 6",
    "icdCodeWithName": "sample string 7"
  },
  {
    "ICD_CODE_ID": 1,
    "ICD_CODE": "sample string 2",
    "ICD_NAME": "sample string 3",
    "ICD_REMARKS": "sample string 4",
    "ICD_STATUS": 1,
    "CHAPTER_ID": 5,
    "CREATED_BY": 1,
    "CREATED_DATE": "2025-12-17T15:39:03.6725102+05:30",
    "MODIFIED_BY": 1,
    "MODIFIED_DATE": "2025-12-17T15:39:03.6725102+05:30",
    "org_id": 1,
    "TRANSFER_FLAG": "sample string 6",
    "icdCodeWithName": "sample string 7"
  }
]

text/html

Sample:
[{"ICD_CODE_ID":1,"ICD_CODE":"sample string 2","ICD_NAME":"sample string 3","ICD_REMARKS":"sample string 4","ICD_STATUS":1,"CHAPTER_ID":5,"CREATED_BY":1,"CREATED_DATE":"2025-12-17T15:39:03.6725102+05:30","MODIFIED_BY":1,"MODIFIED_DATE":"2025-12-17T15:39:03.6725102+05:30","org_id":1,"TRANSFER_FLAG":"sample string 6","icdCodeWithName":"sample string 7"},{"ICD_CODE_ID":1,"ICD_CODE":"sample string 2","ICD_NAME":"sample string 3","ICD_REMARKS":"sample string 4","ICD_STATUS":1,"CHAPTER_ID":5,"CREATED_BY":1,"CREATED_DATE":"2025-12-17T15:39:03.6725102+05:30","MODIFIED_BY":1,"MODIFIED_DATE":"2025-12-17T15:39:03.6725102+05:30","org_id":1,"TRANSFER_FLAG":"sample string 6","icdCodeWithName":"sample string 7"}]

application/xml, text/xml

Sample:
<ArrayOfUSP_Tele_GetICDCodes_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tm.WebAPI.Models">
  <USP_Tele_GetICDCodes_Result>
    <CHAPTER_ID>5</CHAPTER_ID>
    <CREATED_BY>1</CREATED_BY>
    <CREATED_DATE>2025-12-17T15:39:03.6725102+05:30</CREATED_DATE>
    <ICD_CODE>sample string 2</ICD_CODE>
    <ICD_CODE_ID>1</ICD_CODE_ID>
    <ICD_NAME>sample string 3</ICD_NAME>
    <ICD_REMARKS>sample string 4</ICD_REMARKS>
    <ICD_STATUS>1</ICD_STATUS>
    <MODIFIED_BY>1</MODIFIED_BY>
    <MODIFIED_DATE>2025-12-17T15:39:03.6725102+05:30</MODIFIED_DATE>
    <TRANSFER_FLAG>sample string 6</TRANSFER_FLAG>
    <icdCodeWithName>sample string 7</icdCodeWithName>
    <org_id>1</org_id>
  </USP_Tele_GetICDCodes_Result>
  <USP_Tele_GetICDCodes_Result>
    <CHAPTER_ID>5</CHAPTER_ID>
    <CREATED_BY>1</CREATED_BY>
    <CREATED_DATE>2025-12-17T15:39:03.6725102+05:30</CREATED_DATE>
    <ICD_CODE>sample string 2</ICD_CODE>
    <ICD_CODE_ID>1</ICD_CODE_ID>
    <ICD_NAME>sample string 3</ICD_NAME>
    <ICD_REMARKS>sample string 4</ICD_REMARKS>
    <ICD_STATUS>1</ICD_STATUS>
    <MODIFIED_BY>1</MODIFIED_BY>
    <MODIFIED_DATE>2025-12-17T15:39:03.6725102+05:30</MODIFIED_DATE>
    <TRANSFER_FLAG>sample string 6</TRANSFER_FLAG>
    <icdCodeWithName>sample string 7</icdCodeWithName>
    <org_id>1</org_id>
  </USP_Tele_GetICDCodes_Result>
</ArrayOfUSP_Tele_GetICDCodes_Result>