GET ClinicalRecord/GeteUPHC_GET_ICDCODESPROVISIONAL/{SEARCHSTRING}/{orgId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SEARCHSTRING

string

Required

orgId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of USP_eUPHC_GET_ICDCODESPROVISIONAL_Result
NameDescriptionTypeAdditional information
PD_ID

integer

None.

PD_CODE

string

None.

PD_NAME

string

None.

PD_REMARKS

string

None.

PD_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:
[
  {
    "PD_ID": 1,
    "PD_CODE": "sample string 1",
    "PD_NAME": "sample string 2",
    "PD_REMARKS": "sample string 3",
    "PD_STATUS": 1,
    "CHAPTER_ID": 4,
    "CREATED_BY": 1,
    "CREATED_DATE": "2025-12-17T15:42:09.1238783+05:30",
    "MODIFIED_BY": 1,
    "MODIFIED_DATE": "2025-12-17T15:42:09.1238783+05:30",
    "org_id": 1,
    "TRANSFER_FLAG": "sample string 5",
    "icdCodeWithName": "sample string 6"
  },
  {
    "PD_ID": 1,
    "PD_CODE": "sample string 1",
    "PD_NAME": "sample string 2",
    "PD_REMARKS": "sample string 3",
    "PD_STATUS": 1,
    "CHAPTER_ID": 4,
    "CREATED_BY": 1,
    "CREATED_DATE": "2025-12-17T15:42:09.1238783+05:30",
    "MODIFIED_BY": 1,
    "MODIFIED_DATE": "2025-12-17T15:42:09.1238783+05:30",
    "org_id": 1,
    "TRANSFER_FLAG": "sample string 5",
    "icdCodeWithName": "sample string 6"
  }
]

text/html

Sample:
[{"PD_ID":1,"PD_CODE":"sample string 1","PD_NAME":"sample string 2","PD_REMARKS":"sample string 3","PD_STATUS":1,"CHAPTER_ID":4,"CREATED_BY":1,"CREATED_DATE":"2025-12-17T15:42:09.1238783+05:30","MODIFIED_BY":1,"MODIFIED_DATE":"2025-12-17T15:42:09.1238783+05:30","org_id":1,"TRANSFER_FLAG":"sample string 5","icdCodeWithName":"sample string 6"},{"PD_ID":1,"PD_CODE":"sample string 1","PD_NAME":"sample string 2","PD_REMARKS":"sample string 3","PD_STATUS":1,"CHAPTER_ID":4,"CREATED_BY":1,"CREATED_DATE":"2025-12-17T15:42:09.1238783+05:30","MODIFIED_BY":1,"MODIFIED_DATE":"2025-12-17T15:42:09.1238783+05:30","org_id":1,"TRANSFER_FLAG":"sample string 5","icdCodeWithName":"sample string 6"}]

application/xml, text/xml

Sample:
<ArrayOfUSP_eUPHC_GET_ICDCODESPROVISIONAL_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tm.WebAPI.Models">
  <USP_eUPHC_GET_ICDCODESPROVISIONAL_Result>
    <CHAPTER_ID>4</CHAPTER_ID>
    <CREATED_BY>1</CREATED_BY>
    <CREATED_DATE>2025-12-17T15:42:09.1238783+05:30</CREATED_DATE>
    <MODIFIED_BY>1</MODIFIED_BY>
    <MODIFIED_DATE>2025-12-17T15:42:09.1238783+05:30</MODIFIED_DATE>
    <PD_CODE>sample string 1</PD_CODE>
    <PD_ID>1</PD_ID>
    <PD_NAME>sample string 2</PD_NAME>
    <PD_REMARKS>sample string 3</PD_REMARKS>
    <PD_STATUS>1</PD_STATUS>
    <TRANSFER_FLAG>sample string 5</TRANSFER_FLAG>
    <icdCodeWithName>sample string 6</icdCodeWithName>
    <org_id>1</org_id>
  </USP_eUPHC_GET_ICDCODESPROVISIONAL_Result>
  <USP_eUPHC_GET_ICDCODESPROVISIONAL_Result>
    <CHAPTER_ID>4</CHAPTER_ID>
    <CREATED_BY>1</CREATED_BY>
    <CREATED_DATE>2025-12-17T15:42:09.1238783+05:30</CREATED_DATE>
    <MODIFIED_BY>1</MODIFIED_BY>
    <MODIFIED_DATE>2025-12-17T15:42:09.1238783+05:30</MODIFIED_DATE>
    <PD_CODE>sample string 1</PD_CODE>
    <PD_ID>1</PD_ID>
    <PD_NAME>sample string 2</PD_NAME>
    <PD_REMARKS>sample string 3</PD_REMARKS>
    <PD_STATUS>1</PD_STATUS>
    <TRANSFER_FLAG>sample string 5</TRANSFER_FLAG>
    <icdCodeWithName>sample string 6</icdCodeWithName>
    <org_id>1</org_id>
  </USP_eUPHC_GET_ICDCODESPROVISIONAL_Result>
</ArrayOfUSP_eUPHC_GET_ICDCODESPROVISIONAL_Result>