POST api/NTMedical/SaveTriageInfo
Request Information
URI Parameters
None.
Body Parameters
EncounterTriageDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
CaseNo | integer |
None. |
|
MedicalId | integer |
None. |
|
Allergies | integer |
None. |
|
DescribeAallergies | string |
String length: inclusive between 0 and 4000 |
|
PatientMedication | boolean |
None. |
|
DescribePatient | string |
String length: inclusive between 0 and 4000 |
|
PreviousInjuries | string |
String length: inclusive between 0 and 4000 |
|
EncounterId | integer |
None. |
|
PatientPMHx | boolean |
None. |
|
DescribePatientFMHx | string |
String length: inclusive between 0 and 4000 |
|
PatientSurgHx | boolean |
None. |
|
DescribePatientSurgHx | string |
String length: inclusive between 0 and 4000 |
|
PatientSoclHx | boolean |
None. |
|
DescribePatientSoclHx | string |
String length: inclusive between 0 and 4000 |
|
Weight | decimal number |
None. |
|
Height | string |
String length: inclusive between 0 and 100 |
|
HeightInch | string |
String length: inclusive between 0 and 100 |
|
DescribePatientPMHx | string |
String length: inclusive between 0 and 4000 |
|
PatientFMHx | boolean |
None. |
|
HeightUnit | string |
String length: inclusive between 0 and 50 |
|
WeightUnit | string |
String length: inclusive between 0 and 50 |
|
TempUnit | string |
String length: inclusive between 0 and 50 |
|
IsEditable | boolean |
None. |
|
Note | string |
String length: inclusive between 0 and 4000 |
|
CompanyCode | string |
String length: inclusive between 0 and 20 |
|
TriageCloseByName | string |
String length: inclusive between 0 and 60 |
|
PainScale | integer |
None. |
|
PHIUpdatedDate | date |
None. |
|
PHIUpdatedUserName | string |
None. |
|
isTetanusScreeningCompleted | boolean |
None. |
|
tetanusBoosterGiven | integer |
None. |
|
isTetanusBoosterUpdateRequired | boolean |
None. |
|
tetanusScreeningReasonForNA | integer |
None. |
|
ValidFlag | boolean |
None. |
|
DateCreated | date |
None. |
|
DateUpdated | date |
None. |
|
UserIDCreated | integer |
None. |
|
UserIDUpdated | integer |
None. |
|
IsExcludeDiscount | boolean |
None. |
Request Formats
application/json, text/json
{ "Id": 1, "CaseNo": 2, "MedicalId": 3, "Allergies": 1, "DescribeAallergies": "sample string 4", "PatientMedication": true, "DescribePatient": "sample string 5", "PreviousInjuries": "sample string 6", "EncounterId": 7, "PatientPMHx": true, "DescribePatientFMHx": "sample string 8", "PatientSurgHx": true, "DescribePatientSurgHx": "sample string 9", "PatientSoclHx": true, "DescribePatientSoclHx": "sample string 10", "Weight": 1.0, "Height": "sample string 11", "HeightInch": "sample string 12", "DescribePatientPMHx": "sample string 13", "PatientFMHx": true, "HeightUnit": "sample string 14", "WeightUnit": "sample string 15", "TempUnit": "sample string 16", "IsEditable": true, "Note": "sample string 18", "CompanyCode": "sample string 19", "TriageCloseByName": "sample string 20", "PainScale": 1, "PHIUpdatedDate": "2025-04-03T19:18:10.7397043-07:00", "PHIUpdatedUserName": "sample string 21", "isTetanusScreeningCompleted": true, "tetanusBoosterGiven": 1, "isTetanusBoosterUpdateRequired": true, "tetanusScreeningReasonForNA": 1, "ValidFlag": true, "DateCreated": "2025-04-03T19:18:10.7397043-07:00", "DateUpdated": "2025-04-03T19:18:10.7397043-07:00", "UserIDCreated": 25, "UserIDUpdated": 26, "IsExcludeDiscount": true }
application/xml, text/xml
<EncounterTriageDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL"> <CompanyCode i:nil="true" /> <DateCreated>2025-04-03T19:18:10.7397043-07:00</DateCreated> <DateUpdated>2025-04-03T19:18:10.7397043-07:00</DateUpdated> <IsExcludeDiscount>true</IsExcludeDiscount> <UserIDCreated>25</UserIDCreated> <UserIDUpdated>26</UserIDUpdated> <ValidFlag>true</ValidFlag> <Allergies>1</Allergies> <CaseNo>2</CaseNo> <CompanyCode>sample string 19</CompanyCode> <DescribeAallergies>sample string 4</DescribeAallergies> <DescribePatient>sample string 5</DescribePatient> <DescribePatientFMHx>sample string 8</DescribePatientFMHx> <DescribePatientPMHx>sample string 13</DescribePatientPMHx> <DescribePatientSoclHx>sample string 10</DescribePatientSoclHx> <DescribePatientSurgHx>sample string 9</DescribePatientSurgHx> <EncounterId>7</EncounterId> <Height>sample string 11</Height> <HeightInch>sample string 12</HeightInch> <HeightUnit>sample string 14</HeightUnit> <Id>1</Id> <IsEditable>true</IsEditable> <MedicalId>3</MedicalId> <Note>sample string 18</Note> <PHIUpdatedDate>2025-04-03T19:18:10.7397043-07:00</PHIUpdatedDate> <PHIUpdatedUserName>sample string 21</PHIUpdatedUserName> <PainScale>1</PainScale> <PatientFMHx>true</PatientFMHx> <PatientMedication>true</PatientMedication> <PatientPMHx>true</PatientPMHx> <PatientSoclHx>true</PatientSoclHx> <PatientSurgHx>true</PatientSurgHx> <PreviousInjuries>sample string 6</PreviousInjuries> <TempUnit>sample string 16</TempUnit> <TriageCloseByName>sample string 20</TriageCloseByName> <Weight>1</Weight> <WeightUnit>sample string 15</WeightUnit> <isTetanusBoosterUpdateRequired>true</isTetanusBoosterUpdateRequired> <isTetanusScreeningCompleted>true</isTetanusScreeningCompleted> <tetanusBoosterGiven>1</tetanusBoosterGiven> <tetanusScreeningReasonForNA>1</tetanusScreeningReasonForNA> </EncounterTriageDTO>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
AsapResponseOfEncounterTriageDTOName | Description | Type | Additional information |
---|---|---|---|
isSuccess | boolean |
None. |
|
message | string |
None. |
|
jsonObj | EncounterTriageDTO |
None. |
|
totalCount | integer |
None. |
Response Formats
application/json, text/json
{ "isSuccess": true, "message": "sample string 2", "jsonObj": { "Id": 1, "CaseNo": 2, "MedicalId": 3, "Allergies": 1, "DescribeAallergies": "sample string 4", "PatientMedication": true, "DescribePatient": "sample string 5", "PreviousInjuries": "sample string 6", "EncounterId": 7, "PatientPMHx": true, "DescribePatientFMHx": "sample string 8", "PatientSurgHx": true, "DescribePatientSurgHx": "sample string 9", "PatientSoclHx": true, "DescribePatientSoclHx": "sample string 10", "Weight": 1.0, "Height": "sample string 11", "HeightInch": "sample string 12", "DescribePatientPMHx": "sample string 13", "PatientFMHx": true, "HeightUnit": "sample string 14", "WeightUnit": "sample string 15", "TempUnit": "sample string 16", "IsEditable": true, "Note": "sample string 18", "CompanyCode": "sample string 19", "TriageCloseByName": "sample string 20", "PainScale": 1, "PHIUpdatedDate": "2025-04-03T19:18:10.7721723-07:00", "PHIUpdatedUserName": "sample string 21", "isTetanusScreeningCompleted": true, "tetanusBoosterGiven": 1, "isTetanusBoosterUpdateRequired": true, "tetanusScreeningReasonForNA": 1, "ValidFlag": true, "DateCreated": "2025-04-03T19:18:10.7721723-07:00", "DateUpdated": "2025-04-03T19:18:10.7721723-07:00", "UserIDCreated": 25, "UserIDUpdated": 26, "IsExcludeDiscount": true }, "totalCount": 3 }
application/xml, text/xml
<AsapResponseOfEncounterTriageDTO3NYuOdgi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common"> <isSuccess>true</isSuccess> <jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.BL"> <d2p1:CompanyCode i:nil="true" /> <d2p1:DateCreated>2025-04-03T19:18:10.7721723-07:00</d2p1:DateCreated> <d2p1:DateUpdated>2025-04-03T19:18:10.7721723-07:00</d2p1:DateUpdated> <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount> <d2p1:UserIDCreated>25</d2p1:UserIDCreated> <d2p1:UserIDUpdated>26</d2p1:UserIDUpdated> <d2p1:ValidFlag>true</d2p1:ValidFlag> <d2p1:Allergies>1</d2p1:Allergies> <d2p1:CaseNo>2</d2p1:CaseNo> <d2p1:CompanyCode>sample string 19</d2p1:CompanyCode> <d2p1:DescribeAallergies>sample string 4</d2p1:DescribeAallergies> <d2p1:DescribePatient>sample string 5</d2p1:DescribePatient> <d2p1:DescribePatientFMHx>sample string 8</d2p1:DescribePatientFMHx> <d2p1:DescribePatientPMHx>sample string 13</d2p1:DescribePatientPMHx> <d2p1:DescribePatientSoclHx>sample string 10</d2p1:DescribePatientSoclHx> <d2p1:DescribePatientSurgHx>sample string 9</d2p1:DescribePatientSurgHx> <d2p1:EncounterId>7</d2p1:EncounterId> <d2p1:Height>sample string 11</d2p1:Height> <d2p1:HeightInch>sample string 12</d2p1:HeightInch> <d2p1:HeightUnit>sample string 14</d2p1:HeightUnit> <d2p1:Id>1</d2p1:Id> <d2p1:IsEditable>true</d2p1:IsEditable> <d2p1:MedicalId>3</d2p1:MedicalId> <d2p1:Note>sample string 18</d2p1:Note> <d2p1:PHIUpdatedDate>2025-04-03T19:18:10.7721723-07:00</d2p1:PHIUpdatedDate> <d2p1:PHIUpdatedUserName>sample string 21</d2p1:PHIUpdatedUserName> <d2p1:PainScale>1</d2p1:PainScale> <d2p1:PatientFMHx>true</d2p1:PatientFMHx> <d2p1:PatientMedication>true</d2p1:PatientMedication> <d2p1:PatientPMHx>true</d2p1:PatientPMHx> <d2p1:PatientSoclHx>true</d2p1:PatientSoclHx> <d2p1:PatientSurgHx>true</d2p1:PatientSurgHx> <d2p1:PreviousInjuries>sample string 6</d2p1:PreviousInjuries> <d2p1:TempUnit>sample string 16</d2p1:TempUnit> <d2p1:TriageCloseByName>sample string 20</d2p1:TriageCloseByName> <d2p1:Weight>1</d2p1:Weight> <d2p1:WeightUnit>sample string 15</d2p1:WeightUnit> <d2p1:isTetanusBoosterUpdateRequired>true</d2p1:isTetanusBoosterUpdateRequired> <d2p1:isTetanusScreeningCompleted>true</d2p1:isTetanusScreeningCompleted> <d2p1:tetanusBoosterGiven>1</d2p1:tetanusBoosterGiven> <d2p1:tetanusScreeningReasonForNA>1</d2p1:tetanusScreeningReasonForNA> </jsonObj> <message>sample string 2</message> <totalCount>3</totalCount> </AsapResponseOfEncounterTriageDTO3NYuOdgi>