Es ist möglich Benutzer zu importieren mit weiteren Daten per XML-Datei zu importieren.
Hinweis:
Wenn Sie auf der Seite der Organisationsdetails die Einstellung E-Mail-Adresse für Organisationsbenutzer erforderlich aktiviert haben, ist für jeden Benutzer eine gültige E-Mail-Adresse erforderlich.
Sie können eines der folgenden Felder für jeden Benutzer in die Importdatei aufnehmen. Wenn das Feld nicht benötigt wird, können Sie es in Ihrer Datei weglassen.
Field |
Required? |
Syntax |
Character length |
Notes |
---|---|---|---|---|
First name |
Yes |
FirstName="First name" |
1-50 |
None |
Last name |
Yes |
LastName="Last name" |
1-50 |
None |
Middle name |
No |
MiddleName="Middle name" |
50 maximum |
None |
Prefix |
No |
Prefix="Prefix" |
10 maximum |
None |
Login ID |
Yes |
LoginId="Login" |
3-30 |
Logins cannot contain leading or trailing spaces, colons (:), or backslashes (\). Logins can contain umlauts and other extended characters, such as tildes (~) and circumflexes (^). Nuance Management Center does not import the user if this login exists in any organization. |
Password |
Yes |
Password="Password" |
30 maximum |
Passwords cannot contain leading or trailing spaces. Passwords can contain umlauts and other extended characters, such as tildes (~) and circumflexes (^). |
Location |
No |
Location="User Location" |
50 maximum |
None |
Department |
No |
Department="Department" |
50 maximum |
None |
Email address |
Depends on Email address required for organization users setting on the Organization Details page. |
EmailAddress="user@example.com" |
50 maximum |
Must be unique within the organization. |
Street address 1 |
No |
Street1="Street address" |
60 maximum |
None |
Street address 2 |
No |
Street2="Street address continued" |
60 maximum |
None |
Street address 3 |
No |
Street3="Street address continued" |
60 maximum |
None |
City |
No |
City="City" |
40 maximum |
None |
State |
No |
State="State" |
5 maximum |
None |
Zip code |
No |
ZipCode="12345" |
20 maximum |
None |
NPICode | No | NPICode="Code" | A valid integer from 1 to 2147483647 | If the NPI code already exists for a user in any organization, Nuance Management Center does not import the user. |
Primary Specialty | No | PrimarySpecialty="Specialty" | 60 maximum | Must be a valid specialty type as seen in NMC console |
Secondary Specialty | No | SecondarySpecialty="Specialty" | 60 maximum | Must be a valid specialty type as seen in NMC console |
User Type | No | UserType="Type" | None |
You can only specify types that are valid values for the User Type field, such as Nurse. Your NMC administrator’s privileges determine the default user type. If your NMC administrator does not specify a user type and has only the Product Manage Dragon Professional privilege, the default value for this field is User. Otherwise, the default value for this field is Physician. |
NTLM Credential |
No |
<NTLMCredential>Domain\User</NTLMCredential> |
80 maximum |
NTLM credentials cannot contain leading or trailing spaces. However, they can contain umlauts and other extended characters, such as tildes (~) and circumflexes (^). If the NTLM credential exists for another user in the same organization, Nuance Management Center imports the user, but not the NTLM credential. |
Token Credential | No | <TokenCredential>Login1<\TokenCredential> | 80 maximum |
Token credentials cannot contain leading or trailing spaces. However, they can contain umlauts and other extended characters, such as tildes (~) and circumflexes (^). If the token credential exists for another user in the same organization, Nuance Management Center imports the user but not the token credential. |
Group Membership | Yes | <GroupMembership>Default Site\NMC Administration</GroupMembership> | None |
Can contain one or more group memberships. If a user belongs to more than one group, add additional <GroupMembership> elements on separate lines. If this element is not present for all users in the import file, the users are considered invalid and the import fails. |
Sample XML import file
<?xml version="1.0" encoding="utf-8"?>
<Users xmlns="http://nuance.com/NAS/UserImport">
<User
FirstName="Laura"
MiddleName="K"
LastName="Herrera"
LoginId="lherrera"
Password="">
<GroupMembership>Default Site\NMC Administration</GroupMembership>
<GroupMembership>Default Site\Radiology</GroupMembership>
<NTLMCredential>Domain\LHerrera</NTLMCredential>
</User>
<User
FirstName="Arthur"
LastName="Li"
LoginId="ali"
Password="li135"
<GroupMembership>Default Site\NMC Administration</GroupMembership>
State="CA"
Department="Finance">
<NTLMCredential>Domain\Arthur.Li</NTLMCredential>
</User>
<User
FirstName="Sophia"
LastName="Huber"
LoginId="shuber"
Location="west wing"
Department="Radiology"
Password="pwd1"
<GroupMembership>Default Site\NMC Administration</GroupMembership>
Street1="500 Oak Ave."
City="Boston"
State="MA"
ZipCode="02108"
NPICode="9856"
PrimarySpecialty="General-Family-Med Peds"
SecondarySpecialty="Pediatric"
UserType="Nurse"
<NTLMCredential>Domain\Sophia.Hubner</NTLMCredential>
<TokenCredential>shuber</TokenCredential>
</User>
</Users>
Kommentare
0 Kommentare
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.