MedicalLocationApi class
Constructors
- MedicalLocationApi([ApiClient? apiClient])
Properties
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