DecryptedPatientHealthCareParty class

Implemented types

Constructors

DecryptedPatientHealthCareParty({PatientHealthCarePartyType? type, String? healthcarePartyId, Map<TelecomType, String>? sendFormats, List<ReferralPeriod>? referralPeriods, bool? referral, Base64String? encryptedSelf})
DecryptedPatientHealthCareParty.fromJSON(Map<String, dynamic> data)
factory

Properties

encryptedSelf Base64String?
getter/setter pairoverride
hashCode int
The hash code for this object.
no setterinherited
healthcarePartyId String?
getter/setter pairoverride
referral bool
getter/setter pairoverride
referralPeriods List<ReferralPeriod>
getter/setter pairoverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendFormats Map<TelecomType, String>
getter/setter pairoverride
type PatientHealthCarePartyType?
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(DecryptedPatientHealthCareParty value) Map<String, dynamic>
override