Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  FileMan Files Accessed Via FileMan Db Call
Print Page as PDF
Routine: RAUTL14

Package: Radiology Nuclear Medicine

Routine: RAUTL14


Information

RAUTL14 ;HISC/GJC - Utilities for message display. ; Mar 07, 2024@13:17:03

Source Information

Source file <RAUTL14.m>

Entry Points

Name Comments DBIA/ICR reference
EN1 ; Message display. Called from the input transform of the
EN2 ; Message display. Called from input transform of the
UNI30(RADA,RAX) ; Determines if the 1st 30 chars of a procedure name are unique.
; If not, do not allow the user to add or alter the current procedure.
; Don't allow characters ; ^
; Called from the input transform in ^DD(71,.01,0)
; Pass back 1 if unique, 0 if a conflict.
; 'RA' ---> temporary variable to hold data
; 'RAX' ---> Input user wishes to enter/edit in ^RAMIS(71
; 'RADA' ---> IEN of the current entry in ^RAMIS(71,
; The first 30 do not match any other entries first 30
CHKPTYPE(OPTYP,APTYP) ;check the procedure type to ensure BROAD/PARENT procedures
; remain BROAD/PARENT procedures after editing the TYPE OF PROCEDURE
; (#6) field.
; Input: OPTYP = original procedure type value
; APTYP = after edit procedure type value
; Return: 0 if the procedure type value did not change
; 1 if there was a change in procedure type value
RSETPTYP(RAPIEN,OPTYP) ;PARENT and BROAD procedures cannot have their procedure
; types changed. Change the procedure back to the appropriate procedure
; type: PARENT (P) or BROAD (B). Called from the RA PROCEDURE EDIT input
; template.

FileMan Files Accessed Via FileMan Db Call

FileNo Call Tags
^RAMIS(71 - [#71] EXTERNAL^DILFD
Info |  Source |  Entry Points |  FileMan Files Accessed Via FileMan Db Call