EncryptedPatientPlatformApi class

Constructors

EncryptedPatientPlatformApi(MethodChannel _methodChannel)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

filterPatientsBy(String sdkId, FilterOptions<Patient> filter) Future<PaginatedListIterator<EncryptedPatient>>
filterPatientsBySorted(String sdkId, SortableFilterOptions<Patient> filter) Future<PaginatedListIterator<EncryptedPatient>>
getPatient(String sdkId, String entityId) Future<EncryptedPatient>
getPatientResolvingMerges(String sdkId, String patientId, int? maxMergeDepth) Future<EncryptedPatient>
getPatients(String sdkId, List<String> patientIds) Future<List<EncryptedPatient>>
initializeConfidentialSecretId(String sdkId, EncryptedPatient patient) Future<EncryptedPatient>
mergePatients(String sdkId, Patient from, EncryptedPatient mergedInto) Future<EncryptedPatient>
modifyPatient(String sdkId, EncryptedPatient entity) Future<EncryptedPatient>
modifyPatients(String sdkId, List<EncryptedPatient> patientDtos) Future<List<IdWithRev>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shareWith(String sdkId, String delegateId, EncryptedPatient patient, PatientShareOptions? options) Future<EncryptedPatient>
shareWithMany(String sdkId, EncryptedPatient patient, Map<String, PatientShareOptions> delegates) Future<EncryptedPatient>
toString() String
A string representation of this object.
inherited
undeletePatient(String sdkId, Patient patient) Future<Patient>
undeletePatientById(String sdkId, String id, String rev) Future<EncryptedPatient>
undeletePatients(String sdkId, List<IdWithMandatoryRev> ids) Future<List<EncryptedPatient>>

Operators

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