继续浏览精彩内容
慕课网APP
程序员的梦工厂
打开
继续
感谢您的支持,我会继续努力的
赞赏金额会直接到老师账户
将二维码发送给自己后长按识别
微信支付
支付宝支付

swagger json

tobeyond
关注TA
已关注
手记 12
粉丝 1
获赞 6

{

"查询检查申请单报告列表入参": {

"type": "object",

"required": ["endDate", "startDate"],

"properties": {

"busitype": {

"type": "string",

"description": "业务分类",

"enum": ["3", "4"]

},

"endDate": {

"type": "string",

"format": "date-time",

"description": "结束时间 yyyy-MM-dd HH:mm:ss"

},

"patientId": {

"type": "string",

"example": "40289cf56ccc6ff0016cccff37f900e1",

"description": "患者ID",

"minLength": 0,

"maxLength": 50

},

"scope": {

"type": "integer",

"format": "int32",

"description": "查询机构范围,0-本机构,1-所有机构",

"minimum": 1.0

},

"source": {

"type": "string",

"description": "申请来源",

"minLength": 1,

"maxLength": 50

},

"startDate": {

"type": "string",

"format": "date-time",

"description": "开始时间 yyyy-MM-dd HH:mm:ss"

}

}

}

}


打开App,阅读手记
0人推荐
发表评论
随时随地看视频慕课网APP