提交merge1.3
This commit is contained in:
@@ -271,8 +271,9 @@ public class YbParamBuilderUtil {
|
||||
List<EncounterDiagnosis> encounterDiagnosis =
|
||||
iEncounterDiagnosisService.list(new LambdaQueryWrapper<EncounterDiagnosis>()
|
||||
.eq(EncounterDiagnosis::getEncounterId, encounterId).eq(EncounterDiagnosis::getTenantId, tenantId)
|
||||
.eq(EncounterDiagnosis::getMedTypeCode, ybMedType.getValue()));// 2025/08/05
|
||||
// 农大患者结算慢病时会上传普通门诊的疾病,医保回复该参保人未做该病种的门慢门特备案,故此修正根据门诊类型去上传
|
||||
.eq(EncounterDiagnosis::getMedTypeCode, ybMedType.getValue()));
|
||||
// 2025/08/05
|
||||
// 农大患者结算慢病时会上传普通门诊的疾病,医保回复该参保人未做该病种的门慢门特备案,故此修正根据门诊类型去上传
|
||||
for (EncounterDiagnosis diagnosis : encounterDiagnosis) {
|
||||
if (Objects.equals(Whether.YES.getValue(), diagnosis.getMaindiseFlag())) {
|
||||
mainEncounterDiagnosis = diagnosis;
|
||||
@@ -2369,6 +2370,9 @@ public class YbParamBuilderUtil {
|
||||
if (jsonObj != null && jsonObj.get("insuplc_admdvs") != null) {
|
||||
baseInfo.setInsuplcAdmdvs(String.valueOf(jsonObj.get("insuplc_admdvs")));
|
||||
}
|
||||
if (jsonObj != null && jsonObj.get("filePath") != null) {
|
||||
baseInfo.setFilePath(String.valueOf(jsonObj.get("filePath")));
|
||||
}
|
||||
// 异地患者问题
|
||||
// if (contract.getBusNo() != null) {
|
||||
// baseInfo.setInsuplcAdmdvs(contract.getBusNo());
|
||||
|
||||
Reference in New Issue
Block a user