Should you require any more information or have encountered a problem, please call the support helpdesk on (07) 5456 6000.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Another way to access tabular data is to embed a lookup table in a package. This example takes various obstetric ultrasound measured parameters and looks up a calculated gestational age.

First let's do the table model:


'''Package FL_GA_Package

    class  FLToGestationalAgeMap
        FLMeasurement: Real
        AgeinWeeks: Real

    class  FLToGestationalAgeTableType extends Sequence (FLToGestationalAgeMap)

EndPackage '''


vsadq


  • No labels