github Azure/azure-sdk-for-java azure-health-insights-radiologyinsights_1.0.0

17 hours ago

1.0.0 (2024-10-09)

  • GA release

Features Added

  • Added sample code for all Inference types
  • Added tests for all Inference types

Breaking Changes

  • Request changes:
    • POST call replaced with PUT (this change is taken care of automatically by the SDK)
    • Method RadiologyInsightsClient.beginInferRadiologyInsights() expects a String specifying a unique job id as well as a RadiologyInsightsJob (wrapping a RadiologyInsightsData object) instead of a RadiologyInsightsData object
    • Method RadiologyInsightsAsyncClient.beginInferRadiologyInsights() expects a String specifying a unique job id as well as a RadiologyInsightsJob (wrapping a RadiologyInsightsData object) instead of a RadiologyInsightsData object
    • Class Encounter renamed into PatientEncounter
    • Class FhirR4Extendible renamed into OrderedProcedure
    • Method PatientDocument.setCreatedDateTime() renamed into PatientDocument.setCreatedAt()
    • Method PatientRecord.setPatientInfo() renamed into PatientRecord.setPatientDetails()
  • Response changes:
    • Class FhirR4Extendible1 renamed into RadiologyInsightsInference
    • Method FollowupCommunicationInference.getDateTime() renamed into FollowupCommunicationInference.getCommunicatedAt()
    • Method FollowupCommunicationInference.isWasAcknowledged() renamed into FollowupCommunicationInference.isAcknowledged()
    • Method FollowupRecommendationInference.getEffectiveDateTime() renamed into FollowupRecommendationInference.getEffectiveAt()
    • Method RadiologyInsightsJob.getCreatedDateTime() renamed into RadiologyInsightsJob.getCreatedAt()
    • Method RadiologyInsightsJob.getExpirationDateTime() renamed into RadiologyInsightsJob.getExpiresAt()
    • Method RadiologyInsightsJob.getLastUpdateDateTime() renamed into RadiologyInsightsJob.getUpdatedAt()

Don't miss a new azure-sdk-for-java release

NewReleases is sending notifications on new releases.