irc_web/.svn/pristine/e1/e15f39d88d7ddaa7d40ad3b27d6...

28 lines
1.6 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<script>
export default
{
processSignature: {
LogicalConfigConfirmation: 101, // 逻辑配置确认:逻辑配置确认操作
ProcessConfigConfirmation: 102, // 流程配置确认:流程配置确认操作
ExpeditedConfigConfirmation: 103, // 加急配置确认:加急配置确认操作
LogicalConfigUpdates: 104, // 逻辑配置更新:逻辑配置更新操作
ProcessConfigUpdates: 105, // 流程配置更新:流程配置更新操作
ExpeditedConfigUpdates: 106, // 加急配置更新:加急配置更新操作
QCConfirmation: 107, // 质控问题配置:质控问题配置确认操作
ClinicalDataConfirmation: 201, // 临床数据完整性确认:临床数据完整性确认操作
AgreeToRetransmit: 202, // 同意重传:同意重传操作
QCSingleReviewPassed: 203, // 影像质控单审通过:影像质控审核操作
QCSingleReviewFailed: 204, // 影像质控单审不通过:影像质控审核操作
PreliminaryReviewOfQCPassed: 205, // 影像质控初审通过:影像质控初审操作
PreliminaryReviewOfQCFailed: 206, // 影像质控初审不通过:影像质控初审操作
SecondaryReviewOfQCPassed: 207, // 影像质控复审通过:影像质控复审操作
SecondaryReviewOfQCFailed: 208, // 影像质控复审不通过:影像质控复审操作
ConsistencyCheckPassed: 209, // 一致性核查通过:一致性核查操作
DataFallback: 210, // 数据回退:数据回退操作
TrialStatusChange: 211, // 项目状态变更
AbolitionTrial: 212, // 废除项目:废除项目操作
CDQualityConfirmation: 213// 临床数据质量确认PM
}
}
</script>