PatientInGroupTryAndRecoverApi class

Constructors

PatientInGroupTryAndRecoverApi.new(String _sdkId, Object _dartSdk)

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

createPatient(GroupScoped<Patient> patient) Future<GroupScoped<Patient>>
createPatients(List<GroupScoped<Patient>> patients) Future<List<GroupScoped<Patient>>>
createPatientsMinimal(List<GroupScoped<Patient>> patients) Future<List<GroupScoped<StoredDocumentIdentifier>>>
filterPatientsBy(String groupId, FilterOptions<Patient> filter) Future<PaginatedListIterator<GroupScoped<Patient>>>
filterPatientsBySorted(String groupId, SortableFilterOptions<Patient> filter) Future<PaginatedListIterator<GroupScoped<Patient>>>
getPatient(String groupId, String entityId) Future<GroupScoped<Patient>?>
getPatientResolvingMerges(String groupId, String patientId, int? maxMergeDepth) Future<GroupScoped<Patient>>
getPatients(String groupId, List<String> patientIds) Future<List<GroupScoped<Patient>>>
initializeConfidentialSecretId(GroupScoped<Patient> patient) Future<GroupScoped<Patient>>
modifyPatients(List<GroupScoped<Patient>> patients) Future<List<GroupScoped<Patient>>>
modifyPatientsMinimal(List<GroupScoped<Patient>> patients) Future<List<GroupScoped<StoredDocumentIdentifier>>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shareWith(EntityReferenceInGroup delegate, GroupScoped<Patient> patient, {PatientShareOptions? options}) Future<GroupScoped<Patient>>
shareWithMany(GroupScoped<Patient> patient, Map<EntityReferenceInGroup, PatientShareOptions> delegates) Future<GroupScoped<Patient>>
toString() String
A string representation of this object.
inherited

Operators

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