MEDITECH Function Macros
| Macro | Syntax | Description |
| Add | @Add(A,B) | B+A^A |
| Sub | @Sub(A,B) | B-A^A |
| Sub0 | @Sub0(A,B) | B-A!0^B; Makes sure we get a positive number |
| Max | @Max(A,B) | A!B |
| Min | @Min(A,B) | A&B |
| Not | @Not(arg) | Reverses the boolean logic of the argument |
| Title | @Title(arg1,arg2) | Makes data conversions and concatenates arguments |
| Quote | @Quote(arg) | Yields the passed in ‘arg’ in quotes. |

0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home