POST api/PatientDiagnosis
Request Information
URI Parameters
None.
Body Parameters
PatientDiagnosisName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
CPI | string |
None. |
|
DIV_ID | integer |
None. |
|
ENTR_DATE | date |
None. |
|
ENTR_BY | string |
None. |
|
DIAGNOSIS_ID | integer |
None. |
|
SEQ | integer |
None. |
|
OLD | integer |
None. |
|
diagnosis | DiagnosisCode |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "CPI": "sample string 2", "DIV_ID": 3, "ENTR_DATE": "2025-08-29T03:03:03.7052881+00:00", "ENTR_BY": "sample string 5", "DIAGNOSIS_ID": 6, "SEQ": 7, "OLD": 1, "diagnosis": { "ID": 1, "DIAG_CODE": "sample string 2", "DESCRIPTION": "sample string 3", "VERSION": 4, "DIV_ID": 1, "OLD": 1, "BILLABLE": true } }
application/octet-stream
Sample:
{"ID":1,"CPI":"sample string 2","DIV_ID":3,"ENTR_DATE":"2025-08-29T03:03:03.7052881+00:00","ENTR_BY":"sample string 5","DIAGNOSIS_ID":6,"SEQ":7,"OLD":1,"diagnosis":{"ID":1,"DIAG_CODE":"sample string 2","DESCRIPTION":"sample string 3","VERSION":4,"DIV_ID":1,"OLD":1,"BILLABLE":true}}
application/xml, text/xml
Sample:
<PatientDiagnosis xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ID>1</ID> <CPI>sample string 2</CPI> <DIV_ID>3</DIV_ID> <ENTR_DATE>2025-08-29T03:03:03.7052881+00:00</ENTR_DATE> <ENTR_BY>sample string 5</ENTR_BY> <DIAGNOSIS_ID>6</DIAGNOSIS_ID> <SEQ>7</SEQ> <OLD>1</OLD> <diagnosis> <ID>1</ID> <DIAG_CODE>sample string 2</DIAG_CODE> <DESCRIPTION>sample string 3</DESCRIPTION> <VERSION>4</VERSION> <DIV_ID>1</DIV_ID> <OLD>1</OLD> <BILLABLE>true</BILLABLE> </diagnosis> </PatientDiagnosis>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
PatientDiagnosisName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
CPI | string |
None. |
|
DIV_ID | integer |
None. |
|
ENTR_DATE | date |
None. |
|
ENTR_BY | string |
None. |
|
DIAGNOSIS_ID | integer |
None. |
|
SEQ | integer |
None. |
|
OLD | integer |
None. |
|
diagnosis | DiagnosisCode |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": 1, "CPI": "sample string 2", "DIV_ID": 3, "ENTR_DATE": "2025-08-29T03:03:03.7052881+00:00", "ENTR_BY": "sample string 5", "DIAGNOSIS_ID": 6, "SEQ": 7, "OLD": 1, "diagnosis": { "ID": 1, "DIAG_CODE": "sample string 2", "DESCRIPTION": "sample string 3", "VERSION": 4, "DIV_ID": 1, "OLD": 1, "BILLABLE": true } }
application/octet-stream
Sample:
{"ID":1,"CPI":"sample string 2","DIV_ID":3,"ENTR_DATE":"2025-08-29T03:03:03.7052881+00:00","ENTR_BY":"sample string 5","DIAGNOSIS_ID":6,"SEQ":7,"OLD":1,"diagnosis":{"ID":1,"DIAG_CODE":"sample string 2","DESCRIPTION":"sample string 3","VERSION":4,"DIV_ID":1,"OLD":1,"BILLABLE":true}}
application/xml, text/xml
Sample:
<PatientDiagnosis xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ID>1</ID> <CPI>sample string 2</CPI> <DIV_ID>3</DIV_ID> <ENTR_DATE>2025-08-29T03:03:03.7052881+00:00</ENTR_DATE> <ENTR_BY>sample string 5</ENTR_BY> <DIAGNOSIS_ID>6</DIAGNOSIS_ID> <SEQ>7</SEQ> <OLD>1</OLD> <diagnosis> <ID>1</ID> <DIAG_CODE>sample string 2</DIAG_CODE> <DESCRIPTION>sample string 3</DESCRIPTION> <VERSION>4</VERSION> <DIV_ID>1</DIV_ID> <OLD>1</OLD> <BILLABLE>true</BILLABLE> </diagnosis> </PatientDiagnosis>