AccessLogApi class
- Available extensions
Constructors
- AccessLogApi([ApiClient? apiClient])
Properties
Methods
-
createAccessLog(
UserDto user, DecryptedAccessLogDto accessLogDto, CryptoConfig< DecryptedAccessLogDto, AccessLogDto> config) → Future<DecryptedAccessLogDto?> -
Available on AccessLogApi, provided by the AccessLogApiCrypto extension
-
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