POST API/Patient/ChiefComplaint
Request Information
URI Parameters
None.
Body Parameters
ChiefComplaints| Name | Description | Type | Additional information |
|---|---|---|---|
| CCCheckup1 | boolean |
None. |
|
| CCCheckup2 | boolean |
None. |
|
| CCCheckup3 | boolean |
None. |
|
| CCCheckup4 | boolean |
None. |
|
| CCCheckupNAD | boolean |
None. |
|
| CCPain1 | boolean |
None. |
|
| CCPain2 | boolean |
None. |
|
| CCPain3 | boolean |
None. |
|
| CCPain4 | boolean |
None. |
|
| CCPainNAD | boolean |
None. |
|
| CCSensitivity1 | boolean |
None. |
|
| CCSensitivity2 | boolean |
None. |
|
| CCSensitivity3 | boolean |
None. |
|
| CCSensitivity4 | boolean |
None. |
|
| CCSensitivityNAD | boolean |
None. |
|
| CCOthers1 | boolean |
None. |
|
| CCOthers2 | boolean |
None. |
|
| CCOthers3 | boolean |
None. |
|
| CCOthers4 | boolean |
None. |
|
| CCOthersNAD | boolean |
None. |
|
| CCDecay1 | boolean |
None. |
|
| CCDecay2 | boolean |
None. |
|
| CCDecay3 | boolean |
None. |
|
| CCDecay4 | boolean |
None. |
|
| CCDecayNAD | boolean |
None. |
|
| CCMissing1 | boolean |
None. |
|
| CCMissing2 | boolean |
None. |
|
| CCMissing3 | boolean |
None. |
|
| CCMissing4 | boolean |
None. |
|
| CCMissingNAD | boolean |
None. |
|
| CCFilled1 | boolean |
None. |
|
| CCFilled2 | boolean |
None. |
|
| CCFilled3 | boolean |
None. |
|
| CCFilled4 | boolean |
None. |
|
| CCFilledNAD | boolean |
None. |
|
| CCSwelling1 | boolean |
None. |
|
| CCSwelling2 | boolean |
None. |
|
| CCSwelling3 | boolean |
None. |
|
| CCSwelling4 | boolean |
None. |
|
| CCSwellingNAD | boolean |
None. |
|
| CCInflammation1 | boolean |
None. |
|
| CCInflammation2 | boolean |
None. |
|
| CCInflammation3 | boolean |
None. |
|
| CCInflammation4 | boolean |
None. |
|
| CCInflammationNAD | boolean |
None. |
|
| CCTrismus1 | boolean |
None. |
|
| CCTrismus2 | boolean |
None. |
|
| CCTrismus3 | boolean |
None. |
|
| CCTrismus4 | boolean |
None. |
|
| CCTrismusNAD | boolean |
None. |
|
| CCBleeding1 | boolean |
None. |
|
| CCBleeding2 | boolean |
None. |
|
| CCBleeding3 | boolean |
None. |
|
| CCBleeding4 | boolean |
None. |
|
| CCBleedingNAD | boolean |
None. |
|
| DfTableId | integer |
None. |
|
| UserId | integer |
None. |
|
| PatientId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CCCheckup1": true,
"CCCheckup2": true,
"CCCheckup3": true,
"CCCheckup4": true,
"CCCheckupNAD": true,
"CCPain1": true,
"CCPain2": true,
"CCPain3": true,
"CCPain4": true,
"CCPainNAD": true,
"CCSensitivity1": true,
"CCSensitivity2": true,
"CCSensitivity3": true,
"CCSensitivity4": true,
"CCSensitivityNAD": true,
"CCOthers1": true,
"CCOthers2": true,
"CCOthers3": true,
"CCOthers4": true,
"CCOthersNAD": true,
"CCDecay1": true,
"CCDecay2": true,
"CCDecay3": true,
"CCDecay4": true,
"CCDecayNAD": true,
"CCMissing1": true,
"CCMissing2": true,
"CCMissing3": true,
"CCMissing4": true,
"CCMissingNAD": true,
"CCFilled1": true,
"CCFilled2": true,
"CCFilled3": true,
"CCFilled4": true,
"CCFilledNAD": true,
"CCSwelling1": true,
"CCSwelling2": true,
"CCSwelling3": true,
"CCSwelling4": true,
"CCSwellingNAD": true,
"CCInflammation1": true,
"CCInflammation2": true,
"CCInflammation3": true,
"CCInflammation4": true,
"CCInflammationNAD": true,
"CCTrismus1": true,
"CCTrismus2": true,
"CCTrismus3": true,
"CCTrismus4": true,
"CCTrismusNAD": true,
"CCBleeding1": true,
"CCBleeding2": true,
"CCBleeding3": true,
"CCBleeding4": true,
"CCBleedingNAD": true,
"DfTableId": 1,
"UserId": 1,
"PatientId": 1
}
application/xml, text/xml
Sample:
<ChiefComplaints xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MobidentAPI.Models"> <CCBleeding1>true</CCBleeding1> <CCBleeding2>true</CCBleeding2> <CCBleeding3>true</CCBleeding3> <CCBleeding4>true</CCBleeding4> <CCBleedingNAD>true</CCBleedingNAD> <CCCheckup1>true</CCCheckup1> <CCCheckup2>true</CCCheckup2> <CCCheckup3>true</CCCheckup3> <CCCheckup4>true</CCCheckup4> <CCCheckupNAD>true</CCCheckupNAD> <CCDecay1>true</CCDecay1> <CCDecay2>true</CCDecay2> <CCDecay3>true</CCDecay3> <CCDecay4>true</CCDecay4> <CCDecayNAD>true</CCDecayNAD> <CCFilled1>true</CCFilled1> <CCFilled2>true</CCFilled2> <CCFilled3>true</CCFilled3> <CCFilled4>true</CCFilled4> <CCFilledNAD>true</CCFilledNAD> <CCInflammation1>true</CCInflammation1> <CCInflammation2>true</CCInflammation2> <CCInflammation3>true</CCInflammation3> <CCInflammation4>true</CCInflammation4> <CCInflammationNAD>true</CCInflammationNAD> <CCMissing1>true</CCMissing1> <CCMissing2>true</CCMissing2> <CCMissing3>true</CCMissing3> <CCMissing4>true</CCMissing4> <CCMissingNAD>true</CCMissingNAD> <CCOthers1>true</CCOthers1> <CCOthers2>true</CCOthers2> <CCOthers3>true</CCOthers3> <CCOthers4>true</CCOthers4> <CCOthersNAD>true</CCOthersNAD> <CCPain1>true</CCPain1> <CCPain2>true</CCPain2> <CCPain3>true</CCPain3> <CCPain4>true</CCPain4> <CCPainNAD>true</CCPainNAD> <CCSensitivity1>true</CCSensitivity1> <CCSensitivity2>true</CCSensitivity2> <CCSensitivity3>true</CCSensitivity3> <CCSensitivity4>true</CCSensitivity4> <CCSensitivityNAD>true</CCSensitivityNAD> <CCSwelling1>true</CCSwelling1> <CCSwelling2>true</CCSwelling2> <CCSwelling3>true</CCSwelling3> <CCSwelling4>true</CCSwelling4> <CCSwellingNAD>true</CCSwellingNAD> <CCTrismus1>true</CCTrismus1> <CCTrismus2>true</CCTrismus2> <CCTrismus3>true</CCTrismus3> <CCTrismus4>true</CCTrismus4> <CCTrismusNAD>true</CCTrismusNAD> <DfTableId>1</DfTableId> <PatientId>1</PatientId> <UserId>1</UserId> </ChiefComplaints>
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.