Excerpt Include |
---|
| Connect to a PACS system in PACS admin panel |
---|
| Connect to a PACS system in PACS admin panel |
---|
nopanel | true |
---|
|
Excerpt Include |
---|
| Physical Access database - common parameters |
---|
| Physical Access database - common parameters |
---|
nopanel | true |
---|
|
group: rco.systemkey | Data type | Required or Optional | Description |
---|
systemName | string | Optional | The name of the RCO system. Default: RCARDSYSTEM | username | string | Optional | The username that will be used when logging in to the RCO system. Default: rcard | password | string | Optional | The password that will be used when logging in to the RCO admin service. Default: 1234 | systemId | string | Required | System ID of RCO system. Default: 1 | apiType | string | Required | API Type of RCO admin service. Default: main | apiKey | string | Required | API Key provided with RCO M5 License from RCO. Default: XXXX |
group: rco.generalkey | Data type | Required or Optional | Description |
---|
apiUrl | string | Required | API URL of RCO admin Restful Service of RCO M5 Admin Service. Default: https://www.rcotest.com/M5AdminAPI/ | recordFetchLimit | string | Required | API data import limit for entitlements from RCO Admin API. By default it value is -1 and it loads all entitlements available in PACS system. Default: -1 | useDomainNames | bool | Optional | Whether to include the domain name in the name of entitlements imported in Physical Access. Default: true | domainNameSeparator | string | Optional | The string that will separate the domain name and the name of the access group. Default: " – " |
group: rco.exportkey | Data type | Required or Optional | Description |
---|
layoutIdentifierType | string | Required | This is a type of identifier which we want to use to refer layout of access token. |
group: exportkey | Data type | Required or Optional | Description |
---|
userfieldmappings | string | Optional | userfieldmappings is used to export additional data of users to RCO R-CARD M5. The value in is a combination of table_name.value_of_type_column, field_id_of_rco . This configuration setting is the mapping between the Physical Access table field and RCO R-CARD M5 field Id.
User column fields can be sent by adding the configuration user.column_name, rco_field_id . The following table shows sample configurations for userfieldmappings : system | key | value | group | index |
---|
RCOM5 | userfieldmappings | user.title,Customfield1 | export | 0 | RCOM5 | userfieldmappings | user.ssn,Customfield2 | export | 1 | RCOM5 | userfieldmappings | email.work,Email | export | 2 | RCOM5 | userfieldmappings | address.work,Address | export | 3 | RCOM5 | userfieldmappings | phone.mobile,Phone3 | export | 4 | RCOM5 | userfieldmappings | useradditionalfield.EmploymentText,EmploymentText | export | 5 |
RCO R-CARD M5 Admin API does not support standard mappings for "Ssn", "Reference" and "Extra" fields, user can map them to Custom-fields and make them visible on RCO R-CARD M5 UI by configuring user data fields(Menu->settings/settings/system/User data fields). |
group: rco.card.mapping.defaultThis group defines how to export card numbers by default, when a card’s layout does not have a specific mapping. key | Data type | Required or Optional | Description |
---|
layout | string | Required | The name of the card layout to match (case insensitive) for this mapping. Each layout may only be mapped once. | cardNumberIdentifier | string | Optional | The default identifier type to read card numbers. Default: mifare | format | string | Optional | The format that the card number should be converted into before exporting it to RCO. Valid values: Linear, LinearReverse, Block, BlockReverse . Default: Linear | length | int | Optional | The length that the card number should be trimmed (leading digits) or padded (with leading zeroes) to after converting it. Default: 9 |
group: rco.card.mappingThis group contains compound configuration elements using the config_index column. For each unique config_index value in this group, each key defined below must be defined exactly once. Note that this group is not required as a whole, and should only be used if you have specific requirements for one or more card layouts. key | Data type | Required or Optional | Description |
---|
layout | string | Optional | The name of the card layout to match (case insensitive) for this mapping. Each layout may only be mapped once. | cardNumberIdentifier | string | Optional | This indicates the identifier for card number. | format | string | Optional | The format that the card number should be converted into before exporting it to RCO. Valid values: Linear, LinearReverse, Block, BlockReverse . | length | int | Optional | The length that the card number should be trimmed (leading digits) or padded (with leading zeroes) to after converting it. |
ExampleExample configuration for card mapping settings: system | key | value | group | index |
---|
RCOM5 | layout | LinearReverse | rco.card.mapping | 1 | RCOM5 | cardNumberIdentifier | mifare | rco.card.mapping | 1 | RCOM5 | length | 9 | rco.card.mapping | 1 | RCOM5 | format | LinearReverse | rco.card.mapping | 1 | RCOM5 | layout | skip | rco.card.mapping | 2 | RCOM5 | cardNumberIdentifier | mifare | rco.card.mapping | 2 | RCOM5 | length | 9 | rco.card.mapping | 2 | RCOM5 | format | skip | rco.card.mapping | 2 |
|