Go to the first, previous, next, last section, table of contents.

Generating C++ code

This chapter of is dedicated to the actual implementation of the HL7 standard, whose specifications was made available to machine processing by the process shown in the preceding chapters. I have already shown some points, which will become relevant in the implementation. This chapter will begin by presenting the general concept that was assumed for the implementation. We will then shed a light on the compiler, that does the job of translating the data base into program code.


Go to the first, previous, next, last section, table of contents.