Changes between Version 11 and Version 12 of barServiceGetCafInfo
- Timestamp:
- 03/08/12 10:54:58 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
barServiceGetCafInfo
v11 v12 2 2 3 3 4 == = getCafInfo ===4 == getCafInfo == 5 5 6 Return sthe index file of selected CAF dataset. Index file contains list of structures6 Return the index file of selected CAF dataset. Index file contains list of structures 7 7 available for reconstruction, their hierarchy and list of slides within given dataset. 8 8 … … 15 15 }}} 16 16 17 ==== Required arguments ==== 18 * cafDatasetName 19 The service identifier of the selected CAF dataset. 17 === Required arguments === 18 cafDatasetName:: The service identifier of the selected CAF dataset. 20 19 21 20 22 === = Optional arguments ====21 === Optional arguments === 23 22 All optional arguments may be set to True or False with True as default. 24 23 25 * listStructures 26 Indicates if information about structures has to be included in the CAF index file. 27 * listHierarchy 28 Indicates if information about structures hierarchy has to be included in the CAF index file. 29 * listSlides 30 Indicates if information about slides has to be included. 24 listStructures:: Indicates if information about structures has to be included in the CAF index file. 25 listHierarchy:: Indicates if information about structures hierarchy has to be included in the CAF index file. 26 listSlides:: Indicates if information about slides has to be included. 31 27 32 === = Examples ====28 === Examples === 33 29 * http://service.3dbar.org/getCafInfo?cafDatasetName=whs_0.51 34 30 * http://service.3dbar.org/getCafInfo?cafDatasetName=whs_0.51;listSlides=False;listStructures=False