TarificationDto class

Constructors

TarificationDto({required String id, String? rev, int? deletionDate, Map<String, String> label = const {}, String? context, String? type, String? code, String? version, String? author, Set<String> regions = const {}, List<PeriodicityDto> periodicity = const [], int? level, List<String> links = const [], Map<String, List<String>> qualifiedLinks = const {}, Set<CodeDtoFlagsEnum> flags = const {}, Map<String, Set<String>> searchTerms = const {}, String? data, Map<String, String> appendices = const {}, required bool disabled, Set<ValorisationDto> valorisations = const {}, Map<String, String> category = const {}, bool? consultationCode, bool? hasRelatedCode, bool? needsPrescriber, Set<String> relatedCodes = const {}, String? ngroup, List<LetterValueDto> letterValues = const []})
Returns a new TarificationDto instance.

Properties

appendices Map<String, String>
getter/setter pair
author String?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
category Map<String, String>
getter/setter pair
code String?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
consultationCode bool?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
context String?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
data String?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
deletionDate int?
hard delete (unix epoch in ms) timestamp of the object. Filled automatically when deletePatient is called.
getter/setter pair
disabled bool
getter/setter pair
flags Set<CodeDtoFlagsEnum>
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
hasRelatedCode bool?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
id String
getter/setter pair
label Map<String, String>
getter/setter pair
letterValues List<LetterValueDto>
getter/setter pair
level int?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
getter/setter pair
needsPrescriber bool?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
ngroup String?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
periodicity List<PeriodicityDto>
getter/setter pair
getter/setter pair
regions Set<String>
getter/setter pair
relatedCodes Set<String>
getter/setter pair
rev String?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchTerms Map<String, Set<String>>
getter/setter pair
type String?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
valorisations Set<ValorisationDto>
getter/setter pair
version String?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Static Methods

fromJson(dynamic value) TarificationDto?
Returns a new TarificationDto instance and imports its values from value if it's a Map, null otherwise.
listFromJson(dynamic json, {bool growable = false}) List<TarificationDto>?
mapFromJson(dynamic json) Map<String, TarificationDto>
mapListFromJson(dynamic json, {bool growable = false}) Map<String, List<TarificationDto>>

Constants

requiredKeys → const Set<String>
The list of required keys that must be present in a JSON.