dicom签名配置修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
aeeb4b05f5
commit
0ba8739cb5
|
@ -8,6 +8,8 @@ export default {
|
||||||
ProcessConfigUpdates: 105, // 流程配置更新:流程配置更新操作
|
ProcessConfigUpdates: 105, // 流程配置更新:流程配置更新操作
|
||||||
ExpeditedConfigUpdates: 106, // 加急配置更新:加急配置更新操作
|
ExpeditedConfigUpdates: 106, // 加急配置更新:加急配置更新操作
|
||||||
QCConfirmation: 107, // 质控问题配置:质控问题配置确认操作
|
QCConfirmation: 107, // 质控问题配置:质控问题配置确认操作
|
||||||
|
DicomConfigConfirmation: 110, // DICOM AE配置确认
|
||||||
|
DicomConfigUpdates: 111, // DICOM AE配置更新
|
||||||
ClinicalDataConfirmation: 201, // 临床数据完整性确认:临床数据完整性确认操作
|
ClinicalDataConfirmation: 201, // 临床数据完整性确认:临床数据完整性确认操作
|
||||||
AgreeToRetransmit: 202, // 同意重传:同意重传操作
|
AgreeToRetransmit: 202, // 同意重传:同意重传操作
|
||||||
QCSingleReviewPassed: 203, // 影像质控单审通过:影像质控审核操作
|
QCSingleReviewPassed: 203, // 影像质控单审通过:影像质控审核操作
|
||||||
|
@ -27,8 +29,6 @@ export default {
|
||||||
MedicalAudit: 215, // 医学审核
|
MedicalAudit: 215, // 医学审核
|
||||||
HeavyReadingApproval: 216, // 重阅审批
|
HeavyReadingApproval: 216, // 重阅审批
|
||||||
ResetAndAsyncCriterion: 218, //同步签名
|
ResetAndAsyncCriterion: 218, //同步签名
|
||||||
DicomConfigConfirmation: 219, // DICOM AE配置确认
|
|
||||||
DicomConfigUpdates: 220, // DICOM AE配置更新
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue