Previous Page | Next Page

CDISC Procedure for CDISC ODM

USER Statement


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 ;

Arguments

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.

Requirement: Required.
USERTYPE=SPONSOR | INVESTIGATOR | LAB | OTHER

specifies the user's role in the study.

Requirement: Optional.
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.

Requirement: Optional.
DISPLAYNAME="name"

specifies a short name for the user. Enclose the name in single or double quotation marks.

Requirement: Optional.
FULLNAME="name "

specifies the full name of the user. Enclose the name in single or double quotation marks.

Requirement: Optional.
LASTNAME="name "

specifies the last name of the user. Enclose the name in single or double quotation marks.

Requirement: Optional.
FIRSTNAME="name "

specifies the first name of the user. Enclose the name in single or double quotation marks.

Requirement: Optional.
ORGANIZATION="name "

specifies the user's organization. Enclose the name in single or double quotation marks.

Requirement: Optional.
STREETNAME="street-address"

specifies the street address in the user's postal address. Enclose the address in single or double quotation marks.

Requirement: Optional.
CITY="name "

specifies the city name in the user's postal address. Enclose the name in single or double quotation marks.

Requirement: Optional.
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.

Requirement: Optional.
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.

Requirement: Optional.
POSTALCODE="code "

specifies the postal code in the user's postal address. Enclose the code in single or double quotation marks.

Requirement: Optional.
OTHERTEXT="string"

specifies any other text that is needed in the user's postal address. Enclose the text in single or double quotation marks.

Requirement: Optional.
EMAIL="e-mail-address"

specifies the user's e-mail address. Enclose the address in single or double quotation marks.

Requirement: Optional.
PICTFILENAME="filename "

specifies a filename that contains a picture of the user. Enclose the filename in single or double quotation marks.

Requirement: Optional.
PICTIMAGETYPE="file-type "

specifies the image file type. Enclose the file type in single or double quotation marks.

Requirement: Optional.
PAGER="number"

specifies the user's pager number. Enclose the number in single or double quotation marks.

Requirement: Optional.
FAX="number"

specifies the user's fax number. Enclose the number in single or double quotation marks.

Requirement: Optional.
PHONE="number "

specifies the user's phone number. Enclose the number in single or double quotation marks.

Requirement: Optional.
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.

Requirement: Optional.

Previous Page | Next Page | Top of Page