help for aps -------------------------------------------------------------------------------

Title

aps -- Anatomic Profile Score

Version

Version 3.0.

ICDPIC Version 3.0 requires STATA 8.0 or higher. ICDPIC Version 3.0 has been tested in STATA 10 and STATA 11, but the authors believe it should also work without incident in STATA 8 and STATA 9. If you have any problems using ICDPIC Version 3.0 in STATA 8 or STATA 9, please inform the authors.

ICDPIC Version 3.0 may be installed from within STATA using the ssc command. If you installed a previous version of ICDPIC from the SSC archives website using the ssc command, we suggest that you first delete it by typing ssc uninstall icdpic followed by ssc install icdpic. Alternatively, you may use ssc install icdpic, replace. See help for ssc.

If you installed any previous ICDPIC files obtained directly from the authors, please delete them ALL (.ado, .hlp and .dta files) to avoid any conflicts with ICDPIC 3.0 files.

Please enter complete variable names in the ICDPIC Version 3.0 dialog boxes. Do not use abbreviations.

New to Version 3.0 is the addition of a dialog box (.dlg) file associated with each individual ICDPIC Version 3.0 program (.ado) file. To access the ICDPIC dialog box, and all the ICDPIC programs, type: db icdpic. Typing icdpic, as in earlier versions, will still work, but ONLY with icdpic. For example, to access the Anatomic Profile Score program directly, type: db aps. Typing aps, as in previous versions, will produce an error.

Fixed in ICDPIC Version 3.0 is the ability to use path\file names containing spaces.

Fixed in ICDPIC Version 3.0 is the ability to run in STATA 11.0.

Fixed in ICDPIC Version 3.0 is a bug that caused the triss program to crash if the rts variable was named anything other than "rts".

New in ICDPIC Version 3.0 (trauma program only) is the ability to choose whether an AIS value of 6 automatically forces an ISS of 75 or to automatically have all AIS values of 6 changed to an AIS value of 5 and then have the ISS calculated normally.

All dialog boxes in ICDPIC Version 3.0 have memory. Each time a dialog box is opened within the same STATA session, it will remember the values last entered.

All dialog boxes in ICDPIC Version 3.0 have the following buttons:

OK executes the program and removes the dialog box from the screen.

SUBMIT executes the program and leaves the dialog box on the screen. Note that if an error message is generated the dialog box may be minimized.

CANCEL removes the dialog box from the screen and does nothing. Clicking on the close icon of the dialog box does the same thing.

HELP leaves the dialog box on the screen and presents the program help file. The HELP button has a question mark on it.

COPY leaves the dialog box on the screen and copies the program command to the clipboard.

RESET resets the values of the controls in the dialog box to their initial state, just as if the dialog box were invoked for the first time. Each time a user invokes a dialog box, its controls will be filled in with the values the user last entered. RESET restores the control values to their defaults. The RESET button has an R on it.

Syntax

db aps

The APS (Anatomic Profile Score) dialog box will open. Follow the instructions.

OR

db icdpic

The ICDPIC dialog box will open. Choose Anatomic Profile Score and click OK or Submit. The APS (Anatomic Profile Score) dialog box will open. Follow the instructions.

Description

aps calculates the anatomic profile score. The anatomic profile score (APS) is computed from three modified components from three different body region groups: The mA component represents head/brain and spinal cord injures; the mB component represents thorax and neck injuries and; the mC component represents all other serious injuries. The modified components are defined as the square root of the sum of the squares of all serious injuries (AIS = 3, 4, 5 or 6) within their specified body region groups. Once the modified components are determined,

APS = 0.3199(mA) + 0.4381(mB) + 0.1406(mC) + 0.7961(maxAIS)

maxAIS is the maximum severity of all a patients injuries.

See also the Remarks section for IMPORTANT information on, and requirements for, aps.

Options

None

Remarks

The user should first run trauma or icdpic on his/her data to add anatomic profile (AP) component variables, severity variables and the maxAIS variable. See help for trauma for descriptions and names of these variables.

aps adds the following variables to a new copy of the user's data stored on disk:

aps: anatomic profile score mA: the sum of the squares of the severities of all serious injuries with AP component category A mB: the sum of the squares of the severities of all serious injuries with AP component category B mC: the sum of the squares of the severities of all serious injuries with AP component category C

Variables mA, mB, mC and aps are rounded to the nearest 0.0001.

Anatomical profile scores include AIS values of 6. Thus, it is possible to have an injury severity score of 75 and differing values of the anatomical profile score. Also, it is possible to have an anatomical profile score when there are no serious injuries because of the term 0.7961(maxAIS) in the equation.

Also note:

1) If maxAIS is 9, variables mA, mB, mC, and aps all are assigned 99.9999. 2) If maxAIS is any number 1 thru 6, variables mA, mB, and mC are assigned the sum of the squares of the severities with those AP components respectively. The anatomical profile score is computed per the equation given under the Description section. If there are no injuries with a particular AP component value, then a value of 0 is assigned. 3) If maxAIS is 0, variables mA, mB, and mC all have the value 0 and aps has the value 0.0000.

Examples

None

Authors

David E. Clark, M.D.

Maine Medical Center, Portland, Maine, USA University of Vermont College of Medicine, Burlington, Vermont, USA Harvard Injury Control Research Center, Harvard School of Public Health, Boston, Massachusetts, USA

Correspondence to Dr. Clark, 887 Congress Street, Portland ME 04102 Email: clarkd@mmc.org

Turner M. Osler, M.D.

University of Vermont College of Medicine, Burlington, Vermont, USA

David R. Hahn

Maine Medical Center, Portland, Maine, USA

References

Copes WS, Champion HR, Sacco WJ, et al. Progress in characterizing anatomic injury. J Trauma 1990;30:1200-1207.

Meredith JW, Evans G, Kilgo PD, et al. A comparison of the abilities of nine scoring algorithms in predicting mortality. J Trauma 2002;53:621-629.

Also see

help for trauma

help for icdpic

help for aps