Skip to content

Commit

Permalink
fix: Java/csharp model client names (Azure#28978)
Browse files Browse the repository at this point in the history
  • Loading branch information
asaflevi-ms committed May 6, 2024
1 parent 3940cd7 commit a8698bb
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,21 @@ interface RadiologyInsightsClient {
);
@@clientName(Fhir.R4.ResearchStudy, "Fhir_R4_ResearchStudy", "java");
@@clientName(Fhir.R4.ResearchStudy, "Fhir_R4_ResearchStudy", "csharp");

@@clientName(AzureHealthInsights.FollowupCommunicationInference.wasAcknowledged,
"acknowledged",
"java"
);

@@clientName(AzureHealthInsights.DocumentAuthor,
"ClinicalDocumentAuthor",
"csharp"
);
@@clientName(AzureHealthInsights.DocumentType,
"ClinicalDocumentContentType",
"csharp"
);
@@clientName(AzureHealthInsights.DocumentContent,
"ClinicalDocumentContent",
"csharp"
);

0 comments on commit a8698bb

Please sign in to comment.