IcureApi class

Constructors

IcureApi([ApiClient? apiClient])

Properties

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

Methods

getIndexingInfo() Future<IndexingInfoDto?>
Get index info
getIndexingInfoWithHttpInfo() Future<Response>
Get index info
getProcessInfo() Future<String?>
Get process info
getProcessInfoWithHttpInfo() Future<Response>
Get process info
getReplicationInfo() Future<ReplicationInfoDto?>
Get replication info
getReplicationInfoWithHttpInfo() Future<Response>
Get replication info
getReplicatorInfo(String id) Future<ReplicatorDocument?>
Get replication info
getReplicatorInfoWithHttpInfo(String id) Future<Response>
Get replication info
getVersion() Future<String?>
Get version
getVersionWithHttpInfo() Future<Response>
Get version
isReady() Future<String?>
Check if a user exists
isReadyWithHttpInfo() Future<Response>
Check if a user exists
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolveContactsConflicts({int? limit}) Future<List<ContactDto>?>
Resolve contacts conflicts
resolveContactsConflictsWithHttpInfo({int? limit}) Future<Response>
Resolve contacts conflicts
resolveDocumentsConflicts({String? ids, int? limit}) Future<List<DocumentDto>?>
resolve documents conflicts
resolveDocumentsConflictsWithHttpInfo({String? ids, int? limit}) Future<Response>
resolve documents conflicts
resolveFormsConflicts({int? limit}) Future<List<FormDto>?>
resolve forms conflicts
resolveFormsConflictsWithHttpInfo({int? limit}) Future<Response>
resolve forms conflicts
resolveHealthElementsConflicts({int? limit}) Future<List<HealthElementDto>?>
resolve healthcare elements conflicts
resolveHealthElementsConflictsWithHttpInfo({int? limit}) Future<Response>
resolve healthcare elements conflicts
resolveInvoicesConflicts({int? limit}) Future<List<InvoiceDto>?>
resolve invoices conflicts
resolveInvoicesConflictsWithHttpInfo({int? limit}) Future<Response>
resolve invoices conflicts
resolveMessagesConflicts({int? limit}) Future<List<MessageDto>?>
resolve messages conflicts
resolveMessagesConflictsWithHttpInfo({int? limit}) Future<Response>
resolve messages conflicts
resolvePatientsConflicts({int? limit}) Future<List<PatientDto>?>
Resolve patients conflicts
resolvePatientsConflictsWithHttpInfo({int? limit}) Future<Response>
Resolve patients conflicts
toString() String
A string representation of this object.
inherited
updateDesignDoc(String entityName, {bool? warmup}) Future<bool?>
Force update design doc
updateDesignDocWithHttpInfo(String entityName, {bool? warmup}) Future<Response>
Force update design doc

Operators

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