Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Noticed a SACC violation in code...
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  14 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Sam Habiel  
View profile  
 More options May 17 2012, 6:54 pm
From: Sam Habiel <sam.hab...@gmail.com>
Date: Thu, 17 May 2012 15:54:01 -0700
Local: Thurs, May 17 2012 6:54 pm
Subject: Noticed a SACC violation in code...
http://www.hardhats.org/tools/sac96.html

2.3.2.5.1 The global ^TMP will be used as a scratch global within a
session. The first subscript shall be $J, or the first two subscripts
shall be a package namespaced subscript followed by $J.

^TMP("C0CCCR","ODIR") is illegal.

I would rather use the Kernel Standard $$DEFDIR^%ZISH which will get
you the default directory according to the Kernel. In Unix systems it
defaults to /tmp/.

As a further design point, it's possible to get a default directory
which is set by the user in a new field in the C0C Parameters file; if
that isn't present, we should use $$DEFDIR^%ZISH.

Ravi, if you want to fix this, I would appreciate it.

Sam


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sanchu Shanmugam  
View profile  
 More options May 18 2012, 9:45 am
From: Sanchu Shanmugam <sanchu.shanmu...@gmail.com>
Date: Fri, 18 May 2012 19:15:03 +0530
Local: Fri, May 18 2012 9:45 am
Subject: Re: [ccd-ccr-project] Noticed a SACC violation in code...

Sam

Thanks for pointing this out.

We will try to address this as part next release

regards
Sanchu S
OHUM Healthcare
Skype: sanchu.shanmugam


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sam Habiel  
View profile  
 More options May 18 2012, 11:50 am
From: Sam Habiel <sam.hab...@gmail.com>
Date: Fri, 18 May 2012 08:50:12 -0700
Local: Fri, May 18 2012 11:50 am
Subject: Re: [ccd-ccr-project] Noticed a SACC violation in code...
For a future version, we should run ^XINDEX and find the problems it
talks about. Just FYI.

Sam

On Fri, May 18, 2012 at 6:45 AM, Sanchu Shanmugam


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Cham  
View profile  
 More options May 21 2012, 10:44 am
From: Michael Cham <m...@blenderhouse.com>
Date: Mon, 21 May 2012 07:44:15 -0700 (PDT)
Local: Mon, May 21 2012 10:44 am
Subject: Re: [ccd-ccr-project] Noticed a SACC violation in code...

I don't know if anyone is dependent on the "ODIR" function currently.  Sam
is right, but is there a graceful end of life?
Mike


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sam Habiel  
View profile  
 More options May 21 2012, 11:32 am
From: Sam Habiel <sam.hab...@gmail.com>
Date: Mon, 21 May 2012 08:32:19 -0700
Local: Mon, May 21 2012 11:32 am
Subject: Re: [ccd-ccr-project] Noticed a SACC violation in code...
Michael,

I have been thinking about this. On a production system, when it is
restarted, ^TMP is thrown away. Therefore, if CCD/CCR uses this ^TMP
after restart, it's not going to work. I don't believe this affects
the RPC method of accessing the CCD/CCR.

ODIR can be the default Kernel one is which is guaranteed to be
defined on any VISTA system. So it will "degrade" gracefully.

Sam


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
skip ormsby  
View profile  
 More options May 21 2012, 12:13 pm
From: skip ormsby <skip.orm...@gmail.com>
Date: Mon, 21 May 2012 12:13:49 -0400
Local: Mon, May 21 2012 12:13 pm
Subject: Re: [ccd-ccr-project] Noticed a SACC violation in code...

Attached are the rules of the road when using XTMP.

On Mon, May 21, 2012 at 10:44 AM, Michael Cham <m...@blenderhouse.com>wrote:

  xtmp_rules.pdf
44K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sam Habiel  
View profile  
 More options May 21 2012, 12:26 pm
From: Sam Habiel <sam.hab...@gmail.com>
Date: Mon, 21 May 2012 09:26:56 -0700
Local: Mon, May 21 2012 12:26 pm
Subject: Re: [ccd-ccr-project] Noticed a SACC violation in code...
Thank you Skip. I haven't seen this before; it's very helpful.

Sam


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Cham  
View profile  
 More options May 21 2012, 3:05 pm
From: Michael Cham <m...@blenderhouse.com>
Date: Mon, 21 May 2012 12:05:35 -0700 (PDT)
Local: Mon, May 21 2012 3:05 pm
Subject: Re: [ccd-ccr-project] Noticed a SACC violation in code...

Sam,
This definitely does not effect RPC, only the EXPORT and XPAT.  The only
scenario I wonder about is if someone has developed scripts that are coded
to set TMP, and then looks for files in the directory specified.  EXPORT is
probably the biggest offender, since XPAT can take a directory as an
argument.  
Not sure if it worth worrying about.
Mike


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
LD 'Gus' Landis  
View profile  
 More options May 21 2012, 3:23 pm
