示例#1
0
文件: Queries.cs 项目: abordt/Viking
        public static SortedList<string, List<Structure>> LabelToStructuresMap(AnnotationService.AnnotateStructureTypesClient client)
        {
            long typeID =1;
            AnnotationService.Structure[] structures = client.GetStructuresForType(typeID);

            return LabelToStructuresMap(structures);
        }