QUAN |
This extrinsic function will return the total
quantity in cc of a tubefeeding product.
Sample call:
S X=$$QUAN^FHWOR5R(FHS,FHQ)
X would contain the total cc of a tubefeeding product.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
FHS |
Input |
This is a Call By Value variable. The input format
consist of the Internal Entry Number of the tubefeeding product concatenated
with a "-" and concatenate with the strength of the product. Example, "12-3".
|
FHQ |
Input |
This is a Call By Value variable. The input consist
of the Health Level 7 message segment of the tubefeeding product quantity,
duration, and interval each separate by a "^". Example, 100&C^BID^H6. The
input is 100CC, twice a day, for 6 hours.
|
TC |
Output |
This variable is the total quantity of the
tubefeeding product in cc which will be returned by the function call.
|
|