POST API/SubPatient/SubPatientPain
Request Information
URI Parameters
None.
Body Parameters
SubPainsName | Description | Type | Additional information |
---|---|---|---|
PainNAD | boolean |
None. |
|
PainTenderness | boolean |
None. |
|
PainSharp | boolean |
None. |
|
PainSwallowing | boolean |
None. |
|
PainPain | boolean |
None. |
|
PainThrob | boolean |
None. |
|
PainClench | boolean |
None. |
|
PainDeep | boolean |
None. |
|
PainNightpain | boolean |
None. |
|
PainBite | boolean |
None. |
|
PainSuperficial | boolean |
None. |
|
PainPostural | boolean |
None. |
|
DfTableId | integer |
None. |
|
UserId | integer |
None. |
|
PatientId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "PainNAD": true, "PainTenderness": true, "PainSharp": true, "PainSwallowing": true, "PainPain": true, "PainThrob": true, "PainClench": true, "PainDeep": true, "PainNightpain": true, "PainBite": true, "PainSuperficial": true, "PainPostural": true, "DfTableId": 1, "UserId": 1, "PatientId": 1 }
application/xml, text/xml
Sample:
<SubPains xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MobidentAPI.Models"> <DfTableId>1</DfTableId> <PainBite>true</PainBite> <PainClench>true</PainClench> <PainDeep>true</PainDeep> <PainNAD>true</PainNAD> <PainNightpain>true</PainNightpain> <PainPain>true</PainPain> <PainPostural>true</PainPostural> <PainSharp>true</PainSharp> <PainSuperficial>true</PainSuperficial> <PainSwallowing>true</PainSwallowing> <PainTenderness>true</PainTenderness> <PainThrob>true</PainThrob> <PatientId>1</PatientId> <UserId>1</UserId> </SubPains>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.