Skip to content

Commit

Permalink
dcm4che/dcm4chee-arc-light#3752 : Optionally permit an UPS Pull SCU o…
Browse files Browse the repository at this point in the history
…r UPS-RS Web client to update or change the state of an UPS workitem in state IN PROCESS without specifying a Transaction UID
  • Loading branch information
vrindanayak committed Aug 2, 2022
1 parent 820ace8 commit ecc7ac0
Show file tree
Hide file tree
Showing 26 changed files with 96 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/webapp/assets/schema/archiveDevice.schema.json
Expand Up @@ -96,6 +96,7 @@
"dcmMWLScheduledProcedureStepIDGenerator",
"dcmAuditHL7MsgLimit",
"dcmMatchSOPClassOnInstanceLevel",
"dcmUPSUpdateWithoutTransactionUID",
"hl7PSUForRequestedProcedure",
"hl7PSURequestedProcedureID",
"hl7PSUAccessionNumber",
Expand Down Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions src/main/webapp/assets/schema/archiveNetworkAE.schema.json
Expand Up @@ -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.",
Expand Down
7 changes: 7 additions & 0 deletions src/main/webapp/assets/schema/hi/archiveDevice.schema.json
Expand Up @@ -97,6 +97,7 @@
"dcmMWLScheduledProcedureStepIDGenerator",
"dcmAuditHL7MsgLimit",
"dcmMatchSOPClassOnInstanceLevel",
"dcmUPSUpdateWithoutTransactionUID",
"hl7PSUForRequestedProcedure",
"hl7PSURequestedProcedureID",
"hl7PSUAccessionNumber",
Expand Down Expand Up @@ -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": "डेटाबेस में सहेजे गुणों को निर्दिष्ट करता है ।",
Expand Down
5 changes: 5 additions & 0 deletions src/main/webapp/assets/schema/hi/archiveNetworkAE.schema.json
Expand Up @@ -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 दृष्टांतों पे निर्यात नियम लागू करें । आर्काइव डिवाइस स्तर पे निर्दिष्ट निर्यात नियम पूरक होंगे ।",
Expand Down
7 changes: 7 additions & 0 deletions src/main/webapp/assets/schema/it/archiveDevice.schema.json
Expand Up @@ -94,6 +94,7 @@
"dcmMWLScheduledProcedureStepIDGenerator",
"dcmAuditHL7MsgLimit",
"dcmMatchSOPClassOnInstanceLevel",
"dcmUPSUpdateWithoutTransactionUID",
"hl7PSUForRequestedProcedure",
"hl7PSURequestedProcedureID",
"hl7PSUAccessionNumber",
Expand Down Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions src/main/webapp/assets/schema/it/archiveNetworkAE.schema.json
Expand Up @@ -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.",
Expand Down
7 changes: 7 additions & 0 deletions src/main/webapp/assets/schema/ja/archiveDevice.schema.json
Expand Up @@ -96,6 +96,7 @@
"dcmMWLScheduledProcedureStepIDGenerator",
"dcmAuditHL7MsgLimit",
"dcmMatchSOPClassOnInstanceLevel",
"dcmUPSUpdateWithoutTransactionUID",
"hl7PSUForRequestedProcedure",
"hl7PSURequestedProcedureID",
"hl7PSUAccessionNumber",
Expand Down Expand Up @@ -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": "データベースに 保存されて いる 属性を 指定します。",
Expand Down
5 changes: 5 additions & 0 deletions src/main/webapp/assets/schema/ja/archiveNetworkAE.schema.json
Expand Up @@ -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 オブジェクトに 適用される 書き出し 規則。 デバイス レベルで 指定された 書き出し 規則を 上補足します。",
Expand Down
7 changes: 7 additions & 0 deletions src/main/webapp/assets/schema/mr/archiveDevice.schema.json
Expand Up @@ -96,6 +96,7 @@
"dcmMWLScheduledProcedureStepIDGenerator",
"dcmAuditHL7MsgLimit",
"dcmMatchSOPClassOnInstanceLevel",
"dcmUPSUpdateWithoutTransactionUID",
"hl7PSUForRequestedProcedure",
"hl7PSURequestedProcedureID",
"hl7PSUAccessionNumber",
Expand Down Expand Up @@ -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": "डेटाबेसमध्ये साठवलेले विशेषता.",
Expand Down
5 changes: 5 additions & 0 deletions src/main/webapp/assets/schema/mr/archiveNetworkAE.schema.json
Expand Up @@ -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 दृष्टांतांवर निर्यात नियम लागू करा. आर्काइव्ह डिव्हाइस स्तरावर निर्दिष्ट केलेले निर्यात नियम पूरक होतील.",
Expand Down
7 changes: 7 additions & 0 deletions src/main/webapp/assets/schema/ru/archiveDevice.schema.json
Expand Up @@ -96,6 +96,7 @@
"dcmMWLScheduledProcedureStepIDGenerator",
"dcmAuditHL7MsgLimit",
"dcmMatchSOPClassOnInstanceLevel",
"dcmUPSUpdateWithoutTransactionUID",
"hl7PSUForRequestedProcedure",
"hl7PSURequestedProcedureID",
"hl7PSUAccessionNumber",
Expand Down Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions src/main/webapp/assets/schema/ru/archiveNetworkAE.schema.json
Expand Up @@ -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.",
Expand Down
7 changes: 7 additions & 0 deletions src/main/webapp/assets/schema/zh/archiveDevice.schema.json
Expand Up @@ -95,6 +95,7 @@
"dcmMWLScheduledProcedureStepIDGenerator",
"dcmAuditHL7MsgLimit",
"dcmMatchSOPClassOnInstanceLevel",
"dcmUPSUpdateWithoutTransactionUID",
"hl7PSUForRequestedProcedure",
"hl7PSURequestedProcedureID",
"hl7PSUAccessionNumber",
Expand Down Expand Up @@ -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": "指定存储在数据库中的属性。",
Expand Down
5 changes: 5 additions & 0 deletions src/main/webapp/assets/schema/zh/archiveNetworkAE.schema.json
Expand Up @@ -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对象的导出规则。 补充在设备级别指定的导出规则。 ",
Expand Down
1 change: 1 addition & 0 deletions src/props/archiveDevice.properties
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions src/props/archiveNetworkAE.properties
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions src/props/hi/archiveDevice.properties
Expand Up @@ -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:अधिकांश डेटा वर्णनकर्ता|आर्काइव किए हुए दृष्टांतों के मेटाडेटा प्रधान करनेवाले सेवाओं द्वारा लागू की गई अधिकांश डेटा वर्णनकर्ताों को निर्दिष्ट करता है ।
Expand Down

0 comments on commit ecc7ac0

Please sign in to comment.