POST api/TablesManagement/GetConnectedPatternsExactly
Request Information
URI Parameters
None.
Body Parameters
PatternsCriteriaName | Description | Type | Additional information |
---|---|---|---|
patterntype | integer |
None. |
|
oper_code | integer |
None. |
|
surg_code | integer |
None. |
|
diary_num | integer |
None. |
|
insur_code | integer |
None. |
|
department_num | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "patterntype": 1, "oper_code": 2, "surg_code": 3, "diary_num": 4, "insur_code": 5, "department_num": 6 }
application/xml, text/xml
Sample:
<PatternsCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.TablesManagement"> <department_num>6</department_num> <diary_num>4</diary_num> <insur_code>5</insur_code> <oper_code>2</oper_code> <patterntype>1</patterntype> <surg_code>3</surg_code> </PatternsCriteria>
application/x-www-form-urlencoded
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
Collection of integerResponse Formats
application/json, text/json
Sample:
[ 1, 2 ]
application/xml, text/xml
Sample:
<ArrayOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <int>1</int> <int>2</int> </ArrayOfint>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.