|
Introduction
This example source code shows you how to assign patient data to the fields of the growth chart object. Although this example uses Delphi code you should have no trouble adapting the code your own development language.
For a complete list of fields available:
List of patient data fields
Change the name GrowthChart in the code below to the name of the ActiveX that you have just included on your form.
Change TblPatient and TblVisit to whatever table component names you use.
Note!
Remember to call the Changed method after setting the new data to force a re-draw of the graph object.
|