diff options
Diffstat (limited to 'data/imageprocess')
| -rw-r--r-- | data/imageprocess/2020-03-20/api-docs.php | 1293 |
1 files changed, 414 insertions, 879 deletions
diff --git a/data/imageprocess/2020-03-20/api-docs.php b/data/imageprocess/2020-03-20/api-docs.php index fefa5ed..d814a65 100644 --- a/data/imageprocess/2020-03-20/api-docs.php +++ b/data/imageprocess/2020-03-20/api-docs.php @@ -1,23 +1,13 @@ <?php return [ 'version' => '1.0', - 'info' => [ - 'style' => 'RPC', - 'product' => 'imageprocess', - 'version' => '2020-03-20', - ], + 'info' => ['style' => 'RPC', 'product' => 'imageprocess', 'version' => '2020-03-20'], 'components' => [ 'schemas' => [], ], 'apis' => [ - 'CalcCACS' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'AnalyzeChestVessel' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -26,67 +16,47 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'DataFormat', + 'name' => 'URLList', 'in' => 'formData', + 'style' => 'repeatList', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => true, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'URL' => ['type' => 'string', 'required' => true], + ], + ], + 'maxItems' => 600, ], ], [ - 'name' => 'OrgName', + 'name' => 'DataFormat', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OrgId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DataSourceType', + 'name' => 'OrgName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'URLList', + 'name' => 'DataSourceType', 'in' => 'formData', - 'style' => 'repeatList', - 'schema' => [ - 'type' => 'array', - 'required' => true, - 'items' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'URL' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], - 'maxItems' => 600, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'DetectCovid19Cad' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CalcBMD' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -97,26 +67,22 @@ [ 'name' => 'DataFormat', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OrgName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OrgId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'SourceType', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'URLList', @@ -129,10 +95,7 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'URL' => [ - 'type' => 'string', - 'required' => true, - ], + 'URL' => ['type' => 'string', 'required' => true], ], ], 'maxItems' => 600, @@ -140,14 +103,9 @@ ], ], ], - 'DetectLungNodule' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'CalcCACS' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -158,26 +116,22 @@ [ 'name' => 'DataFormat', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OrgName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OrgId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'DataSourceType', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'URLList', @@ -190,38 +144,17 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'URL' => [ - 'type' => 'string', - 'required' => true, - ], + 'URL' => ['type' => 'string', 'required' => true], ], ], 'maxItems' => 600, ], ], - [ - 'name' => 'Threshold', - 'in' => 'formData', - 'schema' => [ - 'type' => 'number', - 'format' => 'float', - 'required' => false, - 'minimum' => '0', - 'exclusiveMinimum' => true, - 'maximum' => '1', - ], - ], ], ], - 'DetectRibFracture' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DetectCovid19Cad' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -232,34 +165,17 @@ [ 'name' => 'DataFormat', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OrgName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OrgId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'SourceType', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'URLList', @@ -272,10 +188,7 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'URL' => [ - 'type' => 'string', - 'required' => true, - ], + 'URL' => ['type' => 'string', 'required' => true], ], ], 'maxItems' => 600, @@ -283,57 +196,9 @@ ], ], ], - 'DetectSkinDisease' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'deprecated' => false, - 'parameters' => [ - [ - 'name' => 'Url', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'OrgId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'OrgName', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], - ], - 'RunCTRegistration' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DetectLiverSteatosis' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -344,37 +209,25 @@ [ 'name' => 'DataFormat', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OrgName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OrgId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DataSourceType', + 'name' => 'SourceType', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'ReferenceList', + 'name' => 'URLList', 'in' => 'formData', 'style' => 'repeatList', 'schema' => [ @@ -384,46 +237,17 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'ReferenceURL' => [ - 'type' => 'string', - 'required' => true, - ], + 'URL' => ['type' => 'string', 'required' => true], ], ], 'maxItems' => 600, ], ], - [ - 'name' => 'FloatingList', - 'in' => 'formData', - 'style' => 'repeatList', - 'schema' => [ - 'type' => 'array', - 'required' => true, - 'items' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'FloatingURL' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], - 'maxItems' => 300, - ], - ], ], ], - 'ScreenChestCT' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DetectLungNodule' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -434,26 +258,17 @@ [ 'name' => 'DataFormat', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OrgName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OrgId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'URLList', @@ -466,43 +281,22 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'URL' => [ - 'type' => 'string', - 'required' => true, - ], + 'URL' => ['type' => 'string', 'required' => true], ], ], - 'maxItems' => 1600, - ], - ], - [ - 'name' => 'Mask', - 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, + 'maxItems' => 600, ], ], [ - 'name' => 'Verbose', + 'name' => 'Threshold', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'number', 'format' => 'float', 'required' => false, 'minimum' => '0', 'exclusiveMinimum' => true, 'maximum' => '1'], ], ], ], - 'GetAsyncJobResult' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DetectLymph' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -511,24 +305,32 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'JobId', + 'name' => 'URLList', 'in' => 'formData', + 'style' => 'repeatList', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => true, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'URL' => ['type' => 'string', 'required' => true], + ], + ], + 'maxItems' => 600, ], ], + [ + 'name' => 'DataSourceType', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], ], ], - 'RunMedQA' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DetectPanc' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -537,115 +339,81 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'OrgId', + 'name' => 'URLList', 'in' => 'formData', + 'style' => 'repeatList', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => true, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'URL' => ['type' => 'string', 'required' => true], + ], + ], + 'maxItems' => 600, ], ], [ - 'name' => 'OrgName', + 'name' => 'DataSourceType', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'DetectRibFracture' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], + 'security' => [ [ - 'name' => 'SessionId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'Department', + 'name' => 'DataFormat', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'QuestionType', + 'name' => 'OrgName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'AnswerImageURLList', + 'name' => 'OrgId', 'in' => 'formData', - 'style' => 'repeatList', - 'schema' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'AnswerImageURL' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - 'maxItems' => 50, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'AnswerImageDataList', + 'name' => 'SourceType', 'in' => 'formData', - 'style' => 'repeatList', - 'schema' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'AnswerImageData' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - 'maxItems' => 50, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'AnswerTextList', + 'name' => 'URLList', 'in' => 'formData', 'style' => 'repeatList', 'schema' => [ 'type' => 'array', - 'required' => false, + 'required' => true, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ - 'AnswerText' => [ - 'type' => 'string', - 'required' => false, - ], + 'URL' => ['type' => 'string', 'required' => true], ], ], - 'maxItems' => 50, + 'maxItems' => 600, ], ], ], ], - 'AnalyzeChestVessel' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'DetectSkinDisease' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -654,67 +422,25 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'URLList', - 'in' => 'formData', - 'style' => 'repeatList', - 'schema' => [ - 'type' => 'array', - 'required' => true, - 'items' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'URL' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], - 'maxItems' => 600, - ], - ], - [ - 'name' => 'DataFormat', + 'name' => 'Url', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OrgId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OrgName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'DataSourceType', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'FeedbackSession' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -725,29 +451,19 @@ [ 'name' => 'SessionId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Feedback', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'DetectPanc' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GenerateReport' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -756,43 +472,29 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'URLList', + 'name' => 'ReportConfigs', 'in' => 'formData', - 'style' => 'repeatList', + 'style' => 'json', 'schema' => [ 'type' => 'array', - 'required' => true, + 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ - 'URL' => [ - 'type' => 'string', - 'required' => true, - ], + 'Action' => ['type' => 'string', 'required' => false], + 'Format' => ['type' => 'string', 'required' => false], + 'TemplateVersion' => ['type' => 'string', 'required' => false], + 'Theme' => ['type' => 'string', 'required' => false], ], ], - 'maxItems' => 600, - ], - ], - [ - 'name' => 'DataSourceType', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, ], ], ], ], - 'DetectLymph' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'GetAsyncJobResult' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -801,43 +503,15 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'URLList', - 'in' => 'formData', - 'style' => 'repeatList', - 'schema' => [ - 'type' => 'array', - 'required' => true, - 'items' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'URL' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], - 'maxItems' => 600, - ], - ], - [ - 'name' => 'DataSourceType', + 'name' => 'JobId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'SegmentOAR' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'PredictCVD' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -846,90 +520,47 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'URLList', - 'in' => 'formData', - 'style' => 'repeatList', - 'schema' => [ - 'type' => 'array', - 'required' => true, - 'items' => [ - 'type' => 'object', - 'required' => true, - 'properties' => [ - 'URL' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], - 'maxItems' => 600, - ], - ], - [ 'name' => 'DataFormat', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'OrgId', + 'name' => 'OrgName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'OrgName', + 'name' => 'OrgId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Contrast', + 'name' => 'DataSourceType', 'in' => 'formData', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'MaskList', + 'name' => 'URLList', 'in' => 'formData', 'style' => 'repeatList', 'schema' => [ 'type' => 'array', - 'required' => false, + 'required' => true, 'items' => [ - 'type' => 'integer', - 'format' => 'int64', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'URL' => ['type' => 'string', 'required' => true], + ], ], 'maxItems' => 600, ], ], - [ - 'name' => 'BodyPart', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], ], ], - 'ScreenEC' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RunCTRegistration' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -938,46 +569,64 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'URLList', + 'name' => 'DataFormat', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'OrgName', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'OrgId', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'DataSourceType', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'ReferenceList', 'in' => 'formData', 'style' => 'repeatList', 'schema' => [ 'type' => 'array', 'required' => true, - 'minLength' => 20, - 'maxLength' => 600, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ - 'URL' => [ - 'type' => 'string', - 'required' => true, - ], + 'ReferenceURL' => ['type' => 'string', 'required' => true], ], ], - 'minItems' => 20, 'maxItems' => 600, ], ], [ - 'name' => 'DataSourceType', + 'name' => 'FloatingList', 'in' => 'formData', + 'style' => 'repeatList', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => true, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'FloatingURL' => ['type' => 'string', 'required' => true], + ], + ], + 'maxItems' => 300, ], ], ], ], - 'TargetVolumeSegment' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'RunMedQA' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -986,147 +635,86 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'URLList', + 'name' => 'OrgId', 'in' => 'formData', - 'style' => 'repeatList', - 'schema' => [ - 'type' => 'array', - 'required' => true, - 'items' => [ - 'type' => 'object', - 'required' => true, - 'properties' => [ - 'URL' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], - 'minItems' => 20, - 'maxItems' => 600, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DataFormat', + 'name' => 'OrgName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'CancerType', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'TargetVolumeType', + 'name' => 'SessionId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'OrgId', + 'name' => 'Department', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'OrgName', + 'name' => 'QuestionType', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], - ], - 'SegmentLymphNode' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], + 'schema' => ['type' => 'string', 'required' => true], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'URLList', + 'name' => 'AnswerImageURLList', 'in' => 'formData', 'style' => 'repeatList', 'schema' => [ 'type' => 'array', - 'required' => true, + 'required' => false, 'items' => [ 'type' => 'object', - 'required' => true, + 'required' => false, 'properties' => [ - 'URL' => [ - 'type' => 'string', - 'required' => true, - ], + 'AnswerImageURL' => ['type' => 'string', 'required' => false], ], ], - 'minItems' => 20, - 'maxItems' => 600, - ], - ], - [ - 'name' => 'DataFormat', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'BodyPart', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, + 'maxItems' => 50, ], ], [ - 'name' => 'OrgId', + 'name' => 'AnswerImageDataList', 'in' => 'formData', + 'style' => 'repeatList', 'schema' => [ - 'type' => 'string', - 'required' => true, + 'type' => 'array', + 'required' => false, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'AnswerImageData' => ['type' => 'string', 'required' => false], + ], + ], + 'maxItems' => 50, ], ], [ - 'name' => 'OrgName', + 'name' => 'AnswerTextList', 'in' => 'formData', + 'style' => 'repeatList', 'schema' => [ - 'type' => 'string', - 'required' => true, + 'type' => 'array', + 'required' => false, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'AnswerText' => ['type' => 'string', 'required' => false], + ], + ], + 'maxItems' => 50, ], ], ], ], - 'CalcBMD' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ScreenCRC' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1137,34 +725,22 @@ [ 'name' => 'DataFormat', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OrgName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OrgId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SourceType', + 'name' => 'DataSourceType', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'URLList', @@ -1177,10 +753,7 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'URL' => [ - 'type' => 'string', - 'required' => true, - ], + 'URL' => ['type' => 'string', 'required' => true], ], ], 'maxItems' => 600, @@ -1188,15 +761,9 @@ ], ], ], - 'DetectLiverSteatosis' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ScreenChestCT' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1207,65 +774,87 @@ [ 'name' => 'DataFormat', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OrgName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OrgId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SourceType', + 'name' => 'URLList', 'in' => 'formData', + 'style' => 'repeatList', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => true, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'URL' => ['type' => 'string', 'required' => true], + ], + ], + 'maxItems' => 1600, ], ], [ + 'name' => 'Mask', + 'in' => 'formData', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'Verbose', + 'in' => 'formData', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + ], + ], + 'ScreenEC' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ 'name' => 'URLList', 'in' => 'formData', 'style' => 'repeatList', 'schema' => [ 'type' => 'array', 'required' => true, + 'minLength' => 20, + 'maxLength' => 600, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ - 'URL' => [ - 'type' => 'string', - 'required' => true, - ], + 'URL' => ['type' => 'string', 'required' => true], ], ], + 'minItems' => 20, 'maxItems' => 600, ], ], + [ + 'name' => 'DataSourceType', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], ], ], - 'ScreenCRC' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ScreenGC' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1276,34 +865,22 @@ [ 'name' => 'DataFormat', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OrgName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OrgId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DataSourceType', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'URLList', @@ -1316,10 +893,7 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'URL' => [ - 'type' => 'string', - 'required' => true, - ], + 'URL' => ['type' => 'string', 'required' => true], ], ], 'maxItems' => 600, @@ -1327,14 +901,9 @@ ], ], ], - 'ScreenGC' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'ScreenLC' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1345,34 +914,22 @@ [ 'name' => 'DataFormat', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OrgName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OrgId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DataSourceType', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'URLList', @@ -1385,10 +942,7 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'URL' => [ - 'type' => 'string', - 'required' => true, - ], + 'URL' => ['type' => 'string', 'required' => true], ], ], 'maxItems' => 600, @@ -1396,14 +950,9 @@ ], ], ], - 'ScreenLC' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'SegmentLymphNode' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1412,37 +961,55 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'DataFormat', + 'name' => 'URLList', 'in' => 'formData', + 'style' => 'repeatList', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => true, + 'items' => [ + 'type' => 'object', + 'required' => true, + 'properties' => [ + 'URL' => ['type' => 'string', 'required' => true], + ], + ], + 'minItems' => 20, + 'maxItems' => 600, ], ], [ - 'name' => 'OrgName', + 'name' => 'DataFormat', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'BodyPart', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OrgId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DataSourceType', + 'name' => 'OrgName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'SegmentOAR' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ [ 'name' => 'URLList', 'in' => 'formData', @@ -1452,96 +1019,55 @@ 'required' => true, 'items' => [ 'type' => 'object', - 'required' => false, + 'required' => true, 'properties' => [ - 'URL' => [ - 'type' => 'string', - 'required' => true, - ], + 'URL' => ['type' => 'string', 'required' => true], ], ], 'maxItems' => 600, ], ], - ], - ], - 'PredictCVD' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'deprecated' => false, - 'parameters' => [ [ 'name' => 'DataFormat', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'OrgName', + 'name' => 'OrgId', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'OrgId', + 'name' => 'OrgName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DataSourceType', + 'name' => 'Contrast', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'URLList', + 'name' => 'MaskList', 'in' => 'formData', 'style' => 'repeatList', 'schema' => [ 'type' => 'array', - 'required' => true, - 'items' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'URL' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], + 'required' => false, + 'items' => ['type' => 'integer', 'format' => 'int64', 'required' => false], 'maxItems' => 600, ], ], + [ + 'name' => 'BodyPart', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], ], ], - 'GenerateReport' => [ - 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'TargetVolumeSegment' => [ + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -1550,43 +1076,52 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ReportConfigs', + 'name' => 'URLList', 'in' => 'formData', - 'style' => 'json', + 'style' => 'repeatList', 'schema' => [ 'type' => 'array', - 'required' => false, + 'required' => true, 'items' => [ 'type' => 'object', - 'required' => false, + 'required' => true, 'properties' => [ - 'Action' => [ - 'type' => 'string', - 'required' => false, - ], - 'Format' => [ - 'type' => 'string', - 'required' => false, - ], - 'TemplateVersion' => [ - 'type' => 'string', - 'required' => false, - ], - 'Theme' => [ - 'type' => 'string', - 'required' => false, - ], + 'URL' => ['type' => 'string', 'required' => true], ], ], + 'minItems' => 20, + 'maxItems' => 600, ], ], + [ + 'name' => 'DataFormat', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'CancerType', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'TargetVolumeType', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'OrgId', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'OrgName', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], ], ], ], 'endpoints' => [ - [ - 'regionId' => 'cn-shanghai', - 'endpoint' => 'imageprocess.cn-shanghai.aliyuncs.com', - ], + ['regionId' => 'cn-shanghai', 'regionName' => '华东2(上海)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'imageprocess.cn-shanghai.aliyuncs.com', 'endpoint' => 'imageprocess.cn-shanghai.aliyuncs.com', 'vpc' => 'imageprocess-vpc.cn-shanghai.aliyuncs.com'], ], ]; |
