DecryptedSubContact class

Implemented types

Constructors

DecryptedSubContact({int? status, String? id, int? created, int? modified, String? author, String? responsible, String? medicalLocationId, Set<CodeStub>? tags, Set<CodeStub>? codes, int? endOfLife, String? descr, String? protocol, String? formId, String? planOfActionId, String? healthElementId, String? classificationId, List<ServiceLink>? services, Base64String? encryptedSelf})
DecryptedSubContact.fromJSON(Map<String, dynamic> data)
factory

Properties

author String?
getter/setter pairoverride
classificationId String?
getter/setter pairoverride
codes Set<CodeStub>
getter/setter pairoverride
created int?
getter/setter pairoverride
descr String?
getter/setter pairoverride
encryptedSelf Base64String?
getter/setter pairoverride
endOfLife int?
getter/setter pairoverride
formId String?
getter/setter pairoverride
hashCode int
The hash code for this object.
no setterinherited
healthElementId String?
getter/setter pairoverride
id String?
getter/setter pairoverride
medicalLocationId String?
getter/setter pairoverride
modified int?
getter/setter pairoverride
planOfActionId String?
getter/setter pairoverride
protocol String?
getter/setter pairoverride
responsible String?
getter/setter pairoverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
services List<ServiceLink>
getter/setter pairoverride
status int?
getter/setter pairoverride
tags Set<CodeStub>
getter/setter pairoverride

Methods

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

Operators

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

Static Methods

encode(DecryptedSubContact value) Map<String, dynamic>
override