Skip to content

Commit

Permalink
dcm4che/dcm4chee-arc-light#2775 : RS Forwarding : Enable selection of…
Browse files Browse the repository at this point in the history
… Web Applications configured on other devices
  • Loading branch information
vrindanayak committed Sep 16, 2020
1 parent 28a9934 commit 9f58991
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/main/webapp/assets/schema/hi/rsForwardRule.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"title": "वेब अनुप्रयोग का नाम",
"description": "वेब अनुप्रयोग का नाम ।",
"type": "string",
"format": "dcmWebApp"
"format": "webApp"
},
"dcmTLSAllowAnyHostname": {
"title": "टी.एल.एस. (TLS) किसी भी मेज़बान को अनुमति दे",
Expand Down
2 changes: 0 additions & 2 deletions src/main/webapp/assets/schema/hi/webApplication.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
"description": "वेब अनुप्रयोग का नाम ।",
"type": "string",
"use": [
"$.dcmDevice.dcmArchiveDevice.dcmRSForwardRule[*].dcmWebAppName",
"$.dicomNetworkAE[*].dcmNetworkAE.dcmArchiveNetworkAE.dcmRSForwardRule[*].dcmWebAppName",
"$.dicomNetworkAE[*].dcmNetworkAE.dcmArchiveNetworkAE.dcmFallbackWadoURIWebAppName",
"$.dcmDevice.dcmArchiveDevice.dcmFallbackWadoURIWebAppName"
]
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/assets/schema/it/rsForwardRule.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"title": "Nome dell'applicazione web",
"description": "Nome dell'applicazione Web",
"type": "string",
"format": "dcmWebApp"
"format": "webApp"
},
"dcmTLSAllowAnyHostname": {
"title": "TLS Consente qualsiasi nome host",
Expand Down
2 changes: 0 additions & 2 deletions src/main/webapp/assets/schema/it/webApplication.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
"description": "Nome dell'applicazione Web",
"type": "string",
"use": [
"$.dcmDevice.dcmArchiveDevice.dcmRSForwardRule[*].dcmWebAppName",
"$.dicomNetworkAE[*].dcmNetworkAE.dcmArchiveNetworkAE.dcmRSForwardRule[*].dcmWebAppName",
"$.dicomNetworkAE[*].dcmNetworkAE.dcmArchiveNetworkAE.dcmFallbackWadoURIWebAppName",
"$.dcmDevice.dcmArchiveDevice.dcmFallbackWadoURIWebAppName"
]
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/assets/schema/rsForwardRule.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"title": "Web Application name",
"description": "Name of the Web Application",
"type": "string",
"format": "dcmWebApp"
"format": "webApp"
},
"dcmTLSAllowAnyHostname": {
"title": "TLS Allow Any Hostname",
Expand Down
2 changes: 0 additions & 2 deletions src/main/webapp/assets/schema/webApplication.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
"description": "Name of the Web Application",
"type": "string",
"use": [
"$.dcmDevice.dcmArchiveDevice.dcmRSForwardRule[*].dcmWebAppName",
"$.dicomNetworkAE[*].dcmNetworkAE.dcmArchiveNetworkAE.dcmRSForwardRule[*].dcmWebAppName",
"$.dicomNetworkAE[*].dcmNetworkAE.dcmArchiveNetworkAE.dcmFallbackWadoURIWebAppName",
"$.dcmDevice.dcmArchiveDevice.dcmFallbackWadoURIWebAppName"
]
Expand Down

0 comments on commit 9f58991

Please sign in to comment.