HomeHome iWeb LogoniWeb Logon Internet MeetingsInternet Meetings Contact UsContact UsSite MapSite Map
Solutions By DepartmentSoftwareInterfaces & IntegrationNPR & Other ServicesInformation & ResourcesAbout Us

Z Programs

Z.age.format


Arguments:       A = age in standard MEDITECH age format

Returns:           Age formatted as below, allowing comparisons
returns either nn (years if nn>5)
;               nY mmM (if n'=0)
;               0Y mmM ddD
;               0Y 00M 000D ggWG (weeks gestational)
Example call     %Z.age.format(@age) returns nY mmM
                        %Z.age.format(“1M 22D”) returns “0Y 01M 22D”

Posted: August 03, 2001

Return to list of Z Programs