Best solution for existing medical application

Hi,
I try to find the best solution for our application. This is medical application combining WPF (UI and flow logic) and core C++. I’m looking for engine that can accomplish the next tasks: window that can be inserted into existing application (preferable inside WPF), 3d and 2d views, ability of DICOM reading, importing existing volume and mesh data, registration, segmentation and editing on the point level even in 3d view. As well as a small features like RAS body orientation control, some useful widgets, etc.
Up to now I was thinking only about VTK, but from some answers in VTK forums I understood that a lot of functionalities I’m looking for are already implemented in 3D Slicer. And it looks like that 3D slicer is easier to implementation.
My question is: Can the 3D slicer be used for my needs or I need to be stuck to VTK ?

Thanks,
Elena

3D Slicer is designed exactly for the purpose that you described. You can start from the custom application template if you want to create an application with custom branding (your logos, colors, etc.) and/or you want to simplify the user interface (hide the features that you don’t think your users will need).