文档
测试

获取疫苗模板

GET
http://localhost:8082/outpatient/getVaccineModelList

请求头

参数名
类型
描述
必填
Authorization
必填

请求参数

参数名
类型
描述
必填
type
int
1
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:操作成功
必填
code
int
示例:200
必填
data
array
数据列表
必填
searchValue
object
示例:null
必填
createBy
object
示例:null
必填
createTime
object
示例:null
必填
updateBy
object
示例:null
必填
updateTime
object
示例:null
必填
remark
string
示例:备注
必填
params
object
数据字典
必填
id
int
示例:5
必填
name
string
示例:乙肝疫苗(疫苗名称)
必填
shorterName
string
示例:乙肝
必填
type
int
示例:1
必填
plan
string
示例:1,2(接种程序 字典:sys_inoculated_plan)
必填
dosage
int
示例:2(剂次 字典:sys_inoculated_dosage)
必填
inoculationPosition
string
示例:部位(部位)
必填
inoculationRoute
int
示例:1(途径 字典:sys_inoculated_route)
必填
inoculationDosage
string
示例:剂量
必填
vaccineEffect
string
示例:作用
必填
contraindication
string
示例:紧急(禁忌症)
必填
untowardEffect
string
示例:不良(不良反应)
必填
note
string
示例:注意(注意事项)
必填
isDel
int
示例:0
必填
price
int
示例:1(价格)
必填
disease
string
示例:包治百病
必填
serviceCharge
object
示例:null
必填
customId
object
示例:null
必填
planList
array
接种程序集合
必填

说明 / 示例

返回例子 { "contraindication": "身体不适,发热,腋温37.5℃以上者;急性传染病或其它严重疾病;免疫缺陷和接受免疫抑制治疗者;庆大霉素过敏者。", "createBy": "", "createTime": null, "customId": "", "disease": "轮状病毒引起的腹泻", "dosage": 0, "id": "2e28adbd60b6441da696cd7aef51cb2e", "inoculationDosage": "", "inoculationPosition": "口服", "inoculationRoute": 2, "isDel": 0, "name": "口服轮状病毒活疫苗", "note": "", "params": {}, "plan": "", "planList": [], "price": 180.0, "remark": "", "searchValue": "", "serviceCharge": 0, "shorterName": "口服轮状病毒活疫苗", "type": 2, "untowardEffect": "口服后一般无不良反应,偶尔有低热,呕吐,腹泻等轻微反应,多为一过性,必要时给与对症治疗。", "updateBy": "", "updateTime": null, "vaccineEffect": "预防轮状病毒引起的腹泻" }