var fDesc=new Array(); fDesc[0] = "Growth Chart SDK - The SDK enables developers to create customized data management applications by embedding or integrating the functionality of Growth Charts into core business applications and platforms, such as electronic medical record system. With its standards-based, Component Object Model (COM) architecture, the SDK enables our Growth Chart technology to be embedded in both commercial and externally developed applications using any developer language, such as C , and any universal scripting language, such as JavaScript, VB.NET, and C#. Because the SDK draws on your own programming knowledge and software to create applications, programming time is significantly reduced. And because you can embed our proven expertise right into your applications and platforms, you can be assured that you have all the capabilities you need for manipulating with Growth Charts.

Main features:

- Supports all kinds of CDC Growth Charts, including 2 to 20 years: Boys/Girls Body mass index-for-age; 2 to 20 years: Boys/Girls Stature-for-age and Weight-for-age percentiles; 2 to 5 years: Boys/Girls Weight-for-Stature percentiles; Birth to 36 months: Boys/Girls Head circumference-for-age and Weight-for-length percentiles, and Birth to 36 months: Boys/Girls Length-for-age and Weight-for-age percentiles .
- Allows plotting patient's data on Growth Charts.
- Displays patient’s information on Growth Charts, including Name, Record -, Date, Age, Weight, Height, Head Cir., Comment, Father’s Stature, Mother’s Stature, Gestational Age.
- Allows resizing and customizing colors.
- Prints Growth Charts on standard size.
- Saves Growth Charts as BMP picture files."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }