Commit c8ae36ce authored by Joanne Hugé's avatar Joanne Hugé

software/ors-amarisoft: change sd parameter to string

parent bf982827
Changelog Changelog
========= =========
Version 1.0.3XX (2023-06-XX)
-------------
* Change Slice Differentiator input parameter to hexadecimal representation
Version 1.0.326 (2023-06-14) Version 1.0.326 (2023-06-14)
------------- -------------
......
...@@ -260,10 +260,10 @@ ...@@ -260,10 +260,10 @@
"type": "number" "type": "number"
}, },
"sd": { "sd": {
"default": 50, "default": "0x000032",
"title": "Slice Differentiator", "title": "Slice Differentiator",
"description": "Optional integer (range 0 to 0xFFFFFE)", "description": "Optional integer (range 0 to 0xFFFFFE)",
"type": "number" "type": "string"
} }
}, },
"type": "object" "type": "object"
......
...@@ -272,10 +272,10 @@ ...@@ -272,10 +272,10 @@
"type": "number" "type": "number"
}, },
"sd": { "sd": {
"default": 50, "default": "0x000032",
"title": "Slice Differentiator", "title": "Slice Differentiator",
"description": "Optional integer (range 0 to 0xFFFFFE)", "description": "Optional integer (range 0 to 0xFFFFFE)",
"type": "number" "type": "string"
} }
}, },
"type": "object" "type": "object"
......
...@@ -270,10 +270,10 @@ ...@@ -270,10 +270,10 @@
"type": "number" "type": "number"
}, },
"sd": { "sd": {
"default": 50, "default": "0x000032",
"title": "Slice Differentiator", "title": "Slice Differentiator",
"description": "Optional integer (range 0 to 0xFFFFFE)", "description": "Optional integer (range 0 to 0xFFFFFE)",
"type": "number" "type": "string"
} }
}, },
"type": "object" "type": "object"
......
...@@ -260,10 +260,10 @@ ...@@ -260,10 +260,10 @@
"type": "number" "type": "number"
}, },
"sd": { "sd": {
"default": 50, "default": "0x000032",
"title": "Slice Differentiator", "title": "Slice Differentiator",
"description": "Optional integer (range 0 to 0xFFFFFE)", "description": "Optional integer (range 0 to 0xFFFFFE)",
"type": "number" "type": "string"
} }
}, },
"type": "object" "type": "object"
......
...@@ -260,10 +260,10 @@ ...@@ -260,10 +260,10 @@
"type": "number" "type": "number"
}, },
"sd": { "sd": {
"default": 50, "default": "0x000032",
"title": "Slice Differentiator", "title": "Slice Differentiator",
"description": "Optional integer (range 0 to 0xFFFFFE)", "description": "Optional integer (range 0 to 0xFFFFFE)",
"type": "number" "type": "string"
} }
}, },
"type": "object" "type": "object"
......
...@@ -260,10 +260,10 @@ ...@@ -260,10 +260,10 @@
"type": "number" "type": "number"
}, },
"sd": { "sd": {
"default": 50, "default": "0x000032",
"title": "Slice Differentiator", "title": "Slice Differentiator",
"description": "Optional integer (range 0 to 0xFFFFFE)", "description": "Optional integer (range 0 to 0xFFFFFE)",
"type": "number" "type": "string"
} }
}, },
"type": "object" "type": "object"
......
...@@ -260,10 +260,10 @@ ...@@ -260,10 +260,10 @@
"type": "number" "type": "number"
}, },
"sd": { "sd": {
"default": 50, "default": "0x000032",
"title": "Slice Differentiator", "title": "Slice Differentiator",
"description": "Optional integer (range 0 to 0xFFFFFE)", "description": "Optional integer (range 0 to 0xFFFFFE)",
"type": "number" "type": "string"
} }
}, },
"type": "object" "type": "object"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment