BeresultimportApi class

Constructors

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

canHandle(String id, String enckeys) Future<bool?>
Can we handle this document
canHandleWithHttpInfo(String id, String enckeys) Future<Response>
Can we handle this document
doImport(String documentId, String hcpId, String language, String protocolIds, String formIds, String planOfActionId, String enckeys, ContactDto ctc) Future<ContactDto?>
import document
doImportWithHttpInfo(String documentId, String hcpId, String language, String protocolIds, String formIds, String planOfActionId, String enckeys, ContactDto ctc) Future<Response>
import document
getInfos(String id, String language, String enckeys, {bool? full}) Future<List<ResultInfoDto>?>
Extract general infos from document
getInfosWithHttpInfo(String id, String language, String enckeys, {bool? full}) Future<Response>
Extract general infos from document
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