HealthcareProfessionalApi class abstract
- Implementers
Constructors
- HealthcareProfessionalApi([ApiClient? apiClient])
Properties
Methods
-
createOrModifyHealthcareProfessional(
HealthcareProfessional healthcareProfessional) → Future< HealthcareProfessional?> - Creates a new healthcare professional or modify an existing one.
-
createOrModifyHealthcareProfessionals(
List< HealthcareProfessional> healthcareProfessionals) → Future<List< HealthcareProfessional> ?> - Creates new healthcare professionals or modify a list of existing ones.
-
deleteHealthcareProfessional(
String hcpId) → Future< String?> - Deletes an existing healthcare professional.
-
deleteHealthcareProfessionals(
List< String> hcpIds) → Future<List< String> ?> - Deletes a list of existing healthcare professionals.
-
filterHealthcareProfessionalsBy(
Filter< HealthcareProfessional> filter, {String? nextHcpId, int? limit}) → Future<PaginatedListHealthcareProfessional?> - Loads healthcare professionals from the database by filtering them using the provided Filter.
-
getHealthcareProfessional(
String hcpId) → Future< HealthcareProfessional?> - Get a Healthcare professional by id.
-
matchHealthcareProfessionalsBy(
Filter< HealthcareProfessional> filter) → Future<List< String> ?> - Loadhealthcare professional ids from the database by filtering them using the provided Filter.
-
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