ScoreRangeClassification

Represents the different score ranges of a score category and how scores in those ranges are classified or interpreted. This object is available in API version 55.0 and later.

Supported SOAP API Calls

create(), delete(), describeSObjects(), query(), retrieve(), update(), upsert()

Supported REST API Methods

DELETE, GET, HEAD, PATCH, POST, Query

Special Access Rules

Requires the Unified Health Scoring license.

Fields

Field Details
ClassificationName
Type
string
Properties
Create, Filter, Group, Sort, Update
Description
The interpretation or classification of scores in the specified range.
Example: Good, Great, Excellent
ColorHexadecimalCode
Type
string
Properties
Create, Filter, Group, Sort, Update
Description

The hexadecimal code for the color that represents the range and its interpretation.

Be mindful of cultural differences when you choose a color code. Different colors mean different things in different cultures.

Tip

RangeEndValue
Type
double
Properties
Create, Filter, Sort, Update
Description
The end point of a score range classification.
RangeStartValue
Type
double
Properties
Create, Filter, Sort, Update
Description
The start point of a score range classification.
ScoreCategoryId
Type
Master-detail
Properties
Create, Filter, Group, Sort
Description
The score category whose score range and classification are defined.
This field is a relationship field.
Refers To
ScoreCategory

Usage

Define multiple ranges to cover the full range of a category’s score and classify how scores in each range are interpreted. Ensure that the ranges don’t overlap or leave any gaps between them.