MedicalLocationApi class

Constructors

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

createMedicalLocation(MedicalLocationDto medicalLocationDto) Future<MedicalLocationDto?>
Creates a medical location
createMedicalLocationWithHttpInfo(MedicalLocationDto medicalLocationDto) Future<Response>
Creates a medical location
deleteMedicalLocations(ListOfIdsDto listOfIdsDto) Future<List<DocIdentifier>?>
Deletes medical locations
deleteMedicalLocationsWithHttpInfo(ListOfIdsDto listOfIdsDto) Future<Response>
Deletes medical locations
getMedicalLocation(String locationId) Future<MedicalLocationDto?>
Gets a medical location
getMedicalLocations() Future<List<MedicalLocationDto>?>
Gets all medical locations
getMedicalLocationsWithHttpInfo() Future<Response>
Gets all medical locations
getMedicalLocationWithHttpInfo(String locationId) Future<Response>
Gets a medical location
modifyMedicalLocation(MedicalLocationDto medicalLocationDto) Future<MedicalLocationDto?>
Modifies a medical location
modifyMedicalLocationWithHttpInfo(MedicalLocationDto medicalLocationDto) Future<Response>
Modifies a medical location
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