Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
How to create PACS Server and viewer in my c# windows application

What I have tried:

Nothing.
Posted
Updated 16-Dec-16 1:26am
v2

1 solution

You need somewhere to store the data in the first place, so folders and/or database. Then you write the code to read each picture file and render it into your view. .NET has classes that do most of the work for you, so it should bot be too difficult.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900