| TITLE | VALUE | |
|---|---|---|
| NAME | DENTV ADD/EDIT COMPLICATIONS | |
| DESCRIPTION | This RPC allows for adding, editing, and deleting complications from a dental encounter. | |
| TAG | COMP | |
| ROUTINE | DENTVTP2 | |
| INPUT PARAMETERS | SEQUENCE NUMBER | 1 |
| INPUT PARAMETER | DENTENC | |
| DESCRIPTION | This is the dental encounter IEN for which to wish to make complication modifications. | |
| PARAMETER TYPE | LITERAL | |
| REQUIRED | YES | |
| MAXIMUM DATA LENGTH | 30 | |
| INPUT PARAMETERS | SEQUENCE NUMBER | 2 |
| INPUT PARAMETER | DATA | |
| DESCRIPTION | This data array contains the data you wish to add, edit, or delete from the dental encounter. The input array should be formatted in chunks as follows: List[n] = $$START$$ List[n+1] = p1^p2^p3 p1 = Complication IEN (values denoted with a "+" are additions) p2 = Complication Type p3 = Complication Status List[n+m] = Description word processing lines | |
| PARAMETER TYPE | LIST | |
| REQUIRED | YES | |
| MAXIMUM DATA LENGTH | 240 | |
| RETURN VALUE TYPE | SINGLE VALUE | |
| RETURN PARAMETER DESCRIPTION | If successful, the return will be formatted as: List[1] = 0^Records successfully added, edited, or deleted: Which will be immediately followed by a list of complication numbers followed by one of the following flags to denote action taken: A = Add E = Edit D = Delete If an error occurs, the return will be -1^error message. | |
| AVAILABILITY | AGREEMENT | |
| INACTIVE | ||
| CLIENT MANAGER | ||
| WORD WRAP ON | TRUE | |
| VERSION | ||
| SUPPRESS RDV USER SETUP | ||
| APP PROXY ALLOWED | ||