|
@ -417,15 +417,15 @@ public class DoctorConsultEndpoint extends EnvelopRestEndpoint {
|
|
|
@PostMapping(value = BaseHospitalRequestMapping.DodtorIM.addConsult)
|
|
|
@ApiOperation(value = "添加(复诊咨询,协同门诊)", notes = "添加(复诊咨询,协同门诊)")
|
|
|
public Envelop addConsult(@ApiParam(name = "outpatientCode", value = "HIS就诊记录CODE", defaultValue = "1")
|
|
|
@RequestParam(value = "outpatientCode", required = true) String outpatientCode,
|
|
|
@ApiParam(name = "patientCode", value = "复诊居民", defaultValue = "9638fa184ad14a71ba7e4bf931670778")
|
|
|
@RequestParam(value = "patientCode", required = true) String patientCode,
|
|
|
@ApiParam(name = "doctorCode", value = "当前医生", defaultValue = "1cd15ffe6b3a11e69f7c005056850d66")
|
|
|
@RequestParam(value = "doctorCode", required = true) String doctorCode,
|
|
|
@ApiParam(name = "type", value = "咨询类型(1、图文;2、视频,3、图文+视频)", defaultValue = "1")
|
|
|
@RequestParam(value = "type", required = true) Integer type,
|
|
|
@ApiParam(name = "reason", value = "复诊说明", defaultValue = "复诊说明")
|
|
|
@RequestParam(value = "reason", required = false) String reason,
|
|
|
@RequestParam(value = "outpatientCode", required = true) String outpatientCode,
|
|
|
@ApiParam(name = "patientCode", value = "复诊居民", defaultValue = "9638fa184ad14a71ba7e4bf931670778")
|
|
|
@RequestParam(value = "patientCode", required = true) String patientCode,
|
|
|
@ApiParam(name = "doctorCode", value = "当前医生", defaultValue = "1cd15ffe6b3a11e69f7c005056850d66")
|
|
|
@RequestParam(value = "doctorCode", required = true) String doctorCode,
|
|
|
@ApiParam(name = "type", value = "咨询类型(1、图文;2、视频,3、图文+视频)", defaultValue = "1")
|
|
|
@RequestParam(value = "type", required = true) Integer type,
|
|
|
@ApiParam(name = "reason", value = "复诊说明", defaultValue = "复诊说明")
|
|
|
@RequestParam(value = "reason", required = false) String reason,
|
|
|
@ApiParam(name = "source", value = "来源")
|
|
|
@RequestParam(value = "source", required = false) String source)throws Exception{
|
|
|
ConsultTeamDo consult = new ConsultTeamDo();
|