NAME |
SDES2 DISPOSITION APPT REQ |
TAG |
DISPOSITION |
ROUTINE |
SDES2ARCLOSE |
RETURN VALUE TYPE |
ARRAY |
AVAILABILITY |
RESTRICTED |
APP PROXY ALLOWED |
Yes |
DESCRIPTION |
Dispositioning/closing an appointment request
|
INPUT PARAMETER |
-
- APPTREQ
- PARAMETER TYPE: LITERAL
-
- SDCONTEXT
- PARAMETER TYPE: LIST
- MAXIMUM DATA LENGTH: 32000
- REQUIRED: YES
- SEQUENCE NUMBER: 1
- DESCRIPTION:
SDCONTEXT("ACHERON AUDIT ID")
SDCONTEXT("PATIENT ICN")
- The ICN of the target patient from the calling application.
- Up to 40 Character unique ID number.
- Ex: 11d9dcc6-c6a2-4785-8031-8261576fca37
SDCONTEXT("USER DUZ")
- The DUZ of the user taking action in the calling application.
SDCONTEXT("USER SECID")
- The SECID of the user taking action in the calling application.
SDCONTEXT("PATIENT DFN")
- The DFN/IEN of the target patient from the calling application.
-
- SDINPUT
- PARAMETER TYPE: LIST
- MAXIMUM DATA LENGTH: 32000
- REQUIRED: YES
- SEQUENCE NUMBER: 2
- DESCRIPTION:
1. SDINPUT(DISP) = (Required) Disposition reason associated with the
"ENTERED IN ERROR" DISP=6
"TRANSFERRED TO EWL" DISP=7
"CHANGED CLINIC" DISP=8
"MRTC PARENT CLOSED" DISP=9
"REMOVED/EXTERNAL APP" DISP=10
"FAILURE TO RESPOND" DISP=11
"VET SELF-CANCEL" DISP=12
2. SDINPUT(REQUEST ID) = (Required) Appt request ID from file #409.85.
closing
3. SDINPUT(DISPDT) = (Required) Date the request is dispositioned.
(e.g.,YYYY-MM-DD)
4. SDINPUT(PCMT) = (Optional) Patient-entered
comments in which a veteran cancels/edits an appointment request using
VAOS or another application to
add notes. These comments are stored at PATIENT COMMENTS field
(#409.85,60).
of the appointment request. Enter one of the following reasons:
"DEATH" DISP=1
"REMOVED/NON-VA CARE" DISP=2
"REMOVED/SCHEDULED-ASSIGNED" DISP=3
"REMOVED/VA CONTRACT CARE" DISP=4
"REMOVED/NO LONGER NECESSARY" DISP=5
|
RETURN PARAMETER DESCRIPTION |
Request dispositioned and if not give error.
{
"ApptReqDisposition":[
{
"FilingSuccess"":1
}
]
}
|