|
Application OverviewRather than examine the C++ code you generated in detail, this section will focus on a conceptual overview of the generated application. The generated application's main components are as follows:
The generated application has been thoroughly documented to make its operation as clear as possible. With this structure in mind, it can briefly be discussed how the following three requirements - (1) Accepts incoming HL7 messages from some source; (2) Extracts data into custom data structures; and (3) Performs some function with the data, such as submitting it to a database, comparing it to other data, etc. - are satisfied by this generated project:
The project you generated is a working application, even without doing any programming yourselves. However it does not satisfy the requirements first laid out in the specifications. As such you still need to do the following:
The design options are explained in the next section. |