From ecc7ac06d2fe221efd6fbedcdc00601800362bfa Mon Sep 17 00:00:00 2001 From: Vrinda Date: Tue, 2 Aug 2022 16:46:56 +0200 Subject: [PATCH] dcm4che/dcm4chee-arc-light#3752 : Optionally permit an UPS Pull SCU or UPS-RS Web client to update or change the state of an UPS workitem in state IN PROCESS without specifying a Transaction UID --- src/main/webapp/assets/schema/archiveDevice.schema.json | 7 +++++++ src/main/webapp/assets/schema/archiveNetworkAE.schema.json | 5 +++++ src/main/webapp/assets/schema/hi/archiveDevice.schema.json | 7 +++++++ .../webapp/assets/schema/hi/archiveNetworkAE.schema.json | 5 +++++ src/main/webapp/assets/schema/it/archiveDevice.schema.json | 7 +++++++ .../webapp/assets/schema/it/archiveNetworkAE.schema.json | 5 +++++ src/main/webapp/assets/schema/ja/archiveDevice.schema.json | 7 +++++++ .../webapp/assets/schema/ja/archiveNetworkAE.schema.json | 5 +++++ src/main/webapp/assets/schema/mr/archiveDevice.schema.json | 7 +++++++ .../webapp/assets/schema/mr/archiveNetworkAE.schema.json | 5 +++++ src/main/webapp/assets/schema/ru/archiveDevice.schema.json | 7 +++++++ .../webapp/assets/schema/ru/archiveNetworkAE.schema.json | 5 +++++ src/main/webapp/assets/schema/zh/archiveDevice.schema.json | 7 +++++++ .../webapp/assets/schema/zh/archiveNetworkAE.schema.json | 5 +++++ src/props/archiveDevice.properties | 1 + src/props/archiveNetworkAE.properties | 1 + src/props/hi/archiveDevice.properties | 1 + src/props/hi/archiveNetworkAE.properties | 1 + src/props/it/archiveDevice.properties | 1 + src/props/it/archiveNetworkAE.properties | 1 + src/props/ja/archiveDevice.properties | 1 + src/props/ja/archiveNetworkAE.properties | 1 + src/props/mr/archiveDevice.properties | 1 + src/props/mr/archiveNetworkAE.properties | 1 + src/props/zh/archiveDevice.properties | 1 + src/props/zh/archiveNetworkAE.properties | 1 + 26 files changed, 96 insertions(+) diff --git a/src/main/webapp/assets/schema/archiveDevice.schema.json b/src/main/webapp/assets/schema/archiveDevice.schema.json index a4419466..58771d09 100644 --- a/src/main/webapp/assets/schema/archiveDevice.schema.json +++ b/src/main/webapp/assets/schema/archiveDevice.schema.json @@ -96,6 +96,7 @@ "dcmMWLScheduledProcedureStepIDGenerator", "dcmAuditHL7MsgLimit", "dcmMatchSOPClassOnInstanceLevel", + "dcmUPSUpdateWithoutTransactionUID", "hl7PSUForRequestedProcedure", "hl7PSURequestedProcedureID", "hl7PSUAccessionNumber", @@ -1789,6 +1790,12 @@ "type": "boolean", "default" : false }, + "dcmUPSUpdateWithoutTransactionUID": { + "title": "UPS Update Without Transaction UID", + "description": "Indicates to permit an UPS Pull SCU or UPS-RS Web client to update or change the state of an UPS workitem in state IN PROCESS without specifying a Transaction UID. May be overwritten by configured value for particular Archive Network AEs.", + "type": "boolean", + "default" : false + }, "dcmAttributeFilter": { "title": "Attribute Filter", "description": "Specifies Attributes stored in the database", diff --git a/src/main/webapp/assets/schema/archiveNetworkAE.schema.json b/src/main/webapp/assets/schema/archiveNetworkAE.schema.json index 49bba9b0..7deb94dc 100644 --- a/src/main/webapp/assets/schema/archiveNetworkAE.schema.json +++ b/src/main/webapp/assets/schema/archiveNetworkAE.schema.json @@ -733,6 +733,11 @@ "description": "Indicates to consider the SOP Class UID on Instance level for calculation of matches with SOP Classes in Study (0008,0062); otherwise rely on stored SOP Class UID on Series level, which may result in missing matches if one Series includes Instances of different SOP Classes. Overwrites value specified on Device level.", "type": "boolean" }, + "dcmUPSUpdateWithoutTransactionUID": { + "title": "UPS Update Without Transaction UID", + "description": "Indicates to permit an UPS Pull SCU or UPS-RS Web client to update or change the state of an UPS workitem in state IN PROCESS without specifying a Transaction UID. Overwrites value specified on Device level.", + "type": "boolean" + }, "dcmExportRule": { "title": "Export Rule", "description": "Export Rules applied to DICOM objects received by this AE. Supplements Export Rules specified on Device level.", diff --git a/src/main/webapp/assets/schema/hi/archiveDevice.schema.json b/src/main/webapp/assets/schema/hi/archiveDevice.schema.json index 76f7f856..fd6fc906 100644 --- a/src/main/webapp/assets/schema/hi/archiveDevice.schema.json +++ b/src/main/webapp/assets/schema/hi/archiveDevice.schema.json @@ -97,6 +97,7 @@ "dcmMWLScheduledProcedureStepIDGenerator", "dcmAuditHL7MsgLimit", "dcmMatchSOPClassOnInstanceLevel", + "dcmUPSUpdateWithoutTransactionUID", "hl7PSUForRequestedProcedure", "hl7PSURequestedProcedureID", "hl7PSUAccessionNumber", @@ -1779,6 +1780,12 @@ "type": "boolean", "default" : false }, + "dcmUPSUpdateWithoutTransactionUID": { + "title": "UPS Update Without Transaction UID", + "description": "Indicates to permit an UPS Pull SCU or UPS-RS Web client to update or change the state of an UPS workitem in state IN PROCESS without specifying a Transaction UID. May be overwritten by configured value for particular Archive Network AEs.", + "type": "boolean", + "default" : false + }, "dcmAttributeFilter": { "title": "गुण फ़िल्टर", "description": "डेटाबेस में सहेजे गुणों को निर्दिष्ट करता है ।", diff --git a/src/main/webapp/assets/schema/hi/archiveNetworkAE.schema.json b/src/main/webapp/assets/schema/hi/archiveNetworkAE.schema.json index 4b7b096a..0656eabc 100644 --- a/src/main/webapp/assets/schema/hi/archiveNetworkAE.schema.json +++ b/src/main/webapp/assets/schema/hi/archiveNetworkAE.schema.json @@ -733,6 +733,11 @@ "description": "Indicates to consider the SOP Class UID on Instance level for calculation of matches with SOP Classes in Study (0008,0062); otherwise rely on stored SOP Class UID on Series level, which may result in missing matches if one Series includes Instances of different SOP Classes. Overwrites value specified on Device level.", "type": "boolean" }, + "dcmUPSUpdateWithoutTransactionUID": { + "title": "UPS Update Without Transaction UID", + "description": "Indicates to permit an UPS Pull SCU or UPS-RS Web client to update or change the state of an UPS workitem in state IN PROCESS without specifying a Transaction UID. Overwrites value specified on Device level.", + "type": "boolean" + }, "dcmExportRule": { "title": "निर्यात नियम", "description": "इस AE से सहेजे गए DICOM दृष्टांतों पे निर्यात नियम लागू करें । आर्काइव डिवाइस स्तर पे निर्दिष्ट निर्यात नियम पूरक होंगे ।", diff --git a/src/main/webapp/assets/schema/it/archiveDevice.schema.json b/src/main/webapp/assets/schema/it/archiveDevice.schema.json index 3f7a3119..023cd18c 100644 --- a/src/main/webapp/assets/schema/it/archiveDevice.schema.json +++ b/src/main/webapp/assets/schema/it/archiveDevice.schema.json @@ -94,6 +94,7 @@ "dcmMWLScheduledProcedureStepIDGenerator", "dcmAuditHL7MsgLimit", "dcmMatchSOPClassOnInstanceLevel", + "dcmUPSUpdateWithoutTransactionUID", "hl7PSUForRequestedProcedure", "hl7PSURequestedProcedureID", "hl7PSUAccessionNumber", @@ -1740,6 +1741,12 @@ "type": "boolean", "default" : false }, + "dcmUPSUpdateWithoutTransactionUID": { + "title": "UPS Update Without Transaction UID", + "description": "Indicates to permit an UPS Pull SCU or UPS-RS Web client to update or change the state of an UPS workitem in state IN PROCESS without specifying a Transaction UID. May be overwritten by configured value for particular Archive Network AEs.", + "type": "boolean", + "default" : false + }, "dcmAttributeFilter": { "title": "Filtro attributi", "description": "Specifica gli attributi archiviati nel database", diff --git a/src/main/webapp/assets/schema/it/archiveNetworkAE.schema.json b/src/main/webapp/assets/schema/it/archiveNetworkAE.schema.json index 157d78bb..ac3a43f5 100644 --- a/src/main/webapp/assets/schema/it/archiveNetworkAE.schema.json +++ b/src/main/webapp/assets/schema/it/archiveNetworkAE.schema.json @@ -733,6 +733,11 @@ "description": "Indicates to consider the SOP Class UID on Instance level for calculation of matches with SOP Classes in Study (0008,0062); otherwise rely on stored SOP Class UID on Series level, which may result in missing matches if one Series includes Instances of different SOP Classes. Overwrites value specified on Device level.", "type": "boolean" }, + "dcmUPSUpdateWithoutTransactionUID": { + "title": "UPS Update Without Transaction UID", + "description": "Indicates to permit an UPS Pull SCU or UPS-RS Web client to update or change the state of an UPS workitem in state IN PROCESS without specifying a Transaction UID. Overwrites value specified on Device level.", + "type": "boolean" + }, "dcmExportRule": { "title": "Regola di esportazione", "description": "Regole di esportazione applicate agli oggetti DICOM ricevuti da questo AE. Integra le regole di esportazione HL7 specificate a livello di dispositivo.", diff --git a/src/main/webapp/assets/schema/ja/archiveDevice.schema.json b/src/main/webapp/assets/schema/ja/archiveDevice.schema.json index 361055dd..5a0ed3a7 100644 --- a/src/main/webapp/assets/schema/ja/archiveDevice.schema.json +++ b/src/main/webapp/assets/schema/ja/archiveDevice.schema.json @@ -96,6 +96,7 @@ "dcmMWLScheduledProcedureStepIDGenerator", "dcmAuditHL7MsgLimit", "dcmMatchSOPClassOnInstanceLevel", + "dcmUPSUpdateWithoutTransactionUID", "hl7PSUForRequestedProcedure", "hl7PSURequestedProcedureID", "hl7PSUAccessionNumber", @@ -1778,6 +1779,12 @@ "type": "boolean", "default" : false }, + "dcmUPSUpdateWithoutTransactionUID": { + "title": "UPS Update Without Transaction UID", + "description": "Indicates to permit an UPS Pull SCU or UPS-RS Web client to update or change the state of an UPS workitem in state IN PROCESS without specifying a Transaction UID. May be overwritten by configured value for particular Archive Network AEs.", + "type": "boolean", + "default" : false + }, "dcmAttributeFilter": { "title": "属性 フィルター", "description": "データベースに 保存されて いる 属性を 指定します。", diff --git a/src/main/webapp/assets/schema/ja/archiveNetworkAE.schema.json b/src/main/webapp/assets/schema/ja/archiveNetworkAE.schema.json index 07dfc64e..bc9e7388 100644 --- a/src/main/webapp/assets/schema/ja/archiveNetworkAE.schema.json +++ b/src/main/webapp/assets/schema/ja/archiveNetworkAE.schema.json @@ -733,6 +733,11 @@ "description": "Indicates to consider the SOP Class UID on Instance level for calculation of matches with SOP Classes in Study (0008,0062); otherwise rely on stored SOP Class UID on Series level, which may result in missing matches if one Series includes Instances of different SOP Classes. Overwrites value specified on Device level.", "type": "boolean" }, + "dcmUPSUpdateWithoutTransactionUID": { + "title": "UPS Update Without Transaction UID", + "description": "Indicates to permit an UPS Pull SCU or UPS-RS Web client to update or change the state of an UPS workitem in state IN PROCESS without specifying a Transaction UID. Overwrites value specified on Device level.", + "type": "boolean" + }, "dcmExportRule": { "title": "書き出し 規則", "description": "この AEに よって 受信された DICOM オブジェクトに 適用される 書き出し 規則。 デバイス レベルで 指定された 書き出し 規則を 上補足します。", diff --git a/src/main/webapp/assets/schema/mr/archiveDevice.schema.json b/src/main/webapp/assets/schema/mr/archiveDevice.schema.json index c3ec3054..7874e7b1 100644 --- a/src/main/webapp/assets/schema/mr/archiveDevice.schema.json +++ b/src/main/webapp/assets/schema/mr/archiveDevice.schema.json @@ -96,6 +96,7 @@ "dcmMWLScheduledProcedureStepIDGenerator", "dcmAuditHL7MsgLimit", "dcmMatchSOPClassOnInstanceLevel", + "dcmUPSUpdateWithoutTransactionUID", "hl7PSUForRequestedProcedure", "hl7PSURequestedProcedureID", "hl7PSUAccessionNumber", @@ -1778,6 +1779,12 @@ "type": "boolean", "default" : false }, + "dcmUPSUpdateWithoutTransactionUID": { + "title": "UPS Update Without Transaction UID", + "description": "Indicates to permit an UPS Pull SCU or UPS-RS Web client to update or change the state of an UPS workitem in state IN PROCESS without specifying a Transaction UID. May be overwritten by configured value for particular Archive Network AEs.", + "type": "boolean", + "default" : false + }, "dcmAttributeFilter": { "title": "विशेषता फ़िल्टर", "description": "डेटाबेसमध्ये साठवलेले विशेषता.", diff --git a/src/main/webapp/assets/schema/mr/archiveNetworkAE.schema.json b/src/main/webapp/assets/schema/mr/archiveNetworkAE.schema.json index 05377c19..49054050 100644 --- a/src/main/webapp/assets/schema/mr/archiveNetworkAE.schema.json +++ b/src/main/webapp/assets/schema/mr/archiveNetworkAE.schema.json @@ -733,6 +733,11 @@ "description": "Indicates to consider the SOP Class UID on Instance level for calculation of matches with SOP Classes in Study (0008,0062); otherwise rely on stored SOP Class UID on Series level, which may result in missing matches if one Series includes Instances of different SOP Classes. Overwrites value specified on Device level.", "type": "boolean" }, + "dcmUPSUpdateWithoutTransactionUID": { + "title": "UPS Update Without Transaction UID", + "description": "Indicates to permit an UPS Pull SCU or UPS-RS Web client to update or change the state of an UPS workitem in state IN PROCESS without specifying a Transaction UID. Overwrites value specified on Device level.", + "type": "boolean" + }, "dcmExportRule": { "title": "निर्यात नियम", "description": "या AE द्वारे प्राप्त झालेल्या DICOM दृष्टांतांवर निर्यात नियम लागू करा. आर्काइव्ह डिव्हाइस स्तरावर निर्दिष्ट केलेले निर्यात नियम पूरक होतील.", diff --git a/src/main/webapp/assets/schema/ru/archiveDevice.schema.json b/src/main/webapp/assets/schema/ru/archiveDevice.schema.json index 971abb71..45b96643 100644 --- a/src/main/webapp/assets/schema/ru/archiveDevice.schema.json +++ b/src/main/webapp/assets/schema/ru/archiveDevice.schema.json @@ -96,6 +96,7 @@ "dcmMWLScheduledProcedureStepIDGenerator", "dcmAuditHL7MsgLimit", "dcmMatchSOPClassOnInstanceLevel", + "dcmUPSUpdateWithoutTransactionUID", "hl7PSUForRequestedProcedure", "hl7PSURequestedProcedureID", "hl7PSUAccessionNumber", @@ -1789,6 +1790,12 @@ "type": "boolean", "default" : false }, + "dcmUPSUpdateWithoutTransactionUID": { + "title": "UPS Update Without Transaction UID", + "description": "Indicates to permit an UPS Pull SCU or UPS-RS Web client to update or change the state of an UPS workitem in state IN PROCESS without specifying a Transaction UID. May be overwritten by configured value for particular Archive Network AEs.", + "type": "boolean", + "default" : false + }, "dcmAttributeFilter": { "title": "Attribute Filter", "description": "Specifies Attributes stored in the database", diff --git a/src/main/webapp/assets/schema/ru/archiveNetworkAE.schema.json b/src/main/webapp/assets/schema/ru/archiveNetworkAE.schema.json index 2c50524e..0734cac3 100644 --- a/src/main/webapp/assets/schema/ru/archiveNetworkAE.schema.json +++ b/src/main/webapp/assets/schema/ru/archiveNetworkAE.schema.json @@ -733,6 +733,11 @@ "description": "Indicates to consider the SOP Class UID on Instance level for calculation of matches with SOP Classes in Study (0008,0062); otherwise rely on stored SOP Class UID on Series level, which may result in missing matches if one Series includes Instances of different SOP Classes. Overwrites value specified on Device level.", "type": "boolean" }, + "dcmUPSUpdateWithoutTransactionUID": { + "title": "UPS Update Without Transaction UID", + "description": "Indicates to permit an UPS Pull SCU or UPS-RS Web client to update or change the state of an UPS workitem in state IN PROCESS without specifying a Transaction UID. Overwrites value specified on Device level.", + "type": "boolean" + }, "dcmExportRule": { "title": "Export Rule", "description": "Export Rules applied to DICOM objects received by this AE. Supplements Export Rules specified on Device level.", diff --git a/src/main/webapp/assets/schema/zh/archiveDevice.schema.json b/src/main/webapp/assets/schema/zh/archiveDevice.schema.json index 8f75c4db..13208f10 100644 --- a/src/main/webapp/assets/schema/zh/archiveDevice.schema.json +++ b/src/main/webapp/assets/schema/zh/archiveDevice.schema.json @@ -95,6 +95,7 @@ "dcmMWLScheduledProcedureStepIDGenerator", "dcmAuditHL7MsgLimit", "dcmMatchSOPClassOnInstanceLevel", + "dcmUPSUpdateWithoutTransactionUID", "hl7PSUForRequestedProcedure", "hl7PSURequestedProcedureID", "hl7PSUAccessionNumber", @@ -1781,6 +1782,12 @@ "type": "boolean", "default" : false }, + "dcmUPSUpdateWithoutTransactionUID": { + "title": "UPS Update Without Transaction UID", + "description": "Indicates to permit an UPS Pull SCU or UPS-RS Web client to update or change the state of an UPS workitem in state IN PROCESS without specifying a Transaction UID. May be overwritten by configured value for particular Archive Network AEs.", + "type": "boolean", + "default" : false + }, "dcmAttributeFilter": { "title": "属性过滤器", "description": "指定存储在数据库中的属性。", diff --git a/src/main/webapp/assets/schema/zh/archiveNetworkAE.schema.json b/src/main/webapp/assets/schema/zh/archiveNetworkAE.schema.json index ab36517f..ca8c7529 100644 --- a/src/main/webapp/assets/schema/zh/archiveNetworkAE.schema.json +++ b/src/main/webapp/assets/schema/zh/archiveNetworkAE.schema.json @@ -733,6 +733,11 @@ "description": "Indicates to consider the SOP Class UID on Instance level for calculation of matches with SOP Classes in Study (0008,0062); otherwise rely on stored SOP Class UID on Series level, which may result in missing matches if one Series includes Instances of different SOP Classes. Overwrites value specified on Device level.", "type": "boolean" }, + "dcmUPSUpdateWithoutTransactionUID": { + "title": "UPS Update Without Transaction UID", + "description": "Indicates to permit an UPS Pull SCU or UPS-RS Web client to update or change the state of an UPS workitem in state IN PROCESS without specifying a Transaction UID. Overwrites value specified on Device level.", + "type": "boolean" + }, "dcmExportRule": { "title": "导出规则", "description": "应用于由此AE接收的DICOM对象的导出规则。 补充在设备级别指定的导出规则。 ", diff --git a/src/props/archiveDevice.properties b/src/props/archiveDevice.properties index 004b5b96..e0c798c7 100644 --- a/src/props/archiveDevice.properties +++ b/src/props/archiveDevice.properties @@ -236,6 +236,7 @@ archiveDevice.dcmStowQuicktime2MP4:STOW Quicktime to MP4|Indicates if QuickTime archiveDevice.dcmChangeRequesterAET:Change Requester AET|Indicates change requester AET in rejections triggered by archive. May be overwritten by configured values for particular Archive Network AEs. archiveDevice.dcmFilterByIssuerOfPatientID:Filter by Issuer of Patient ID|Filter by Issuer of Patient ID even if no matching key for Patient ID is specified. May be overwritten by configured value for particular Archive Network AEs. archiveDevice.dcmMatchSOPClassOnInstanceLevel:Match SOP Class on Instance level|Indicates to consider the SOP Class UID on Instance level for calculation of matches with SOP Classes in Study (0008,0062); otherwise rely on stored SOP Class UID on Series level, which may result in missing matches if one Series includes Instances of different SOP Classes. May be overwritten by configured value for particular Archive Network AEs. +archiveDevice.dcmUPSUpdateWithoutTransactionUID:UPS Update Without Transaction UID|Indicates to permit an UPS Pull SCU or UPS-RS Web client to update or change the state of an UPS workitem in state IN PROCESS without specifying a Transaction UID. May be overwritten by configured value for particular Archive Network AEs. archiveDevice.dcmAttributeFilter:Attribute Filter|Specifies Attributes stored in the database archiveDevice.dcmAttributeSet:Attribute Set|Named Attribute Set for Query Parameter 'includefields' of QIDO-RS and WADO-RS Metadata or by Query Parameter 'comparefield' of DIFF-RS requests. archiveDevice.dcmBulkDataDescriptor:Bulk Data Descriptor|Specifies Bulk Data Descriptors applied by services providing Metadata of archived instances. diff --git a/src/props/archiveNetworkAE.properties b/src/props/archiveNetworkAE.properties index 94097230..2de5a85b 100644 --- a/src/props/archiveNetworkAE.properties +++ b/src/props/archiveNetworkAE.properties @@ -106,6 +106,7 @@ archiveNetworkAE.dcmRetrieveTaskWarningOnWarnings:Retrieve Task Warning on Warni archiveNetworkAE.dcmChangeRequesterAET:Change Requester AET|Indicates change requester AET in rejections triggered by archive. Overwrites value specified on Device level. archiveNetworkAE.dcmFilterByIssuerOfPatientID:Filter by Issuer of Patient ID|Filter by Issuer of Patient ID even if no matching key for Patient ID is specified. Overwrites value specified on Device level. archiveNetworkAE.dcmMatchSOPClassOnInstanceLevel:Match SOP Class on Instance level|Indicates to consider the SOP Class UID on Instance level for calculation of matches with SOP Classes in Study (0008,0062); otherwise rely on stored SOP Class UID on Series level, which may result in missing matches if one Series includes Instances of different SOP Classes. Overwrites value specified on Device level. +archiveDevice.dcmUPSUpdateWithoutTransactionUID:UPS Update Without Transaction UID|Indicates to permit an UPS Pull SCU or UPS-RS Web client to update or change the state of an UPS workitem in state IN PROCESS without specifying a Transaction UID. Overwrites value specified on Device level. archiveNetworkAE.dcmExportRule:Export Rule|Export Rules applied to DICOM objects received by this AE. Supplements Export Rules specified on Device level. archiveNetworkAE.dcmExportPriorsRule:Export Priors Rule|Export Priors Rules applied to DICOM objects received by this AE. Supplements Export Priors Rules specified on Device level. archiveNetworkAE.dcmMPPSForwardRule:MPPS Forward Rule|MPPS Forward Rules applied to MPPS received by this AE. Supplements MPPS Forward Rules specified on Device level. diff --git a/src/props/hi/archiveDevice.properties b/src/props/hi/archiveDevice.properties index c8e3b273..7528174a 100644 --- a/src/props/hi/archiveDevice.properties +++ b/src/props/hi/archiveDevice.properties @@ -234,6 +234,7 @@ archiveDevice.dcmStowQuicktime2MP4:STOW क्विकटाइम से MP4|S archiveDevice.dcmChangeRequesterAET:परिवर्तन अनुरोधकर्ता AET|आर्काइव द्वारा ट्रिगर किए गए अस्वीकृतियों में परिवर्तन अनुरोधकर्ता AET को दर्शाता है । किसी आर्काइव नेटवर्क AE पे कॉन्फ़िगर किए गए मूल्यों से अधिलेखित किया जा सकता है । archiveDevice.dcmFilterByIssuerOfPatientID:मरीज़ के ID के जारीकर्ता द्वारा फ़िल्टर करें|मरीज़ के ID के जारीकर्ता द्वारा फ़िल्टर करें, भले ही मरीज़ के ID के लिए कोई मिलान कुंजी निर्दिष्ट न किया गया हो । किसी आर्काइव नेटवर्क AE पे कॉन्फ़िगर किए गए मूल्यों से अधिलेखित किया जा सकता है । archiveDevice.dcmMatchSOPClassOnInstanceLevel:Match SOP Class on Instance level|Indicates to consider the SOP Class UID on Instance level for calculation of matches with SOP Classes in Study (0008,0062); otherwise rely on stored SOP Class UID on Series level, which may result in missing matches if one Series includes Instances of different SOP Classes. May be overwritten by configured value for particular Archive Network AEs. +archiveDevice.dcmUPSUpdateWithoutTransactionUID:UPS Update Without Transaction UID|Indicates to permit an UPS Pull SCU or UPS-RS Web client to update or change the state of an UPS workitem in state IN PROCESS without specifying a Transaction UID. May be overwritten by configured value for particular Archive Network AEs. archiveDevice.dcmAttributeFilter:गुण फ़िल्टर|डेटाबेस में सहेजे गुणों को निर्दिष्ट करता है । archiveDevice.dcmAttributeSet:गुण सेट|QIDO-RS और WADO-RS मेटाडेटा के अनुरोध के 'includefields' प्राप्ति मापदण्ड और DIFF-RS अनुरोध के 'comparefield' प्राप्ति मापदण्ड का नांमाकित गुण सेट । archiveDevice.dcmBulkDataDescriptor:अधिकांश डेटा वर्णनकर्ता|आर्काइव किए हुए दृष्टांतों के मेटाडेटा प्रधान करनेवाले सेवाओं द्वारा लागू की गई अधिकांश डेटा वर्णनकर्ताों को निर्दिष्ट करता है । diff --git a/src/props/hi/archiveNetworkAE.properties b/src/props/hi/archiveNetworkAE.properties index ab5166d2..102756a6 100644 --- a/src/props/hi/archiveNetworkAE.properties +++ b/src/props/hi/archiveNetworkAE.properties @@ -106,6 +106,7 @@ archiveNetworkAE.dcmRetrieveTaskWarningOnWarnings:पुनःप्राप् archiveNetworkAE.dcmChangeRequesterAET:परिवर्तन अनुरोधकर्ता AET|आर्काइव द्वारा ट्रिगर किए गए अस्वीकृतियों में परिवर्तन अनुरोधकर्ता AET को दर्शाता है । आर्काइव डिवाइस स्तर पे निर्दिष्ट मूल्य अधिलेखित होंगे । archiveNetworkAE.dcmFilterByIssuerOfPatientID:मरीज़ के ID के जारीकर्ता द्वारा फ़िल्टर करें|मरीज़ के ID के जारीकर्ता द्वारा फ़िल्टर करें, भले ही मरीज़ के ID के लिए कोई मिलान कुंजी निर्दिष्ट न किया गया हो । आर्काइव डिवाइस स्तर पे निर्दिष्ट मूल्य अधिलेखित होंगे । archiveNetworkAE.dcmMatchSOPClassOnInstanceLevel:Match SOP Class on Instance level|Indicates to consider the SOP Class UID on Instance level for calculation of matches with SOP Classes in Study (0008,0062); otherwise rely on stored SOP Class UID on Series level, which may result in missing matches if one Series includes Instances of different SOP Classes. Overwrites value specified on Device level. +archiveDevice.dcmUPSUpdateWithoutTransactionUID:UPS Update Without Transaction UID|Indicates to permit an UPS Pull SCU or UPS-RS Web client to update or change the state of an UPS workitem in state IN PROCESS without specifying a Transaction UID. Overwrites value specified on Device level. archiveNetworkAE.dcmExportRule:निर्यात नियम|इस AE से सहेजे गए DICOM दृष्टांतों पे निर्यात नियम लागू करें । आर्काइव डिवाइस स्तर पे निर्दिष्ट निर्यात नियम पूरक होंगे । archiveNetworkAE.dcmExportPriorsRule:पूर्व स्टडीज निर्यात नियम|इस AE से सहेजे गए DICOM दृष्टांतों पे पूर्व स्टडीज निर्यात नियम लागू करें । आर्काइव डिवाइस स्तर पे निर्दिष्ट पूर्व स्टडीज निर्यात नियम पूरक होंगे । archiveNetworkAE.dcmMPPSForwardRule:MPPS फॉरवर्ड नियम|MPPS फॉरवर्ड नियम जो इस AE द्वारा प्राप्त MPPS पर लागू होंगे । आर्काइव डिवाइस स्तर पे निर्दिष्ट पूर्व स्टडीज निर्यात नियम पूरक होंगे । diff --git a/src/props/it/archiveDevice.properties b/src/props/it/archiveDevice.properties index 28760313..d2290f2c 100644 --- a/src/props/it/archiveDevice.properties +++ b/src/props/it/archiveDevice.properties @@ -230,6 +230,7 @@ archiveDevice.dcmStowQuicktime2MP4:STOW Da Quicktime a MP4|Indica se i contenito archiveDevice.dcmChangeRequesterAET:Change Requester AET|Indicates change requester AET in rejections triggered by archive. May be overwritten by configured values for particular Archive Network AEs. archiveDevice.dcmFilterByIssuerOfPatientID:Filter by Issuer of Patient ID|Filter by Issuer of Patient ID even if no matching key for Patient ID is specified. May be overwritten by configured value for particular Archive Network AEs. archiveDevice.dcmMatchSOPClassOnInstanceLevel:Match SOP Class on Instance level|Indicates to consider the SOP Class UID on Instance level for calculation of matches with SOP Classes in Study (0008,0062); otherwise rely on stored SOP Class UID on Series level, which may result in missing matches if one Series includes Instances of different SOP Classes. May be overwritten by configured value for particular Archive Network AEs. +archiveDevice.dcmUPSUpdateWithoutTransactionUID:UPS Update Without Transaction UID|Indicates to permit an UPS Pull SCU or UPS-RS Web client to update or change the state of an UPS workitem in state IN PROCESS without specifying a Transaction UID. May be overwritten by configured value for particular Archive Network AEs. archiveDevice.dcmAttributeFilter:Filtro attributi|Specifica gli attributi archiviati nel database archiveDevice.dcmAttributeSet:Insieme di attributi|Set di attributi con nome per il parametro di query "includefields" dei metadati QIDO-RS e WADO-RS o dal parametro di query "comparefield" delle richieste DIFF-RS. archiveDevice.dcmBulkDataDescriptor:Descrittore dati in blocco|Specifica i descrittori di dati in blocco applicati dai servizi che forniscono i metadati delle istanze archiviate. diff --git a/src/props/it/archiveNetworkAE.properties b/src/props/it/archiveNetworkAE.properties index 869d2b14..b8ddb7cc 100644 --- a/src/props/it/archiveNetworkAE.properties +++ b/src/props/it/archiveNetworkAE.properties @@ -106,6 +106,7 @@ archiveNetworkAE.dcmRetrieveTaskWarningOnWarnings:Recupera attività di Warning archiveNetworkAE.dcmChangeRequesterAET:Change Requester AET|Indicates change requester AET in rejections triggered by archive. Overwrites value specified on Device level. archiveNetworkAE.dcmFilterByIssuerOfPatientID:Filter by Issuer of Patient ID|Filter by Issuer of Patient ID even if no matching key for Patient ID is specified. Overwrites value specified on Device level. archiveNetworkAE.dcmMatchSOPClassOnInstanceLevel:Match SOP Class on Instance level|Indicates to consider the SOP Class UID on Instance level for calculation of matches with SOP Classes in Study (0008,0062); otherwise rely on stored SOP Class UID on Series level, which may result in missing matches if one Series includes Instances of different SOP Classes. Overwrites value specified on Device level. +archiveDevice.dcmUPSUpdateWithoutTransactionUID:UPS Update Without Transaction UID|Indicates to permit an UPS Pull SCU or UPS-RS Web client to update or change the state of an UPS workitem in state IN PROCESS without specifying a Transaction UID. Overwrites value specified on Device level. archiveNetworkAE.dcmExportRule:Regola di esportazione|Regole di esportazione applicate agli oggetti DICOM ricevuti da questo AE. Integra le regole di esportazione HL7 specificate a livello di dispositivo. archiveNetworkAE.dcmExportPriorsRule:Regola dell'esportazione dei Precedenti|Esporta le regole dei Priors applicate agli oggetti DICOM ricevuti da questo AE. Integra le regole di esportazione HL7 specificate a livello di dispositivo. archiveNetworkAE.dcmMPPSForwardRule:MPPS Forward Rule|MPPS Forward Rules applied to MPPS received by this AE. Supplements MPPS Forward Rules specified on Device level. diff --git a/src/props/ja/archiveDevice.properties b/src/props/ja/archiveDevice.properties index 91a977cd..263d4f5c 100644 --- a/src/props/ja/archiveDevice.properties +++ b/src/props/ja/archiveDevice.properties @@ -234,6 +234,7 @@ archiveDevice.dcmStowQuicktime2MP4:STOW - MP4への Quicktime|STOW-RS メタデ archiveDevice.dcmChangeRequesterAET:変更 要求者 AET|アーカイブに よって トリガー された 拒否で 変更 要求者 AETを 示します。 特定の アーカイブ ネットワーク AEの 設定値に よって 上書きされる 場合が あります。 archiveDevice.dcmFilterByIssuerOfPatientID:患者 ID の 発行者に よる フィルタリング する|患者 IDに 一致 する キーが 指定されていない 場合 でも、患者 IDの 発行者で フィルタリング します。 特定の アーカイブ ネットワーク AEの 設定値に よって 上書きされる 場合が あります。 archiveDevice.dcmMatchSOPClassOnInstanceLevel:Match SOP Class on Instance level|Indicates to consider the SOP Class UID on Instance level for calculation of matches with SOP Classes in Study (0008,0062); otherwise rely on stored SOP Class UID on Series level, which may result in missing matches if one Series includes Instances of different SOP Classes. May be overwritten by configured value for particular Archive Network AEs. +archiveDevice.dcmUPSUpdateWithoutTransactionUID:UPS Update Without Transaction UID|Indicates to permit an UPS Pull SCU or UPS-RS Web client to update or change the state of an UPS workitem in state IN PROCESS without specifying a Transaction UID. May be overwritten by configured value for particular Archive Network AEs. archiveDevice.dcmAttributeFilter:属性 フィルター|データベースに 保存されて いる 属性を 指定します。 archiveDevice.dcmAttributeSet:属性 セット|QIDO-RSと WADO-RS メタデータの クエリ パラメーター 'includefields' に よって、 または DIFF-RS 要求の クエリ パラメーター 'comparefield' に よって 使用された 名前付き 属性 セット archiveDevice.dcmBulkDataDescriptor:バルクデータ 記述子|アーカイブされた インスタンスの メタデータを 提供 する サービスに よって 適用される バルクデータ 記述子を 指定します。 diff --git a/src/props/ja/archiveNetworkAE.properties b/src/props/ja/archiveNetworkAE.properties index 65bc3bd3..d332f89a 100644 --- a/src/props/ja/archiveNetworkAE.properties +++ b/src/props/ja/archiveNetworkAE.properties @@ -106,6 +106,7 @@ archiveNetworkAE.dcmRetrieveTaskWarningOnWarnings:警告で 読み出し タス archiveNetworkAE.dcmChangeRequesterAET:Change Requester AET|Indicates change requester AET in rejections triggered by archive. デバイス レベルで 指定された 値を 上書きします。 archiveNetworkAE.dcmFilterByIssuerOfPatientID:Filter by Issuer of Patient ID|Filter by Issuer of Patient ID even if no matching key for Patient ID is specified. デバイス レベルで 指定された 値を 上書きします。 archiveNetworkAE.dcmMatchSOPClassOnInstanceLevel:Match SOP Class on Instance level|Indicates to consider the SOP Class UID on Instance level for calculation of matches with SOP Classes in Study (0008,0062); otherwise rely on stored SOP Class UID on Series level, which may result in missing matches if one Series includes Instances of different SOP Classes. Overwrites value specified on Device level. +archiveDevice.dcmUPSUpdateWithoutTransactionUID:UPS Update Without Transaction UID|Indicates to permit an UPS Pull SCU or UPS-RS Web client to update or change the state of an UPS workitem in state IN PROCESS without specifying a Transaction UID. Overwrites value specified on Device level. archiveNetworkAE.dcmExportRule:書き出し 規則|この AEに よって 受信された DICOM オブジェクトに 適用される 書き出し 規則。 デバイス レベルで 指定された 書き出し 規則を 上補足します。 archiveNetworkAE.dcmExportPriorsRule:事前 エンティティの 書き出し 規則|この AEに よって 受信された DICOM オブジェクトに 適用される 事前 エンティティの 書き出し 規則。 デバイス レベルで 指定された 事前 エンティティの 書き出し 規則を 上補足します。 archiveNetworkAE.dcmMPPSForwardRule:MPPS 転送 規則|この AEに よって 受信した MPPS に 適用される MPPS 転送 規則。 デバイス レベルで 指定された MPPS 転送 規則を 上補足します。 diff --git a/src/props/mr/archiveDevice.properties b/src/props/mr/archiveDevice.properties index 3078477c..005056b5 100644 --- a/src/props/mr/archiveDevice.properties +++ b/src/props/mr/archiveDevice.properties @@ -234,6 +234,7 @@ archiveDevice.dcmStowQuicktime2MP4:STOW क्विकटाइम पासू archiveDevice.dcmChangeRequesterAET:बदल विनंतीकर्ता AET|आर्काइव्हद्वारे ट्रिगर केलेल्या अस्वीकृतींमध्ये बदल विनंतीकर्ता AET सूचित करते. विशिष्ट आर्काइव्ह नेटवर्क AE साठी कॉन्फिगर केलेल्या मूल्यांनी अधिलिखित केले जाऊ शकते. archiveDevice.dcmFilterByIssuerOfPatientID:रुग्णाच्या ID जारीकर्ता द्वारे फिल्टर करा|रुग्णाच्या ID साठी कोणतीही जुळणारी की नमूद केलेली नसली तरीही रुग्णाच्या ID च्या जारीकर्ता द्वारे फिल्टर करा. विशिष्ट आर्काइव्ह नेटवर्क AE साठी कॉन्फिगर केलेल्या मूल्यांनी अधिलिखित केले जाऊ शकते. archiveDevice.dcmMatchSOPClassOnInstanceLevel:Match SOP Class on Instance level|Indicates to consider the SOP Class UID on Instance level for calculation of matches with SOP Classes in Study (0008,0062); otherwise rely on stored SOP Class UID on Series level, which may result in missing matches if one Series includes Instances of different SOP Classes. May be overwritten by configured value for particular Archive Network AEs. +archiveDevice.dcmUPSUpdateWithoutTransactionUID:UPS Update Without Transaction UID|Indicates to permit an UPS Pull SCU or UPS-RS Web client to update or change the state of an UPS workitem in state IN PROCESS without specifying a Transaction UID. May be overwritten by configured value for particular Archive Network AEs. archiveDevice.dcmAttributeFilter:विशेषता फ़िल्टर|डेटाबेसमध्ये साठवलेले विशेषता. archiveDevice.dcmAttributeSet:विशेषता Set|QIDO-RS आणि WADO-RS मेटाडेटाच्या विनंत्यांचे 'includefields' प्राप्ति मापदंड आणि DIFF-RS विनंतीचे 'comparefield' प्राप्ति मापदंड, यांचा नामित विशेषता सेट. archiveDevice.dcmBulkDataDescriptor:बल्कडेटा वर्णनकर्ता|आर्काइव्ह केलेले दृष्टांतांच्या मेटाडेटा प्रधान करणाऱ्या सेवांद्वारे लागू केलेले बल्कडेटा वर्णनकर्तांना निर्दिष्ट करते. diff --git a/src/props/mr/archiveNetworkAE.properties b/src/props/mr/archiveNetworkAE.properties index da92c474..ca41a859 100644 --- a/src/props/mr/archiveNetworkAE.properties +++ b/src/props/mr/archiveNetworkAE.properties @@ -106,6 +106,7 @@ archiveNetworkAE.dcmRetrieveTaskWarningOnWarnings:पुनर्प्राप archiveNetworkAE.dcmChangeRequesterAET:बदल विनंतीकर्ता AET|आर्काइव्हद्वारे ट्रिगर केलेल्या अस्वीकृतींमध्ये बदल विनंतीकर्ता AET सूचित करते. डिव्हाइस स्तरावर निर्दिष्ट केलेले मूल्य अधिलिखित होतील. archiveNetworkAE.dcmFilterByIssuerOfPatientID:रुग्णाच्या ID जारीकर्ता द्वारे फिल्टर करा|रुग्णाच्या ID साठी कोणतीही जुळणारी की नमूद केलेली नसली तरीही रुग्णाच्या ID च्या जारीकर्ता द्वारे फिल्टर करा. डिव्हाइस स्तरावर निर्दिष्ट केलेले मूल्य अधिलिखित होतील. archiveNetworkAE.dcmMatchSOPClassOnInstanceLevel:Match SOP Class on Instance level|Indicates to consider the SOP Class UID on Instance level for calculation of matches with SOP Classes in Study (0008,0062); otherwise rely on stored SOP Class UID on Series level, which may result in missing matches if one Series includes Instances of different SOP Classes. Overwrites value specified on Device level. +archiveDevice.dcmUPSUpdateWithoutTransactionUID:UPS Update Without Transaction UID|Indicates to permit an UPS Pull SCU or UPS-RS Web client to update or change the state of an UPS workitem in state IN PROCESS without specifying a Transaction UID. Overwrites value specified on Device level. archiveNetworkAE.dcmExportRule:निर्यात नियम|या AE द्वारे प्राप्त झालेल्या DICOM दृष्टांतांवर निर्यात नियम लागू करा. आर्काइव्ह डिव्हाइस स्तरावर निर्दिष्ट केलेले निर्यात नियम पूरक होतील. archiveNetworkAE.dcmExportPriorsRule:पूर्व अभ्यास निर्यात नियम|या AE द्वारे प्राप्त झालेल्या DICOM दृष्टांतांवर पूर्व अभ्यास निर्यात नियम लागू करा. आर्काइव्ह डिव्हाइस स्तरावर निर्दिष्ट केलेले पूर्व अभ्यास निर्यात नियम पूरक होतील. archiveNetworkAE.dcmMPPSForwardRule:MPPS फॉरवर्ड नियम|MPPS फॉरवर्ड नियम जे या AE द्वारे प्राप्त MPPS वर लागू होतील. आर्काइव्ह डिव्हाइस स्तरावर निर्दिष्ट केलेले MPPS फॉरवर्ड नियम पूरक होतील. diff --git a/src/props/zh/archiveDevice.properties b/src/props/zh/archiveDevice.properties index b692fcff..91c1bbce 100644 --- a/src/props/zh/archiveDevice.properties +++ b/src/props/zh/archiveDevice.properties @@ -235,6 +235,7 @@ archiveDevice.dcmStowQuicktime2MP4:STOW-Quicktime2MP4|STOW-RS指示在元数据 archiveDevice.dcmChangeRequesterAET:Change Requester AET|Indicates change requester AET in rejections triggered by archive。在particular Archive Network AES上为配置的values overwritten by configured values。 archiveDevice.dcmFilterByIssuerOfPatientID:Filter by Issuer of Patient ID|Filter by Issuer of Patient ID even if no matching key for Patient ID is specified. May be overwritten by configured value for particular Archive Network AEs. archiveDevice.dcmMatchSOPClassOnInstanceLevel:Match SOP Class on Instance level|Indicates to consider the SOP Class UID on Instance level for calculation of matches with SOP Classes in Study (0008,0062); otherwise rely on stored SOP Class UID on Series level, which may result in missing matches if one Series includes Instances of different SOP Classes. May be overwritten by configured value for particular Archive Network AEs. +archiveDevice.dcmUPSUpdateWithoutTransactionUID:UPS Update Without Transaction UID|Indicates to permit an UPS Pull SCU or UPS-RS Web client to update or change the state of an UPS workitem in state IN PROCESS without specifying a Transaction UID. May be overwritten by configured value for particular Archive Network AEs. archiveDevice.dcmAttributeFilter:属性过滤器|指定存储在数据库中的属性。 archiveDevice.dcmAttributeSet:属性集|由QIDO-RS和WADO-RS元数据查询参数"includefields"或DIFF-RS请求查询参数"comparefield"使用的命名属性集 archiveDevice.dcmBulkDataDescriptor:批量数据描述符|指定由提供归档实例元数据的服务应用的批量数据描述符。 diff --git a/src/props/zh/archiveNetworkAE.properties b/src/props/zh/archiveNetworkAE.properties index 9a78fb07..b160e889 100644 --- a/src/props/zh/archiveNetworkAE.properties +++ b/src/props/zh/archiveNetworkAE.properties @@ -106,6 +106,7 @@ archiveNetworkAE.dcmRetrieveTaskWarningOnWarnings:读取任务警告|如果所 archiveNetworkAE.dcmChangeRequesterAET:Change Requester AET|Indicates change Requester AET in rejections triggered by archive.Overwrites value specified on Device level. archiveNetworkAE.dcmFilterByIssuerOfPatientID:Filter by Issuer of Patient ID|Filter by Issuer of Patient ID even if no matching key for Patient ID is specified. Overwrites value specified on Device level. archiveNetworkAE.dcmMatchSOPClassOnInstanceLevel:Match SOP Class on Instance level|Indicates to consider the SOP Class UID on Instance level for calculation of matches with SOP Classes in Study (0008,0062); otherwise rely on stored SOP Class UID on Series level, which may result in missing matches if one Series includes Instances of different SOP Classes. Overwrites value specified on Device level. +archiveDevice.dcmUPSUpdateWithoutTransactionUID:UPS Update Without Transaction UID|Indicates to permit an UPS Pull SCU or UPS-RS Web client to update or change the state of an UPS workitem in state IN PROCESS without specifying a Transaction UID. Overwrites value specified on Device level. archiveNetworkAE.dcmExportRule:导出规则|应用于由此AE接收的DICOM对象的导出规则。 补充在设备级别指定的导出规则。 archiveNetworkAE.dcmExportPriorsRule:预实体导出规则|应用于由此AE接收的DICOM对象的预实体导出规则。 对在设备级别指定的先前实体的导出规则进行补充。 archiveNetworkAE.dcmMPPSForwardRule:MPPS Forward Rule|MPPS Forward Rules applied to MPPS received by this AE.Supplements MPPS Forward Rules specified on Device Level.