Frankly, I am not sure, at least at here in the US, that you will want to 
remove the certification field.  It is becoming of increasing importance to 
physicians and maybe others as well as boards require recertification and 
employers require recertification for continued employment.  

In fact, I would not be surprised if that whole section were beefed up to 
include links to business rules to flag people whose certifications are not 
up to date.


On Friday 27 May 2005 12:52 am, Usha wrote:
> I tried to modify file attributes to remove CERTIFICATION field, but ....
>
> Select OPTION: 4  MODIFY FILE ATTRIBUTES
> Do you want to use the screen-mode version? YES// NO
>
> MODIFY WHAT FILE: NEW PERSON//
>
>
>
> Select FIELD: 747.5  CERTIFICATION
> And the system hangs...
>
> Is there any other way?
> Usha
>
>
> ----- Original Message -----
> From: "Cameron Schlehuber" <[EMAIL PROTECTED]>
> To: <[email protected]>
> Sent: Thursday, May 26, 2005 10:14 PM
> Subject: RE: [Hardhats-members] Another GTM error
>
>
> Since it appears there is nothing in the sub-file at 200.07475 in the DD
> (as you indicated in your other response where you did ZWR
> ^DD(200.07475,*)) and the CERTIFICATION field (which represents the column
> for that "table") thinks the DD should be there, I think that's what's
> actually leading to the error you have.  And since the field is no longer
> being used for anything, I suggest you simply use FM's Modify option,
> select file 200 then field 747.5 and delete it by entering "@" at the Name
> prompt.
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Usha
> Sent: Wednesday, May 25, 2005 9:29 PM
> To: [email protected]
> Subject: Re: [Hardhats-members] Another GTM error
>
> When I look at my DATA DICTIONARY entry, this is what I get
>
> GTM>d Q^DI
> VA FileMan 22.0
> Select OPTION: 8  DATA DICTIONARY UTILITIES
> Select DATA DICTIONARY UTILITY OPTION: 1  LIST FILE ATTRIBUTES
>  START WITH WHAT FILE: NEW PERSON//
>       GO TO WHAT FILE: NEW PERSON//
>       Select SUB-FILE:
> Select LISTING FORMAT: STANDARD//
> Start with field: FIRST// CERTIFICATION
> Go to field:
> STANDARD DATA DICTIONARY #200 -- NEW PERSON FILE
>                                                    MAY 26,[EMAIL 
> PROTECTED]:54:31
> PAGE 1
> STORED IN ^VA(200,  (150 ENTRIES)   SITE: HUIVISTA3   UCI: ROU,ROU (VERSION
> 8.0)
>
>
> DATA          NAME                  GLOBAL        DATA
> ELEMENT       TITLE                 LOCATION      TYPE
> ---------------------------------------------------------------------------
>- ---
>
> 200,747.5     CERTIFICATION          QAR2;0 POINTER Multiple #200.07475
>
>               DESCRIPTION:      This field allows you to enter specialties
> in
>                                 which the practitioner is Board Certified.
>
>
>
>
>
>
> 200,747.6     BOARD ELIGIBLE         QAR4;0 POINTER Multiple #200.07476
>                                  (Add New Entry without Asking)
>
>               DESCRIPTION:      If this applicant is eligible to complete
>                                 specialty board exams, enter the area of
>                                 specialty.
>
>
> 200.07476,2     VERIFICATION           0;3 SET
>
>                                   '1' FOR LETTER FROM TRAINING DIRECTOR;
>                                   '2' FOR LETTER FROM SPECIALTY BOARD;
> ...
>
> Is it that my global is corrupted? How can I rectify it?
>
> Regards
> Usha
> ----- Original Message -----
> From: "Nancy Anthracite" <[EMAIL PROTECTED]>
> To: <[email protected]>
> Sent: Wednesday, May 25, 2005 5:00 PM
> Subject: Re: [Hardhats-members] Another GTM error
>
> > I would like to know how to chase this down for future reference.  Am I
> > on
>
> the
>
> > right track and now what?  How do I find out more about IOSL?
> >
> >  This is what I did so far:
> >
> > I found the 32nd line after the tag WR in the routine DDSU.m.   the line
>
> with
>
> > the WR tag is 126.  The lines below are 149-159 and there were no line
>
> wraps
>
> > above to screw things up that I could see.  It seems that WR+32 is
>
> probably
>
> > line 157, so WR+32 must count the line with WR as 1, correct?
> >
> >  W DDH(A0,A4)
> >  I $D(DDH("ID")) D  S:$D(DUOUT) DIY=U
> >  . N DDD,DIY,DDSID
> >  . S DDSID=DDH("ID")
> >  . S:$D(DDH("ID",1))#2 DDSID(1)=DDH("ID",1)
> >  . N DDH
> >  . S:$D(DDSID(1))#2 DDH("ID",1)=DDSID(1) K DDSID(1)
> >  . S Y=A4
> >  . S:$D(DDS) DDQ=$S(DY>(IOSL-1):IOSL-1,1:DY)_U_$X
> >  . X DDSID
> >  Q
> >
> >
> > IOSL is not newed and is used early in the routine,and gives me a value,
>
> so I
>
> > assume it is the undefined global variable. This is immediately after I
> > started up with D P^DI, which I think wipes the local variables, correct?
> >
> > GTM>W IOSL
> > 24
> >
> >  I asked for that section in the global, I think.
> >
> > GTM>ZWR ^DD(200.07475,.01,0)
> > ^DD(200.07475,.01,0)="CERTIFICATION^MP747.9'^QA(747.9,^0;1^Q"
> >
> > Then   I looked in the Data Dictionary:
> >
> > ******************
> > Select OPTION: 8  DATA DICTIONARY UTILITIES
> > Select DATA DICTIONARY UTILITY OPTION: ^
> > Select OPTION: ^
> > GTM>D Q^DI
> > VA FileMan 22.0
> > Select OPTION: 8  DATA DICTIONARY UTILITIES
> > Select DATA DICTIONARY UTILITY OPTION: 1  LIST FILE ATTRIBUTES
> >  START WITH WHAT FILE: NEW PERSON//
> >       GO TO WHAT FILE: NEW PERSON//
> >       Select SUB-FILE:
> > Select LISTING FORMAT: STANDARD//
> > Start with field: FIRST// Certification
> > Go to field:
> > DEVICE:   TELNET
> > STANDARD DATA DICTIONARY #200 -- NEW PERSON FILE
> >                                                    MAY 25,[EMAIL 
> > PROTECTED]:04:05
>
> PAGE
>
> > 1
> > STORED IN ^VA(200,  (1154 ENTRIES)   SITE: CAMP MASTER   UCI: VAH,ROU
>
> (VERSION
>
> > 8.0)
> >
> > DATA          NAME                  GLOBAL        DATA
> > ELEMENT       TITLE                 LOCATION      TYPE
> > -------------------------------------------------------------------------
> >-
>
> -----
>
> > 200,747.5     CERTIFICATION          QAR2;0 POINTER Multiple #200.07475
> >
> >               DESCRIPTION:      This field allows you to enter
> > specialties
>
> in
>
> >                                 which the practitioner is Board
> > Certified.
> >
> > 200.07475,.01   CERTIFICATION          0;1 POINTER ** TO AN UNDEFINED
> > FILE
>
> **
>
> >                                    (Multiply asked)
> >  LAST EDITED:      FEB 01, 1991
> >                 HELP-PROMPT:      Enter the specialties in which the
> >                                   practitioner is Board Certified.
> >                 DESCRIPTION:      This field allows you to enter
>
> specialties
>
> > in
> >                                   which the practitioner is Board
>
> Certified.
>
> >                 CROSS-REFERENCE:  200.07475^B
> >                                 1)= S ^VA(200,DA(1),"QAR2","B",
> > $E(X,1,30),DA)="
> >                                 "
> >                                 2)= K
>
> ^VA(200,DA(1),"QAR2","B",$E(X,1,30),DA)
>
> > 200.07475,1     DATE                 0;2 DATE
> >
> >                 INPUT TRANSFORM:S %DT="E" D IN^QARVER1,^%DT S X=Y K:Y<1 X
> >                 NOTES:          XXXX--CAN'T BE ALTERED EXCEPT BY
>
> PROGRAMMER
>
> > ************************
> >
> > On Wednesday 25 May 2005 05:15 am, Usha wrote:
> > > Hi
> > >
> > >
> > >
> > > While listing the fields of NEW PERSON file from FileMan, the following
>
> is
>
> > > displayed
> > >
> > >
> > >
> > >    747.5        CERTIFICATION%GTM-E-GVUNDEF, Global variable undefined:
> > > ^DD(200.07475,.01,0)
> > >
> > >                 At M source location WR+32^DDSU
> > >
> > >
> > >
> > > Can anyone help?
> > >
> > >
> > >
> > > Regards
> > >
> > > Usha
> >
> > --
> > Nancy Anthracite
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by Yahoo.
> > Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
> > Search APIs Find out how you can build Yahoo! directly into your own
> > Applications - visit
> > http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
> > _______________________________________________
> > Hardhats-members mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/hardhats-members
>
> -------------------------------------------------------
> SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate
> online with coworkers and clients while avoiding the high cost of travel
> and communications. There is no equipment to buy and you can meet as often
> as you want. Try it
> free.http://ads.osdn.com/?ad_id=7402&alloc_id=16135&op=click
> _______________________________________________
> Hardhats-members mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/hardhats-members
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by Yahoo.
> Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
> Search APIs Find out how you can build Yahoo! directly into your own
> Applications - visit http://developer.yahoo.net/?fr=fad-ysdn-ostg-q22005
> _______________________________________________
> Hardhats-members mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/hardhats-members
>
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by Yahoo.
> Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
> Search APIs Find out how you can build Yahoo! directly into your own
> Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
> _______________________________________________
> Hardhats-members mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/hardhats-members

-- 
Nancy Anthracite


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Hardhats-members mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to