Example #1
0
        public static SortedList<string, List<Structure>> LabelToStructuresMap(AnnotationService.AnnotateStructureTypesClient client)
        {
            long typeID =1;
            AnnotationService.Structure[] structures = client.GetStructuresForType(typeID);

            return LabelToStructuresMap(structures);
        }