PatientInGroupEncryptedApi class

Constructors

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

Operators

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