Objective To apply Windows presentation foundation (WPF) to rapid access and report printing of medical data.Methods Data access was realized by abstracting database to form data structure through entity framework (EF) and mapping datasheet as attribute.Multipage printing was executed by using Flow Document Scroll Viewer as the container and putting contents into different paragraphs with the block element.Results EF of WPF decreased the frequency of database access by the program greatly,and the reaction speed of the program was increased significantly.Flow document could be used for data printing.Conclusion WPF enhances the efficiency of system development and the beauty of man-machine interface,and thus is worthy promoting for medical system and software development.