AccessLogApi class

Available Extensions

Constructors

AccessLogApi([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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rawCreateAccessLog(AccessLogDto accessLogDto) Future<AccessLogDto?>
Creates an access log
rawCreateAccessLogWithHttpInfo(AccessLogDto accessLogDto) Future<Response>
Creates an access log
rawDeleteAccessLogs(ListOfIdsDto listOfIdsDto) Future<List<DocIdentifier>?>
Deletes an access log
rawDeleteAccessLogsWithHttpInfo(ListOfIdsDto listOfIdsDto) Future<Response>
Deletes an access log
rawFindAccessLogsBy({int? fromEpoch, int? toEpoch, int? startKey, String? startDocumentId, int? limit, bool? descending}) Future<PaginatedListAccessLogDto?>
Get Paginated List of Access logs
rawFindAccessLogsByUserAfterDate(String userId, {String? accessType, int? startDate, String? startKey, String? startDocumentId, int? limit, bool? descending}) Future<PaginatedListAccessLogDto?>
Get Paginated List of Access logs by user after date
rawFindAccessLogsByUserAfterDateWithHttpInfo(String userId, {String? accessType, int? startDate, String? startKey, String? startDocumentId, int? limit, bool? descending}) Future<Response>
Get Paginated List of Access logs by user after date
rawFindAccessLogsByWithHttpInfo({int? fromEpoch, int? toEpoch, int? startKey, String? startDocumentId, int? limit, bool? descending}) Future<Response>
Get Paginated List of Access logs
rawGetAccessLog(String accessLogId) Future<AccessLogDto?>
Gets an access log
rawGetAccessLogWithHttpInfo(String accessLogId) Future<Response>
Gets an access log
rawListAccessLogsByHCPartyAndPatientForeignKeys(String hcPartyId, String secretFKeys) Future<List<AccessLogDto>?>
List access logs found By Healthcare Party and secret foreign keyelementIds.
rawListAccessLogsByHCPartyAndPatientForeignKeysWithHttpInfo(String hcPartyId, String secretFKeys) Future<Response>
List access logs found By Healthcare Party and secret foreign keyelementIds.
rawModifyAccessLog(AccessLogDto accessLogDto) Future<AccessLogDto?>
Modifies an access log
rawModifyAccessLogWithHttpInfo(AccessLogDto accessLogDto) Future<Response>
Modifies an access log
toString() String
A string representation of this object.
inherited

Operators

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