Does anyone know the 3 character “code” to use for ADM_SOURCE in order to pull the table description? Is there any easy way to find them?
TBLDESC("???",ADM_SOURCE)
Roseanne Crovo, Solutions Development Lead | Ascension Health Information Services | Office: 205.939.7997 | Cell: 205.602.4813
![]()
This email message and any accompanying data or files is confidential and may contain privileged information intended only for the named recipient(s). If you are not the intended recipient(s), you are hereby notified that the dissemination, distribution, and or copying of this message is strictly prohibited. If you receive this message in error, or are not the named recipient(s), please notify the sender at the email address above, delete this email from your computer, and destroy any copies in any form immediately. Receipt by anyone other than the named recipient(s) is not a waiver of any attorney-client, work product, or other applicable privilege.
Try ADS
Kimberly Core | Support Analyst | Consolidated Health Information Services | (519) 352-6401 x6971 | Kim....@consolidatedhealth.ca
CONFIDENTIALITY STATEMENT: This email transmission may contain confidential or legally privileged information that is intended only for the individual or entity named in the email address. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or reliance upon the contents of this email is strictly prohibited. If you are not the intended recipient, please notify the sender immediately by return email and delete this message and any attachments from your system.
P Please ~ only print this email if necessary! Reduce, Reuse, Recycle!
--
You received this message because you are subscribed to the Google Groups "hisnet" group.
To post to this group, send email to his...@googlegroups.com.
To unsubscribe from this group, send email to
hisnet+un...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/hisnet?hl=en.
That was it. Thanks!
You can create this little query and have a file of the codes available:
SET FILE = ‘C:\table_cds.xls’
SET FORMAT = ‘TAB’
SET COLUMN_HEADINGS ON
SELECT DISTINCT TBL_CD HEADING ‘CODE’
,TYPE_LINK@TBL_HEADING HEADING ‘DESCRIPTION’
FROM AG_TABLE
From: his...@googlegroups.com [mailto:his...@googlegroups.com]
On Behalf Of Crovo, Roseanne
Sent: Monday, October 15, 2012 12:10 PM
To: his...@googlegroups.com
Subject: Table Description
Does anyone know the 3 character “code” to use for ADM_SOURCE in order to pull the table description? Is there any easy way to find them?
--
Does anyone know the 3 character "code" to use for ADM_SOURCE in order to pull the table description? Is there any easy way to find them?
TBLDESC("???",ADM_SOURCE)
Roseanne Crovo, Solutions Development Lead | Ascension Health Information Services | Office: 205.939.7997 | Cell: 205.602.4813
This email message and any accompanying data or files is confidential and may contain privileged information intended only for the named recipient(s). If you are not the intended recipient(s), you are hereby notified that the dissemination, distribution, and or copying of this message is strictly prohibited. If you receive this message in error, or are not the named recipient(s), please notify the sender at the email address above, delete this email from your computer, and destroy any copies in any form immediately. Receipt by anyone other than the named recipient(s) is not a waiver of any attorney-client, work product, or other applicable privilege.
--#####################################
This message is for the named person's use only. It may
contain private, proprietary, or legally privileged information.
No privilege is waived or lost by any mistransmission. If you
receive this message in error, please immediately delete it and
all copies of it from your system, destroy any hard copies of it,
and notify the sender. You must not, directly or indirectly, use,
disclose, distribute, print, or copy any part of this message if you
are not the intended recipient. Health First reserves the right to
monitor all e-mail communications through its networks. Any views
or opinions expressed in this message are solely those of the
individual sender, except (1) where the message states such views
or opinions are on behalf of a particular entity; and (2) the sender
is authorized by the entity to give such views or opinions.
#####################################
|
That was it. Thanks! |
Roseanne Crovo, Solutions Development Lead | Ascension Health Information Services | Office: 205.939.7997 | Cell: 205.602.4813
|
From: his...@googlegroups.com [mailto:his...@googlegroups.com] On Behalf Of Kimberly Core |
|
Try ADS |