CDISC Procedure for CDISC ODM |
Specifies information about users involved in the study.
Requirement: |
Optional for exporting.
|
Restriction: |
This is an advanced statement. You must
be familiar with CDISC ODM.
|
Requirement: |
Metadata attributes must be stored in a
SAS data set that you reference in the DATA= argument. You cannot specify
metadata attributes in the USER statement.
|
USER DATA=libref.member-name
;
|
- DATA=libref.member-name
-
specifies the SAS data set that contains the metadata attributes.
The libref, which is assigned with the LIBNAME
statement, is an alias for the data storage location where member-name is stored.
- USEROID="ODM-identifier"
-
specifies a reference to a user. Enclose the identifier
in single or double quotation marks. A string of characters up to the maximum
OID length that is defined in CDISC ODM is supported.
- USERTYPE=SPONSOR | INVESTIGATOR | LAB | OTHER
-
specifies the user's role in the study.
- LOGINNAME="user-ID"
-
specifies the user ID that the user uses to log in to the
clinical trials data system. Enclose the user ID in single or double quotation
marks.
- DISPLAYNAME="name"
-
specifies a short name for the user. Enclose the name in
single or double quotation marks.
- FULLNAME="name "
-
specifies the full name of the user. Enclose the name in
single or double quotation marks.
- LASTNAME="name "
-
specifies the last name of the user. Enclose the name in
single or double quotation marks.
- FIRSTNAME="name "
-
specifies the first name of the user. Enclose the name in
single or double quotation marks.
- ORGANIZATION="name "
-
specifies the user's organization. Enclose the name in single
or double quotation marks.
- STREETNAME="street-address"
-
specifies the street address in the user's postal address.
Enclose the address in single or double quotation marks.
- CITY="name "
-
specifies the city name in the user's postal address. Enclose
the name in single or double quotation marks.
- STATEPROV="state-or-province"
-
specifies the state or province in the user's postal address.
Enclose the state or province in single or double quotation marks.
- COUNTRY="name "
-
specifies the country name in the user's postal address.
This value must be an ISO 3166 two-letter country code. Enclose the name in
single or double quotation marks.
- POSTALCODE="code "
-
specifies the postal code in the user's postal address.
Enclose the code in single or double quotation marks.
- OTHERTEXT="string"
-
specifies any other text that is needed in the user's postal
address. Enclose the text in single or double quotation marks.
- EMAIL="e-mail-address"
-
specifies the user's e-mail address. Enclose the address
in single or double quotation marks.
- PICTFILENAME="filename "
-
specifies a filename that contains a picture of the user.
Enclose the filename in single or double quotation marks.
- PICTIMAGETYPE="file-type "
-
specifies the image file type. Enclose the file type in
single or double quotation marks.
- PAGER="number"
-
specifies the user's pager number. Enclose the number in
single or double quotation marks.
- FAX="number"
-
specifies the user's fax number. Enclose the number in single
or double quotation marks.
- PHONE="number "
-
specifies the user's phone number. Enclose the number in
single or double quotation marks.
- LOCATIONOID="ODM-identifier"
-
specifies a reference to a location definition. Enclose
the identifier in single or double quotation marks. A string of characters
up to the maximum OID length that is defined in CDISC ODM is supported.
|
|
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.