TryAndRecoverPatientApi class

Constructors

TryAndRecoverPatientApi(String _sdkId)

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

Operators

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