Changes between Version 53 and Version 54 of barServiceServiceSyntax
- Timestamp:
- 03/07/12 15:00:31 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
barServiceServiceSyntax
v53 v54 8 8 === [wiki:barServiceGetAvailableDatasets getAvailableDatasets] === 9 9 10 Returns anAJAX data describing CAF datasets (atlases) available to the user in the service.10 Returns AJAX data describing CAF datasets (atlases) available to the user in the service. 11 11 12 12 ==== Example ==== … … 43 43 44 44 45 === [wiki:barServiceGetReconstructionByKey getReconstructionByKey] ===46 47 Returns reconstruction (stored in the service) of a given service identifier.48 49 ==== Example ====50 * http://192.168.10.61:8080/getReconstructionByKey?id=2672151 52 53 45 === [wiki:barServiceGetThumbnail getThumbnail] === 54 46 … … 65 57 66 58 67 === [wiki:barServiceGetThumbnailByKey getThumbnailByKey] ===68 69 Returns a thumbnail of reconstruction (stored in the service) of a given service identifier in png format.70 71 ==== Example ====72 * http://192.168.10.61:8080/getThumbnailByKey?id=1206473 74 75 59 === [wiki:barServiceGetCafSlide getCafSlide] === 76 60 … … 83 67 * http://service.3dbar.org/getCafSlide?cafDatasetName=sba_DB08;slideNumber=84;structureList=Cx 84 68 * http://service.3dbar.org/getCafSlide?cafDatasetName=sba_DB08;slideNumber=84;structureList=Cx,Th 69 70 71 === [wiki:barServiceQueryReconstruction queryReconstruction] === 72 73 Returns AJAX data describing reconstructions in the service matching the criteria. 74 75 ==== Examples ==== 76 * http://service.3dbar.org/queryReconstruction?cafDatasetName=sba_DB08;structureList=Br;outputFormats=exportToVRML 77 * http://service.3dbar.org/queryReconstruction?cafDatasetName=whs_0.6.1;structureList=Brain;outputFormats=exportToVRML,exportToX3d;pipeline=whs_0.6.1-LQ;resolution=0.043,0.043 78 * http://service.3dbar.org/queryReconstruction?cafDatasetName=sba_DB08;structureList=Amg;switches=brainoutline;outputFormats=exportToVRML,exportToX3d,exportScreenshot 79 80 81 === [wiki:barServiceGetReconstructionByKey getReconstructionByKey] === 82 83 Returns reconstruction (stored in the service) of a given service identifier. 84 85 ==== Example ==== 86 * http://192.168.10.61:8080/getReconstructionByKey?id=26721 87 88 89 === [wiki:barServiceGetThumbnailByKey getThumbnailByKey] === 90 91 Returns a thumbnail of reconstruction (stored in the service) of a given service identifier in png format. 92 93 ==== Example ==== 94 * http://192.168.10.61:8080/getThumbnailByKey?id=12064 95 85 96 86 97