版本更新
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.openhis.ybelep.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.openhis.ybelep.domain.ElepMedresultDetail;
|
||||
|
||||
/**
|
||||
* 【电子处方取药结果查询-输出(节点标识:seltdelts)】Service接口
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
public interface IElepMedresultDetailService extends IService<ElepMedresultDetail> {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
package com.openhis.ybelep.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.openhis.ybelep.domain.ElepMedresultInfo;
|
||||
|
||||
/**
|
||||
* 【电子处方取药结果查询-输出】Service接口
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
public interface IElepMedresultInfoService extends IService<ElepMedresultInfo> {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
package com.openhis.ybelep.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.openhis.ybelep.domain.ElepMedresultInput;
|
||||
|
||||
/**
|
||||
* 【电子处方取药结果查询-输入】Service接口
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
public interface IElepMedresultInputService extends IService<ElepMedresultInput> {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
package com.openhis.ybelep.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.openhis.ybelep.domain.ElepQuerDiagnosisInfo;
|
||||
|
||||
/**
|
||||
* 【电子处方信息查询-输出-诊断信息(节点表示: rxDiseList) 】Service接口
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
public interface IElepQuerDiagnosisInfoService extends IService<ElepQuerDiagnosisInfo> {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
package com.openhis.ybelep.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.openhis.ybelep.domain.ElepQuerPrescriptionDetail;
|
||||
|
||||
/**
|
||||
* 【电子处方信息查询-输出-处方明细信息(节点标识:rxDetlList)】Service接口
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
public interface IElepQuerPrescriptionDetailService extends IService<ElepQuerPrescriptionDetail> {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
package com.openhis.ybelep.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.openhis.ybelep.domain.ElepQuerPrescriptionInfo;
|
||||
|
||||
/**
|
||||
* 【电子处方信息查询-输出-处方信息 】Service接口
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
public interface IElepQuerPrescriptionInfoService extends IService<ElepQuerPrescriptionInfo> {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
package com.openhis.ybelep.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.openhis.ybelep.domain.ElepQuerPrescriptionInput;
|
||||
|
||||
/**
|
||||
* 【电子处方信息查询-输入】Service接口
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
public interface IElepQuerPrescriptionInputService extends IService<ElepQuerPrescriptionInput> {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
package com.openhis.ybelep.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.openhis.ybelep.domain.ElepQuerVisitInfo;
|
||||
|
||||
/**
|
||||
* 【电子处方信息查询-输出-就诊信息(节点标识:rxOtpinfo) 】Service接口
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
public interface IElepQuerVisitInfoService extends IService<ElepQuerVisitInfo> {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
package com.openhis.ybelep.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.openhis.ybelep.domain.ElepRevokeInput;
|
||||
|
||||
/**
|
||||
* 【电子处方撤销-输入】Service接口
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
public interface IElepRevokeInputService extends IService<ElepRevokeInput> {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
package com.openhis.ybelep.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.openhis.ybelep.domain.ElepRevokeOutput;
|
||||
|
||||
/**
|
||||
* 【电子处方撤销-输出】Service接口
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
public interface IElepRevokeOutputService extends IService<ElepRevokeOutput> {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
package com.openhis.ybelep.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.openhis.ybelep.domain.ElepSignatureInput;
|
||||
|
||||
/**
|
||||
* 【电子处方医保电子签名 -输入】Service接口
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
public interface IElepSignatureInputService extends IService<ElepSignatureInput> {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
package com.openhis.ybelep.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.openhis.ybelep.domain.ElepSignatureOutput;
|
||||
|
||||
/**
|
||||
* 【电子处方医保电子签名 -输出】Service接口
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
public interface IElepSignatureOutputService extends IService<ElepSignatureOutput> {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
package com.openhis.ybelep.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.openhis.ybelep.domain.ElepUploadInput;
|
||||
|
||||
/**
|
||||
* 【电子处方上传-输入】Service接口
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
public interface IElepUploadInputService extends IService<ElepUploadInput> {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
package com.openhis.ybelep.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.openhis.ybelep.domain.ElepUploadOutput;
|
||||
|
||||
/**
|
||||
* 【电子处方上传-输出】Service接口
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
public interface IElepUploadOutputService extends IService<ElepUploadOutput> {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
package com.openhis.ybelep.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.openhis.ybelep.domain.ElepVeriDiagnosisInfo;
|
||||
|
||||
/**
|
||||
* 【电子处方上传预核验-输入-诊断信息(节点表示:diseinfo)】Service接口
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
public interface IElepVeriDiagnosisInfoService extends IService<ElepVeriDiagnosisInfo> {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
package com.openhis.ybelep.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.openhis.ybelep.domain.ElepVeriPrescriptionDetail;
|
||||
|
||||
/**
|
||||
* 【电子处方上传预核验-输入-处方明细信息(节点标识 rxdrugdetail) 】Service接口
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
public interface IElepVeriPrescriptionDetailService extends IService<ElepVeriPrescriptionDetail> {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
package com.openhis.ybelep.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.openhis.ybelep.domain.ElepVeriPrescriptionInfo;
|
||||
|
||||
/**
|
||||
* 【电子处方上传预核验-输入-处方信息】Service接口
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
public interface IElepVeriPrescriptionInfoService extends IService<ElepVeriPrescriptionInfo> {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
package com.openhis.ybelep.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.openhis.ybelep.domain.ElepVeriPrescriptionOutput;
|
||||
|
||||
/**
|
||||
* 【电子处方上传预核验-输出】Service接口
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
public interface IElepVeriPrescriptionOutputService extends IService<ElepVeriPrescriptionOutput> {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
package com.openhis.ybelep.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.openhis.ybelep.domain.ElepVeriVisitInfo;
|
||||
|
||||
/**
|
||||
* 【电子处方上传预核验-输入-就诊信息(节点标识:mdtrtinfo)】Service接口
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
public interface IElepVeriVisitInfoService extends IService<ElepVeriVisitInfo> {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
package com.openhis.ybelep.service.impl;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import com.openhis.ybelep.domain.ElepMedresultDetail;
|
||||
import com.openhis.ybelep.mapper.ElepMedresultDetailMapper;
|
||||
import com.openhis.ybelep.service.IElepMedresultDetailService;
|
||||
|
||||
/**
|
||||
* 【电子处方取药结果查询-输出(节点标识:seltdelts)】Service业务层处理
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
@Service
|
||||
public class ElepMedresultDetailServiceImpl extends ServiceImpl<ElepMedresultDetailMapper, ElepMedresultDetail> implements IElepMedresultDetailService {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
package com.openhis.ybelep.service.impl;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import com.openhis.ybelep.domain.ElepMedresultInfo;
|
||||
import com.openhis.ybelep.mapper.ElepMedresultInfoMapper;
|
||||
import com.openhis.ybelep.service.IElepMedresultInfoService;
|
||||
|
||||
/**
|
||||
* 【电子处方取药结果查询-输出】Service业务层处理
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
@Service
|
||||
public class ElepMedresultInfoServiceImpl extends ServiceImpl<ElepMedresultInfoMapper, ElepMedresultInfo> implements IElepMedresultInfoService {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
package com.openhis.ybelep.service.impl;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import com.openhis.ybelep.domain.ElepMedresultInput;
|
||||
import com.openhis.ybelep.mapper.ElepMedresultInputMapper;
|
||||
import com.openhis.ybelep.service.IElepMedresultInputService;
|
||||
|
||||
/**
|
||||
* 【电子处方取药结果查询-输入】Service业务层处理
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
@Service
|
||||
public class ElepMedresultInputServiceImpl extends ServiceImpl<ElepMedresultInputMapper, ElepMedresultInput> implements IElepMedresultInputService {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
package com.openhis.ybelep.service.impl;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import com.openhis.ybelep.domain.ElepQuerDiagnosisInfo;
|
||||
import com.openhis.ybelep.mapper.ElepQuerDiagnosisInfoMapper;
|
||||
import com.openhis.ybelep.service.IElepQuerDiagnosisInfoService;
|
||||
|
||||
/**
|
||||
* 【电子处方信息查询-输出-诊断信息(节点表示: rxDiseList) 】Service业务层处理
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
@Service
|
||||
public class ElepQuerDiagnosisInfoServiceImpl extends ServiceImpl<ElepQuerDiagnosisInfoMapper, ElepQuerDiagnosisInfo> implements IElepQuerDiagnosisInfoService {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
package com.openhis.ybelep.service.impl;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import com.openhis.ybelep.domain.ElepQuerPrescriptionDetail;
|
||||
import com.openhis.ybelep.mapper.ElepQuerPrescriptionDetailMapper;
|
||||
import com.openhis.ybelep.service.IElepQuerPrescriptionDetailService;
|
||||
|
||||
/**
|
||||
* 【电子处方信息查询-输出-处方明细信息(节点标识:rxDetlList) 】Service业务层处理
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
@Service
|
||||
public class ElepQuerPrescriptionDetailServiceImpl extends ServiceImpl<ElepQuerPrescriptionDetailMapper, ElepQuerPrescriptionDetail> implements IElepQuerPrescriptionDetailService {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
package com.openhis.ybelep.service.impl;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import com.openhis.ybelep.domain.ElepQuerPrescriptionInfo;
|
||||
import com.openhis.ybelep.mapper.ElepQuerPrescriptionInfoMapper;
|
||||
import com.openhis.ybelep.service.IElepQuerPrescriptionInfoService;
|
||||
|
||||
/**
|
||||
* 【电子处方信息查询-输出-处方信息 】Service业务层处理
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
@Service
|
||||
public class ElepQuerPrescriptionInfoServiceImpl extends ServiceImpl<ElepQuerPrescriptionInfoMapper, ElepQuerPrescriptionInfo> implements IElepQuerPrescriptionInfoService {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
package com.openhis.ybelep.service.impl;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import com.openhis.ybelep.domain.ElepQuerPrescriptionInput;
|
||||
import com.openhis.ybelep.mapper.ElepQuerPrescriptionInputMapper;
|
||||
import com.openhis.ybelep.service.IElepQuerPrescriptionInputService;
|
||||
|
||||
/**
|
||||
* 【电子处方信息查询-输入】Service业务层处理
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
@Service
|
||||
public class ElepQuerPrescriptionInputServiceImpl extends ServiceImpl<ElepQuerPrescriptionInputMapper, ElepQuerPrescriptionInput> implements IElepQuerPrescriptionInputService {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
package com.openhis.ybelep.service.impl;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import com.openhis.ybelep.domain.ElepQuerVisitInfo;
|
||||
import com.openhis.ybelep.mapper.ElepQuerVisitInfoMapper;
|
||||
import com.openhis.ybelep.service.IElepQuerVisitInfoService;
|
||||
|
||||
/**
|
||||
* 【电子处方信息查询-输出-就诊信息(节点标识:rxOtpinfo) 】Service业务层处理
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
@Service
|
||||
public class ElepQuerVisitInfoServiceImpl extends ServiceImpl<ElepQuerVisitInfoMapper, ElepQuerVisitInfo> implements IElepQuerVisitInfoService {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
package com.openhis.ybelep.service.impl;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import com.openhis.ybelep.domain.ElepRevokeInput;
|
||||
import com.openhis.ybelep.mapper.ElepRevokeInputMapper;
|
||||
import com.openhis.ybelep.service.IElepRevokeInputService;
|
||||
|
||||
/**
|
||||
* 【电子处方撤销-输入】Service业务层处理
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
@Service
|
||||
public class ElepRevokeInputServiceImpl extends ServiceImpl<ElepRevokeInputMapper, ElepRevokeInput> implements IElepRevokeInputService {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
package com.openhis.ybelep.service.impl;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import com.openhis.ybelep.domain.ElepRevokeOutput;
|
||||
import com.openhis.ybelep.mapper.ElepRevokeOutputMapper;
|
||||
import com.openhis.ybelep.service.IElepRevokeOutputService;
|
||||
|
||||
/**
|
||||
* 【电子处方撤销-输出】Service业务层处理
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
@Service
|
||||
public class ElepRevokeOutputServiceImpl extends ServiceImpl<ElepRevokeOutputMapper, ElepRevokeOutput> implements IElepRevokeOutputService {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
package com.openhis.ybelep.service.impl;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import com.openhis.ybelep.domain.ElepSignatureInput;
|
||||
import com.openhis.ybelep.mapper.ElepSignatureInputMapper;
|
||||
import com.openhis.ybelep.service.IElepSignatureInputService;
|
||||
|
||||
/**
|
||||
* 【电子处方医保电子签名 -输入】Service业务层处理
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
@Service
|
||||
public class ElepSignatureInputServiceImpl extends ServiceImpl<ElepSignatureInputMapper, ElepSignatureInput> implements IElepSignatureInputService {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
package com.openhis.ybelep.service.impl;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import com.openhis.ybelep.domain.ElepSignatureOutput;
|
||||
import com.openhis.ybelep.mapper.ElepSignatureOutputMapper;
|
||||
import com.openhis.ybelep.service.IElepSignatureOutputService;
|
||||
|
||||
/**
|
||||
* 【电子处方医保电子签名 -输出】Service业务层处理
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
@Service
|
||||
public class ElepSignatureOutputServiceImpl extends ServiceImpl<ElepSignatureOutputMapper, ElepSignatureOutput> implements IElepSignatureOutputService {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
package com.openhis.ybelep.service.impl;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import com.openhis.ybelep.domain.ElepUploadInput;
|
||||
import com.openhis.ybelep.mapper.ElepUploadInputMapper;
|
||||
import com.openhis.ybelep.service.IElepUploadInputService;
|
||||
|
||||
/**
|
||||
* 【电子处方上传-输入】Service业务层处理
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
@Service
|
||||
public class ElepUploadInputServiceImpl extends ServiceImpl<ElepUploadInputMapper, ElepUploadInput> implements IElepUploadInputService {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
package com.openhis.ybelep.service.impl;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import com.openhis.ybelep.domain.ElepUploadOutput;
|
||||
import com.openhis.ybelep.mapper.ElepUploadOutputMapper;
|
||||
import com.openhis.ybelep.service.IElepUploadOutputService;
|
||||
|
||||
/**
|
||||
* 【电子处方上传-输出】Service业务层处理
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
@Service
|
||||
public class ElepUploadOutputServiceImpl extends ServiceImpl<ElepUploadOutputMapper, ElepUploadOutput> implements IElepUploadOutputService {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
package com.openhis.ybelep.service.impl;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import com.openhis.ybelep.domain.ElepVeriDiagnosisInfo;
|
||||
import com.openhis.ybelep.mapper.ElepVeriDiagnosisInfoMapper;
|
||||
import com.openhis.ybelep.service.IElepVeriDiagnosisInfoService;
|
||||
|
||||
/**
|
||||
* 【电子处方上传预核验-输入-诊断信息(节点表示:diseinfo)】Service业务层处理
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
@Service
|
||||
public class ElepVeriDiagnosisInfoServiceImpl extends ServiceImpl<ElepVeriDiagnosisInfoMapper, ElepVeriDiagnosisInfo> implements IElepVeriDiagnosisInfoService {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
package com.openhis.ybelep.service.impl;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import com.openhis.ybelep.domain.ElepVeriPrescriptionDetail;
|
||||
import com.openhis.ybelep.mapper.ElepVeriPrescriptionDetailMapper;
|
||||
import com.openhis.ybelep.service.IElepVeriPrescriptionDetailService;
|
||||
|
||||
/**
|
||||
* 【电子处方上传预核验-输入-处方明细信息(节点标识 rxdrugdetail) 】Service业务层处理
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
@Service
|
||||
public class ElepVeriPrescriptionDetailServiceImpl extends ServiceImpl<ElepVeriPrescriptionDetailMapper, ElepVeriPrescriptionDetail> implements IElepVeriPrescriptionDetailService {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
package com.openhis.ybelep.service.impl;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import com.openhis.ybelep.domain.ElepVeriPrescriptionInfo;
|
||||
import com.openhis.ybelep.mapper.ElepVeriPrescriptionInfoMapper;
|
||||
import com.openhis.ybelep.service.IElepVeriPrescriptionInfoService;
|
||||
|
||||
/**
|
||||
* 【电子处方上传预核验-输入-处方信息】Service业务层处理
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
@Service
|
||||
public class ElepVeriPrescriptionInfoServiceImpl extends ServiceImpl<ElepVeriPrescriptionInfoMapper, ElepVeriPrescriptionInfo> implements IElepVeriPrescriptionInfoService {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
package com.openhis.ybelep.service.impl;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import com.openhis.ybelep.domain.ElepVeriPrescriptionOutput;
|
||||
import com.openhis.ybelep.mapper.ElepVeriPrescriptionOutputMapper;
|
||||
import com.openhis.ybelep.service.IElepVeriPrescriptionOutputService;
|
||||
|
||||
/**
|
||||
* 【电子处方上传预核验-输出】Service业务层处理
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
@Service
|
||||
public class ElepVeriPrescriptionOutputServiceImpl extends ServiceImpl<ElepVeriPrescriptionOutputMapper, ElepVeriPrescriptionOutput> implements IElepVeriPrescriptionOutputService {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
package com.openhis.ybelep.service.impl;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import com.openhis.ybelep.domain.ElepVeriVisitInfo;
|
||||
import com.openhis.ybelep.mapper.ElepVeriVisitInfoMapper;
|
||||
import com.openhis.ybelep.service.IElepVeriVisitInfoService;
|
||||
|
||||
/**
|
||||
* 【电子处方上传预核验-输入-就诊信息(节点标识:mdtrtinfo) 】Service业务层处理
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-04-17
|
||||
*/
|
||||
@Service
|
||||
public class ElepVeriVisitInfoServiceImpl extends ServiceImpl<ElepVeriVisitInfoMapper, ElepVeriVisitInfo> implements IElepVeriVisitInfoService {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user