HealthcarePartyApi class

Constructors

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

createHealthcareParty(HealthcarePartyDto healthcarePartyDto) Future<HealthcarePartyDto?>
Create a healthcare party
createHealthcarePartyInGroup(String groupId, HealthcarePartyDto healthcarePartyDto) Future<HealthcarePartyDto?>
Create a healthcare party
createHealthcarePartyInGroupWithHttpInfo(String groupId, HealthcarePartyDto healthcarePartyDto) Future<Response>
Create a healthcare party
createHealthcarePartyWithHttpInfo(HealthcarePartyDto healthcarePartyDto) Future<Response>
Create a healthcare party
deleteHealthcareParties(ListOfIdsDto listOfIdsDto) Future<List<DocIdentifier>?>
Delete healthcare parties
deleteHealthcarePartiesInGroup(String groupId, ListOfIdsDto listOfIdsDto) Future<List<DocIdentifier>?>
Delete a healthcare party
deleteHealthcarePartiesInGroupWithHttpInfo(String groupId, ListOfIdsDto listOfIdsDto) Future<Response>
Delete a healthcare party
deleteHealthcarePartiesWithHttpInfo(ListOfIdsDto listOfIdsDto) Future<Response>
Delete healthcare parties
filterHealthPartiesBy(FilterChain<HealthcarePartyDto> filterChainHealthcareParty, {String? startDocumentId, int? limit}) Future<PaginatedListHealthcarePartyDto?>
Filter healthcare parties for the current user (HcParty)
filterHealthPartiesByWithHttpInfo(FilterChain<HealthcarePartyDto> filterChainHealthcareParty, {String? startDocumentId, int? limit}) Future<Response>
Filter healthcare parties for the current user (HcParty)
findHealthcarePartiesBy({String? startKey, String? startDocumentId, int? limit, bool? desc}) Future<PaginatedListHealthcarePartyDto?>
List healthcare parties with(out) pagination
findHealthcarePartiesByName({String? name, String? startKey, String? startDocumentId, int? limit, bool? desc}) Future<PaginatedListHealthcarePartyDto?>
Find healthcare parties by name with(out) pagination
findHealthcarePartiesByNameWithHttpInfo({String? name, String? startKey, String? startDocumentId, int? limit, bool? desc}) Future<Response>
Find healthcare parties by name with(out) pagination
findHealthcarePartiesBySpecialityAndPostCode(String type, String spec, String firstCode, String lastCode, {int? limit}) Future<PaginatedListHealthcarePartyDto?>
Find healthcare parties by name with(out) pagination
findHealthcarePartiesBySpecialityAndPostCodeWithHttpInfo(String type, String spec, String firstCode, String lastCode, {int? limit}) Future<Response>
Find healthcare parties by name with(out) pagination
findHealthcarePartiesBySsinOrNihii(String searchValue, {String? startKey, String? startDocumentId, int? limit, bool? desc}) Future<PaginatedListHealthcarePartyDto?>
Find healthcare parties by nihii or ssin with(out) pagination
findHealthcarePartiesBySsinOrNihiiWithHttpInfo(String searchValue, {String? startKey, String? startDocumentId, int? limit, bool? desc}) Future<Response>
Find healthcare parties by nihii or ssin with(out) pagination
findHealthcarePartiesByWithHttpInfo({String? startKey, String? startDocumentId, int? limit, bool? desc}) Future<Response>
List healthcare parties with(out) pagination
getCurrentHealthcareParty() Future<HealthcarePartyDto?>
Get the current healthcare party if logged in.
getCurrentHealthcarePartyWithHttpInfo() Future<Response>
Get the current healthcare party if logged in.
getHcPartyKeysForDelegate(String healthcarePartyId) Future<Map<String, String>?>
Get the HcParty encrypted AES keys indexed by owner
getHcPartyKeysForDelegateWithHttpInfo(String healthcarePartyId) Future<Response>
Get the HcParty encrypted AES keys indexed by owner
getHealthcareParties(ListOfIdsDto listOfIdsDto) Future<List<HealthcarePartyDto>?>
Get healthcareParties by their IDs
getHealthcarePartiesWithHttpInfo(ListOfIdsDto listOfIdsDto) Future<Response>
Get healthcareParties by their IDs
getHealthcareParty(String healthcarePartyId) Future<HealthcarePartyDto?>
Get a healthcareParty by his ID
getHealthcarePartyWithHttpInfo(String healthcarePartyId) Future<Response>
Get a healthcareParty by his ID
getPublicKey(String healthcarePartyId) Future<PublicKeyDto?>
Get public key of a healthcare party
getPublicKeyWithHttpInfo(String healthcarePartyId) Future<Response>
Get public key of a healthcare party
listHealthcarePartiesByName(String name) Future<List<HealthcarePartyDto>?>
Find healthcare parties by name with(out) pagination
listHealthcarePartiesByNameWithHttpInfo(String name) Future<Response>
Find healthcare parties by name with(out) pagination
listHealthcarePartiesByParentId(String parentId) Future<List<HealthcarePartyDto>?>
Find children of an healthcare parties
listHealthcarePartiesByParentIdWithHttpInfo(String parentId) Future<Response>
Find children of an healthcare parties
matchHealthcarePartiesBy(AbstractFilterDto<HealthcarePartyDto> abstractFilterDtoHealthcareParty) Future<List<String>?>
Get ids of healthcare party matching the provided filter for the current user (HcParty)
matchHealthcarePartiesByWithHttpInfo(AbstractFilterDto<HealthcarePartyDto> abstractFilterDtoHealthcareParty) Future<Response>
Get ids of healthcare party matching the provided filter for the current user (HcParty)
modifyHealthcareParty(HealthcarePartyDto healthcarePartyDto) Future<HealthcarePartyDto?>
Modify a Healthcare Party.
modifyHealthcarePartyInGroup(String groupId, HealthcarePartyDto healthcarePartyDto) Future<HealthcarePartyDto?>
Modify a Healthcare Party.
modifyHealthcarePartyInGroupWithHttpInfo(String groupId, HealthcarePartyDto healthcarePartyDto) Future<Response>
Modify a Healthcare Party.
modifyHealthcarePartyWithHttpInfo(HealthcarePartyDto healthcarePartyDto) Future<Response>
Modify a Healthcare Party.
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