$$CREATE(DFN,DTTM,FLAG) |
Call point to create a Fee PTF entry.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
Patient ien
|
DTTM |
Input |
Date (time optional)
|
FLAG |
Input |
Flag to enable creation of Fee PTF entry (value = 1)
|
$$CREATE |
Output |
Successful: returns newly created PTF ien
Unsuccessful: returns -1, no patient ien defined
|
|
$$DELETE(DFN,DTTM) |
Call point to delete Fee PTF entry.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
Patient ien of valid PTF entry
|
DTTM |
Input |
Date (time optional) of valid PTF entry
|
$$DELETE |
Output |
returns 1 (successful), -1 (unsuccessful)
|
|