| 17 | |
| 18 | ==== Required arguments ==== |
| 19 | * cafDatasetName:: |
| 20 | The name of the selected CAF dataset. |
| 21 | |
| 22 | * slideNumber:: |
| 23 | Number of the CAF slide according to 'slideindex' section of CAF index |
| 24 | file. |
| 25 | |
| 26 | ==== Optional arguments ==== |
| 27 | * structureList:: |
| 28 | Comma-separated List of structures, if provided only structures from |
| 29 | the list are included in returned CAF slide. If not specified, the |
| 30 | returned CAF slide contains all structures. |
| 31 | |
| 32 | * showLabels:: |
| 33 | Indicates if labels are to be included in the generated slide. Can be set to |
| 34 | 'True' or 'False'. 'True' by default. |
| 35 | |
| 36 | * showMask:: |
| 37 | If True, provides black & white mask of the slide and forces labels to |
| 38 | be removed. 'False' by default. |
| 39 | |
| 40 | ==== Examples ==== |
| 41 | * http://212.87.16.231:8080/getCafSlide?cafDatasetName=whs_0.51&slideNumber=460 |
| 42 | * http://212.87.16.231:8080/getCafSlide?cafDatasetName=whs_0.51&slideNumber=460&showMask=True&showLabels=False |
| 43 | http://212.87.16.231:8080/getCafSlide?cafDatasetName=whs_0.51&slideNumber=460&showLabels=False |
| 44 | |
| 45 | |