|
@ -336,7 +336,6 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
* @param conNo
|
|
* @param conNo
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
@Transactional(readOnly = true)
|
|
|
|
public WlyyOutpatientVO findOutpatientInfo(String patient, String conNo) throws Exception {
|
|
public WlyyOutpatientVO findOutpatientInfo(String patient, String conNo) throws Exception {
|
|
logger.info("findOutpatientList patient:" + patient);
|
|
logger.info("findOutpatientList patient:" + patient);
|
|
/*String patNo = patientMappingService.findHisPatNoByPatient(patient);*/
|
|
/*String patNo = patientMappingService.findHisPatNoByPatient(patient);*/
|
|
@ -368,7 +367,6 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
/**
|
|
/**
|
|
*
|
|
*
|
|
*/
|
|
*/
|
|
@Transactional(readOnly = true)
|
|
|
|
public List<WlyyPrescriptionVO> findOriginPrescriptionList(String registerSn, String patient, String realOrder, String admNo, boolean demoFlag) throws Exception {
|
|
public List<WlyyPrescriptionVO> findOriginPrescriptionList(String registerSn, String patient, String realOrder, String admNo, boolean demoFlag) throws Exception {
|
|
/*String patNo = patientMappingService.findHisPatNoByPatient(patient);*/
|
|
/*String patNo = patientMappingService.findHisPatNoByPatient(patient);*/
|
|
BasePatientDO patientDO = basePatientDao.findById(patient);
|
|
BasePatientDO patientDO = basePatientDao.findById(patient);
|
|
@ -1263,7 +1261,6 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
* @return
|
|
* @return
|
|
* @throws Exception
|
|
* @throws Exception
|
|
*/
|
|
*/
|
|
@Transactional(readOnly = true)
|
|
|
|
public JSONArray findPatientCard(String patient) throws Exception {
|
|
public JSONArray findPatientCard(String patient) throws Exception {
|
|
BasePatientDO patientDO = basePatientDao.findById(patient);
|
|
BasePatientDO patientDO = basePatientDao.findById(patient);
|
|
JSONArray res = entranceService.BS15018(patientDO.getIdcard(), null, demoFlag);
|
|
JSONArray res = entranceService.BS15018(patientDO.getIdcard(), null, demoFlag);
|