MedTechApi class

Constructors

MedTechApi(String iCureBasePath, String userName, String password, Map<String, RSAKeypair> rsaKeyPairs, String? authServerUrl, String? authProcessId)

Properties

authenticationApi AuthenticationApi
no setter
authProcessId String?
final
authServerUrl String?
final
baseAuthApi ↔ AuthApi
latefinal
baseCodeApi ↔ CodeApi
latefinal
baseContactApi ↔ ContactApi
latefinal
baseDeviceApi ↔ DeviceApi
latefinal
baseDocumentApi ↔ DocumentApi
latefinal
baseHealthcarePartyApi ↔ HealthcarePartyApi
latefinal
baseHealthElementApi ↔ HealthElementApi
latefinal
basePatientApi ↔ PatientApi
latefinal
baseUserApi ↔ UserApi
latefinal
codingApi CodingApi
no setter
crypto Crypto
latefinal
dataSampleApi DataSampleApi
no setter
hashCode int
The hash code for this object.
no setterinherited
healthcareElementApi HealthcareElementApi
no setter
healthcareProfessionalApi HealthcareProfessionalApi
no setter
iCureBasePath String
final
medicalDeviceApi MedicalDeviceApi
no setter
password String
final
patientApi PatientApi
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userApi UserApi
no setter
userName String
final

Methods

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