PatientBasicPlatformApi class
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
-
deletePatient(String sdkId, Patient patient)
→ Future<DocIdentifier>
-
-
deletePatientById(String sdkId, String entityId, String rev)
→ Future<DocIdentifier>
-
-
deletePatients(String sdkId, List<Patient> patients)
→ Future<List<DocIdentifier>>
-
-
deletePatientsByIds(String sdkId, List<IdWithMandatoryRev> entityIds)
→ Future<List<DocIdentifier>>
-
-
filterPatientsBy(String sdkId, BaseFilterOptions<Patient> filter)
→ Future<PaginatedListIterator<EncryptedPatient>>
-
-
filterPatientsBySorted(String sdkId, BaseSortableFilterOptions<Patient> filter)
→ Future<PaginatedListIterator<EncryptedPatient>>
-
-
getDataOwnersWithAccessTo(String sdkId, Patient patient)
→ Future<EntityAccessInformation>
-
-
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>>
-
-
matchPatientsBy(String sdkId, BaseFilterOptions<Patient> filter)
→ Future<List<String>>
-
-
matchPatientsBySorted(String sdkId, BaseSortableFilterOptions<Patient> filter)
→ Future<List<String>>
-
-
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
-
purgePatient(String sdkId, Patient patient)
→ Future<void>
-
-
purgePatientById(String sdkId, String id, String rev)
→ Future<void>
-
-
subscribeToEvents(String sdkId, Set<SubscriptionEventType> events, BaseFilterOptions<Patient> filter, EntitySubscriptionConfiguration? subscriptionConfig)
→ Future<EntitySubscription<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>>
-