BeresultexportApi class

Constructors

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

exportHealthOne(String fromHcpId, String toHcpId, String patId, int date, String ref, List<String> requestBody) Future<MultipartFile?>
Export data
exportHealthOneWithHttpInfo(String fromHcpId, String toHcpId, String patId, int date, String ref, List<String> requestBody) Future<Response>
Export data
exportKmehrReport(String fromHcpId, String toHcpId, String patId, int date, String ref, List<String> requestBody, {bool? mimeType}) Future<MultipartFile?>
Export data
exportKmehrReportWithHttpInfo(String fromHcpId, String toHcpId, String patId, int date, String ref, List<String> requestBody, {bool? mimeType}) Future<Response>
Export data
exportMedidoc(String fromHcpId, String toHcpId, String patId, int date, String ref, List<String> requestBody) Future<MultipartFile?>
Export data
exportMedidocWithHttpInfo(String fromHcpId, String toHcpId, String patId, int date, String ref, List<String> requestBody) Future<Response>
Export data
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