GETTRMCD |
This entry point returns a list of codes for both the
CPT and HCPCS coding system assigned to the Reminder Term.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
TIEN |
Input |
This is the IEN of the Reminder Term from file 811.5.
|
TXARRAY |
Output |
This passed by reference array returns a list of CPT
or HCPCS codes assigned to the passed in reminder term.
|
ERROR |
Output |
If this passed by reference variable is defined then
it contains the error message the entry point returned to the calling
application.
|
|
CHCKPROC |
This entry point checks to see if a passed in
CPT/HCPCS code or a radiology procedure is associated to a breast image
procedure.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
INPUT |
Input |
This is a passed by reference that code and coding
system and/or radiology procedure entry to determine if it is related to a
breast images test.
INPUT("CODE")=the code to check for INPUT("CODESYS")=the coding system to
check the code is against
INPUT("ITEMTYPE")= currently only support the global entry for file 71
RAMIS(71, INPUT("ITEM")=the IEN of the entry from file 71.
|
|
EARLDATE |
This entry point returns the REMINDER TERM FINDING
BEGINNING DATE/TIME in internal FileMan date format.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
TERMARR |
Input |
This is the WV BREAST IMAGE TERM array created from
the REMINDER TERM file (#811.5).
|
RESULT |
Output |
This returns the REMINDER TERM FINDINGS BEGINNING
DATE/TIME in the internal FileMan date format.
|
|
BLDTARR |
This entry point creates the WV BREAST IMAGE array
from the REMINDER TERM file (#811.5).
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
TERMARR |
Output |
This returns the WV BREAST IMAGE TERM array from the
REMINDER TERM file (#811.5).
|
|