POST api/HTGL/AddOrChangeJfgz
保存计分规则
Request Information
URI Parameters
None.
Body Parameters
Scb_gzxx| Name | Description | Type | Additional information |
|---|---|---|---|
| GZSN |
计分规则流水号 |
string |
None. |
| GZID |
规则ID |
string |
None. |
| SCB_SN |
筛查表配置流水号主键 |
string |
None. |
| GZMC |
规则名称 |
string |
None. |
| JSFF |
计算方法 |
string |
None. |
| SORT |
排序码 |
decimal number |
None. |
| YXX |
有效性 |
string |
None. |
| ZFPB |
作废判别,0表示正常,1表示删除,前端用不到 |
integer |
None. |
| JGQZ |
结果取整,1表示勾选取整,null或者0表示不勾选 |
integer |
None. |
| JFMS |
计分描述 |
string |
None. |
| YYGSPD |
抑郁公式判断(传1表示开启,0表示关闭) |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"GZSN": "sample string 1",
"GZID": "sample string 2",
"SCB_SN": "sample string 3",
"GZMC": "sample string 4",
"JSFF": "sample string 5",
"SORT": 1.0,
"YXX": "sample string 6",
"ZFPB": 1,
"JGQZ": 1,
"JFMS": "sample string 7",
"YYGSPD": 1
}
application/xml, text/xml
Sample:
<Qxtj_v.Scb_gzxx xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModels.Screen"> <GZID>sample string 2</GZID> <GZMC>sample string 4</GZMC> <GZSN>sample string 1</GZSN> <JFMS>sample string 7</JFMS> <JGQZ>1</JGQZ> <JSFF>sample string 5</JSFF> <SCB_SN>sample string 3</SCB_SN> <SORT>1</SORT> <YXX>sample string 6</YXX> <YYGSPD>1</YYGSPD> <ZFPB>1</ZFPB> </Qxtj_v.Scb_gzxx>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OutPut| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultStatus |
输出状态 |
string |
None. |
| Msg |
输出信息提示 |
string |
None. |
| ResultData |
输出的数据列表 |
Collection of Object |
None. |
| RecordSn |
记录流水号 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResultStatus": "sample string 1",
"Msg": "sample string 2",
"ResultData": [
{},
{}
],
"RecordSn": "sample string 3"
}
application/xml, text/xml
Sample:
<Qxtj_v.OutPut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModels.Screen">
<Msg>sample string 2</Msg>
<RecordSn>sample string 3</RecordSn>
<ResultData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:anyType />
<d2p1:anyType />
</ResultData>
<ResultStatus>sample string 1</ResultStatus>
</Qxtj_v.OutPut>