STANDARD DATA DICTIONARY #227 -- DENTAL CANNED COMMENTS FILE 6/27/25 PAGE 1 STORED IN ^DENT(227, (15 ENTRIES) SITE: WWW.BMIRWIN.COM UCI: VISTA,VISTA (VERSION 1.2) DATA NAME GLOBAL DATA ELEMENT TITLE LOCATION TYPE ----------------------------------------------------------------------------------------------------------------------------------- This file contains canned comments that are entered by DRM Plus administrators and users. These canned comments will be used within the DRM Plus application when completing a note within the new exam elements. A user is only allowed to have 12 total comments, a restriction set by the GUI, for each category. There are two types of canned comments: system and user. A system canned comment has priority over any user comments. DD ACCESS: @ RD ACCESS: @ WR ACCESS: @ DEL ACCESS: @ LAYGO ACCESS: @ AUDIT ACCESS: @ INDEXED BY: PROVIDER & CATEGORY & SORT ORDER & TYPE (AC), CATEGORY & SORT ORDER & TYPE (AD) 227,.01 COMMENT NUMBER 0;1 NUMBER (Required) INPUT TRANSFORM: K:+X'=X!(X>999999)!(X<0)!(X?.E1"."1N.N) X S:$G(X) DINUM=X LAST EDITED: JUL 19, 2011 HELP-PROMPT: Type a Number between 0 and 999999, 0 Decimal Digits. DESCRIPTION: This is the comment number. NOTES: XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER 227,.02 PROVIDER 0;2 POINTER TO NEW PERSON FILE (#200) LAST EDITED: JUL 18, 2011 HELP-PROMPT: Enter the name of the provider. DESCRIPTION: This is the provider that this canned comment belongs to. This is only required if the canned comment is a user comment. System comments do not have a provider. RECORD INDEXES: AC (#881) 227,.03 TYPE 0;3 SET (Required) '1' FOR System; '2' FOR User; LAST EDITED: MAY 14, 2010 HELP-PROMPT: Enter the type of canned comment. DESCRIPTION: This is the type of canned comment. A system canned comment supersedes all user canned comments. RECORD INDEXES: AC (#881), AD (#882) 227,.04 SORT ORDER 0;4 NUMBER INPUT TRANSFORM: K:+X'=X!(X>12)!(X<1)!(X?.E1"."1N.N) X LAST EDITED: MAY 14, 2010 HELP-PROMPT: Type a Number between 1 and 12, 0 Decimal Digits. DESCRIPTION: This is the sort order for this canned comment in its category. Every category may have 12 comments. The lower the sort order number, the higher the comment will appear on the list. RECORD INDEXES: AC (#881), AD (#882) 227,.05 CATEGORY 0;5 SET (Required) '1' FOR Radiographic Findings; '2' FOR Summary Assessment; '3' FOR Treatment Plan; '4' FOR Patient Education; '5' FOR Disposition; LAST EDITED: JUL 15, 2011 HELP-PROMPT: Enter the category of the canned comment. DESCRIPTION: This is the category of the canned comment. RECORD INDEXES: AC (#881), AD (#882) 227,1 CANNED COMMENT 1;0 WORD-PROCESSING #227.01 (IGNORE "|") DESCRIPTION: This is the text for the canned comment. This text will be made available for selection in a progress note within the exam template screen in DRM Plus. LAST EDITED: MAR 26, 2010 FILES POINTED TO FIELDS NEW PERSON (#200) PROVIDER (#.02) File #227 Record Indexes: AC (#881) RECORD MUMPS IR SORTING ONLY Short Descr: A cross reference for provider canned comments Description: This cross reference is for provider canned comments sorted by provider, category, and sort order. Set Logic: S ^DENT(227,"AC",X(1),X(2),X(3),DA)="" Set Cond: S X=X(4)=2 Kill Logic: K ^DENT(227,"AC",X(1),X(2),X(3),DA) Whole Kill: K ^DENT(227,"AC") X(1): PROVIDER (227,.02) (Subscr 1) (forwards) X(2): CATEGORY (227,.05) (Subscr 2) (forwards) X(3): SORT ORDER (227,.04) (Subscr 3) (forwards) X(4): TYPE (227,.03) (forwards) AD (#882) RECORD MUMPS IR SORTING ONLY Short Descr: Cross reference for system canned comments. Description: This is a cross reference for system canned comments. These canned comments are given priority over provider canned comments. The cross reference sorts by category, and sort order. Set Logic: S ^DENT(227,"AD",X(1),X(2),DA)="" Set Cond: S X=X(3)=1 Kill Logic: K ^DENT(227,"AD",X(1),X(2),DA) Whole Kill: K ^DENT(227,"AD") X(1): CATEGORY (227,.05) (Subscr 1) (forwards) X(2): SORT ORDER (227,.04) (Subscr 2) (forwards) X(3): TYPE (227,.03) (forwards) INPUT TEMPLATE(S): PRINT TEMPLATE(S): SORT TEMPLATE(S): FORM(S)/BLOCK(S):