|
@@ -234,6 +234,7 @@ public class IsvMedicCardServiceImpl implements IsvMedicCardService {
|
|
item.setRelationShip(RelationshipEnum.valueOf(medicalCard.getRelationship()).getDisplayName()); // 关系
|
|
item.setRelationShip(RelationshipEnum.valueOf(medicalCard.getRelationship()).getDisplayName()); // 关系
|
|
item.setDefaultCard(medicalCard.getIsDefault() ? "是" : "否");//是否是默认就诊卡
|
|
item.setDefaultCard(medicalCard.getIsDefault() ? "是" : "否");//是否是默认就诊卡
|
|
item.setPatientId("");//如果是医保卡,传参保城市
|
|
item.setPatientId("");//如果是医保卡,传参保城市
|
|
|
|
+ item.setId(medicalCard.getCardId());
|
|
return item;
|
|
return item;
|
|
}
|
|
}
|
|
|
|
|