HealthElementApiCrypto extension
Methods
-
createHealthElement(
UserDto user, DecryptedHealthElementDto healthElementDto, CryptoConfig< DecryptedHealthElementDto, HealthElementDto> config) → Future<DecryptedHealthElementDto?> -
Available on HealthElementApi, provided by the HealthElementApiCrypto extension
-
createHealthElements(
UserDto user, DecryptedPatientDto patient, List< DecryptedHealthElementDto> healthElements, CryptoConfig<DecryptedHealthElementDto, HealthElementDto> config) → Future<List< DecryptedHealthElementDto> ?> -
Available on HealthElementApi, provided by the HealthElementApiCrypto extension
-
createHealthElementsWithPatientInfo(
UserDto user, String patientId, Map< String, Set< patientDelegations, List<DelegationDto> >DecryptedHealthElementDto> healthElements, CryptoConfig<DecryptedHealthElementDto, HealthElementDto> config) → Future<List< DecryptedHealthElementDto> ?> -
Available on HealthElementApi, provided by the HealthElementApiCrypto extension
-
createHealthElementWithPatient(
UserDto user, DecryptedPatientDto patient, DecryptedHealthElementDto healthElementDto, CryptoConfig< DecryptedHealthElementDto, HealthElementDto> config) → Future<DecryptedHealthElementDto?> -
Available on HealthElementApi, provided by the HealthElementApiCrypto extension
-
createHealthElementWithPatientInfo(
UserDto user, String patientId, Map< String, Set< patientDelegations, DecryptedHealthElementDto healthElementDto, CryptoConfig<DelegationDto> >DecryptedHealthElementDto, HealthElementDto> config) → Future<DecryptedHealthElementDto?> -
Available on HealthElementApi, provided by the HealthElementApiCrypto extension
-
filterHealthElements(
UserDto user, FilterChain< HealthElementDto> filterChainHealthElement, CryptoConfig<DecryptedHealthElementDto, HealthElementDto> config, String? startDocumentId, int? limit) → Future<DecryptedPaginatedListHealthElementDto> -
Available on HealthElementApi, provided by the HealthElementApiCrypto extension
-
getHeathElement(
UserDto user, String healthElementId, CryptoConfig< DecryptedHealthElementDto, HealthElementDto> config) → Future<DecryptedHealthElementDto?> -
Available on HealthElementApi, provided by the HealthElementApiCrypto extension
-
getHeathElements(
UserDto user, List< String> healthElementIds, CryptoConfig<DecryptedHealthElementDto, HealthElementDto> config) → Future<List< DecryptedHealthElementDto> ?> -
Available on HealthElementApi, provided by the HealthElementApiCrypto extension
-
listHealthElementsByHCPartyAndPatient(
UserDto user, String hcPartyId, PatientDto patient, CryptoConfig< DecryptedHealthElementDto, HealthElementDto> config) → Future<List< DecryptedHealthElementDto> > -
Available on HealthElementApi, provided by the HealthElementApiCrypto extension
-
listHealthElementsByHCPartyAndPatientForeignKeys(
UserDto user, String hcPartyId, String secretFKeys, CryptoConfig< DecryptedHealthElementDto, HealthElementDto> config) → Future<List< DecryptedHealthElementDto> > -
Available on HealthElementApi, provided by the HealthElementApiCrypto extension
-
modifyHealthElement(
UserDto user, DecryptedHealthElementDto healthElementDto, CryptoConfig< DecryptedHealthElementDto, HealthElementDto> config) → Future<DecryptedHealthElementDto?> -
Available on HealthElementApi, provided by the HealthElementApiCrypto extension
-
modifyHealthElements(
UserDto user, List< DecryptedHealthElementDto> healthElements, CryptoConfig<DecryptedHealthElementDto, HealthElementDto> config) → Future<List< DecryptedHealthElementDto> > -
Available on HealthElementApi, provided by the HealthElementApiCrypto extension
-
newHealthElementDelegations(
UserDto user, String healthElementId, List< DelegationDto> delegations, CryptoConfig<DecryptedHealthElementDto, HealthElementDto> config) → Future<DecryptedHealthElementDto?> -
Available on HealthElementApi, provided by the HealthElementApiCrypto extension
-
setHealthElementsDelegations(
UserDto user, List< IcureStubDto> icureStubDtos, CryptoConfig<DecryptedHealthElementDto, HealthElementDto> config) → Future<List< DecryptedHealthElementDto> > -
Available on HealthElementApi, provided by the HealthElementApiCrypto extension