{
"查询检查申请单报告列表入参": {
"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"
}
}
}
}
共同学习,写下你的评论
评论加载中...
作者其他优质文章