conditionValues property

  1. @JsonKey(name: 'condition_values')
List<NamedAPIResource> conditionValues
inherited

A list of condition values that must be in effect for this encounter to occur.

See also:

EncounterConditionValue

Implementation

@JsonKey(name: 'condition_values')
List<NamedAPIResource> get conditionValues =>
    throw _privateConstructorUsedError;