From: "LD 'Gus' Landis" <ldlan...@gmail.com>
Date: Mon, 21 May 2012 13:23:38 -0600
Local: Mon, May 21 2012 3:23 pm
Subject: Re: [ccd-ccr-project] Noticed a SACC violation in code...

On Mon, May 21, 2012 at 10:13 AM, skip ormsby <skip.orm...@gmail.com> wrote:
> Attached are the rules of the road when using XTMP.

Dear Skip,

The link in that document to the SAC (http://vaww.vista.med.va.gov/sacc/)
appears to be dead.  Is it behind the VA's firewall?

Cheers,
  --ldl

--
---
NOTE: If it is important CALL ME - I may miss email,
which I do NOT normally check on weekends nor on
a regular basis during any other day.
---
LD Landis - N0YRQ - de la tierra del encanto
3960 Schooner Loop, Las Cruces, NM 88012
651-340-4007  N32 21'48.28" W106 46'5.80"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
skip ormsby  
View profile  
 More options May 21 2012, 4:05 pm
From: skip ormsby <skip.orm...@gmail.com>
Date: Mon, 21 May 2012 16:05:11 -0400
Local: Mon, May 21 2012 4:05 pm
Subject: Re: [ccd-ccr-project] Noticed a SACC violation in code...

Hmm ... thought I attached the actual document.  In any case the document
can be found here:

http://www.va.gov/vdl/application.asp?appid=10

scroll down to the bottom and look for "XTMP Global Description Rules of
Use".

On Mon, May 21, 2012 at 3:23 PM, LD 'Gus' Landis <ldlan...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nancy Anthracite  
View profile  
 More options May 21 2012, 4:59 pm
From: Nancy Anthracite <nanthrac...@earthlink.net>
Date: Mon, 21 May 2012 16:59:43 -0400
Local: Mon, May 21 2012 4:59 pm
Subject: Re: [ccd-ccr-project] Noticed a SACC violation in code...
Yes, that is behind the firewall.  I suspect OSEHRA has a copy on their website.

Sent via my Samsung Galaxy Prevail from Boost Mobile

LD 'Gus' Landis <ldlan...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
LD 'Gus' Landis  
View profile  
 More options May 21 2012, 5:47 pm
From: "LD 'Gus' Landis" <ldlan...@gmail.com>
Date: Mon, 21 May 2012 15:47:29 -0600
Local: Mon, May 21 2012 5:47 pm
Subject: Re: [ccd-ccr-project] Noticed a SACC violation in code...

On Mon, May 21, 2012 at 2:05 PM, skip ormsby <skip.orm...@gmail.com> wrote:
> Hmm ... thought I attached the actual document.  In any case the document
> can be found here:

> http://www.va.gov/vdl/application.asp?appid=10

> scroll down to the bottom and look for "XTMP Global Description Rules of
> Use".

Dear Skip,

Re: the attachment
Yes you did attach the rules for ^XTMP, but that document had a link for
(what I
thought was) the entire SAC document.  I have something that was said to be
the
current SAC from a few years ago... was looking for an update. Thanks!

Cheers,
  --ldl
--
---
NOTE: If it is important CALL ME - I may miss email,
which I do NOT normally check on weekends nor on
a regular basis during any other day.
---
LD Landis - N0YRQ - de la tierra del encanto
3960 Schooner Loop, Las Cruces, NM 88012
651-340-4007  N32 21'48.28" W106 46'5.80"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sam Habiel  
View profile  
 More options May 21 2012, 6:18 pm
From: Sam Habiel <sam.hab...@gmail.com>
Date: Mon, 21 May 2012 15:18:39 -0700
Local: Mon, May 21 2012 6:18 pm
Subject: Re: [ccd-ccr-project] Noticed a SACC violation in code...
Gus,

Latest SACC is here: http://www.hardhats.org/tools/sac07.html

Sam

On Mon, May 21, 2012 at 2:47 PM, LD 'Gus' Landis <ldlan...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sam Habiel  
View profile  
 More options May 23 2012, 11:44 am
From: Sam Habiel <sam.hab...@gmail.com>
Date: Wed, 23 May 2012 08:44:10 -0700
Local: Wed, May 23 2012 11:44 am
Subject: Re: [ccd-ccr-project] Noticed a SACC violation in code...
Mike,

I will talk it over with George.

OHUM just packaged version 1.2. I want to confirm with George that we
are releasing that officially. I am using 1.2 as my dependency for
other packages. The 1.1 version couldn't be used as a dependency
because it did not have a package file element.

Any changes I think will go into 1.3 now.

Sam


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »