Newer Version Available

This content describes an older version of this product. View Latest

PatientCardViewConfiguration__c

Represents configuration options for the patient card.

Supported Calls

create(), delete(), query(), retrieve(), search(), undelete(), update()

Fields

Field Details
FieldName__c
Type
string
Properties
Create, Filter, Group, Sort, Update
Description
Name of the field that contains the information to display on the patient card.
FriendlyName__c
Type
string
Properties
Create, Filter, Group, Sort, Update
Description
Name that appears as a title on the patient card.
IsActive__c
Type
boolean
Properties
Create, Filter, Group, Sort, Update
Description
Indicates whether this field is appears on the patient card.
IsAscending__c
Type
boolean
Properties
Create, Filter, Group, Sort, Update
Description
Indicates whether results appear in ascending order.
LanguageCode__c
Type
string
Properties
Filter, Nillable, Sort
Description
Code for the language of the item on the patient card.
Language__c
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist Sort, Update
Description
Language used for the item on the patient card.
Limit__c
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
Indicates the maximum number of results to display in the field.
ObjectName__c
Type
string
Properties
Create, Filter, Group, Sort, Update
Description
Name of the object that contains the field to show on the patient card. Use the exact spelling of the object name to ensure correct results.
OverrideFilterField__c
Type
string
Properties
Create, Filter, Group, Sort, Update
Description
Name of the custom filter field to replace the delivered one.
PatientAccountLookup__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Name of the lookup to display on the patient card when multiple lookups to Account exist. The default for this field is Account__c.

To use delivered Account lookups for standard objects like Contact or Task, you must append Id to the lookup field name. For example, to configure a lookup from Contact to Account, use AccountId in this field. Similarly, for a lookup from Task to What, use WhatId.

Note

SortBy__c
Type
string
Properties
Create, Filter, Group, Sort, Update
Description
The name of the field used to define the order in which the results appear.
SortOrder__c
Type
double
Properties
Create, Filter, Group, Sort, Update
Description
Indicates the vertical order in which this field appears on the patient card.

Usage

This resource lets you customize the patient card and add the fields of your choice.