PatientBasicApi class

Constructors

PatientBasicApi.new(String _sdkId, Object _dartSdk)

Properties

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

Methods

createPatient(EncryptedPatient patient) Future<EncryptedPatient>
createPatients(List<EncryptedPatient> patients) Future<List<EncryptedPatient>>
createPatientsMinimal(List<EncryptedPatient> patients) Future<List<StoredDocumentIdentifier>>
deletePatient(Patient patient) Future<StoredDocumentIdentifier>
deletePatientById(String entityId, String rev) Future<StoredDocumentIdentifier>
deletePatients(List<Patient> patients) Future<List<StoredDocumentIdentifier>>
deletePatientsByIds(List<StoredDocumentIdentifier> entityIds) Future<List<StoredDocumentIdentifier>>
filterPatientsBy(BaseFilterOptions<Patient> filter) Future<PaginatedListIterator<EncryptedPatient>>
filterPatientsBySorted(BaseSortableFilterOptions<Patient> filter) Future<PaginatedListIterator<EncryptedPatient>>
getDataOwnersWithAccessTo(Patient patient) Future<EntityAccessInformation>
getPatient(String entityId) Future<EncryptedPatient?>
getPatientResolvingMerges(String patientId, int? maxMergeDepth) Future<EncryptedPatient>
getPatients(List<String> patientIds) Future<List<EncryptedPatient>>
matchPatientsBy(BaseFilterOptions<Patient> filter) Future<List<String>>
matchPatientsBySorted(BaseSortableFilterOptions<Patient> filter) Future<List<String>>
mergePatients(Patient from, EncryptedPatient mergedInto) Future<EncryptedPatient>
modifyPatient(EncryptedPatient entity) Future<EncryptedPatient>
modifyPatients(List<EncryptedPatient> patients) Future<List<EncryptedPatient>>
modifyPatientsMinimal(List<EncryptedPatient> patients) Future<List<StoredDocumentIdentifier>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
purgePatient(Patient patient) Future<void>
purgePatientById(String id, String rev) Future<void>
subscribeToEvents(Set<SubscriptionEventType> events, BaseFilterOptions<Patient> filter, {EntitySubscriptionConfiguration? subscriptionConfig}) Future<EntitySubscription<EncryptedPatient>>
toString() String
A string representation of this object.
inherited
undeletePatient(Patient patient) Future<Patient>
undeletePatientById(String id, String rev) Future<EncryptedPatient>
undeletePatients(List<StoredDocumentIdentifier> ids) Future<List<EncryptedPatient>>

Operators

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