PatientBasicInGroupApi class
Constructors
- PatientBasicInGroupApi.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< patients) → Future<EncryptedPatient> >List< GroupScoped< >EncryptedPatient> > -
createPatientsMinimal(
List< GroupScoped< patients) → Future<EncryptedPatient> >List< GroupScoped< >StoredDocumentIdentifier> > -
filterPatientsBy(
String groupId, BaseFilterOptions< Patient> filter) → Future<PaginatedListIterator< GroupScoped< >EncryptedPatient> > -
filterPatientsBySorted(
String groupId, BaseSortableFilterOptions< Patient> filter) → Future<PaginatedListIterator< GroupScoped< >EncryptedPatient> > -
getDataOwnersWithAccessTo(
GroupScoped< Patient> patient) → Future<EntityAccessInformation> -
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> > -
matchPatientsBy(
String groupId, BaseFilterOptions< Patient> filter) → Future<List< String> > -
matchPatientsBySorted(
String groupId, BaseSortableFilterOptions< Patient> filter) → Future<List< String> > -
modifyPatients(
List< GroupScoped< patients) → Future<EncryptedPatient> >List< GroupScoped< >EncryptedPatient> > -
modifyPatientsMinimal(
List< GroupScoped< patients) → Future<EncryptedPatient> >List< GroupScoped< >StoredDocumentIdentifier> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited