Skip to content

Commit 8592178

Browse files
asaflevi-msFrancisco-Gamino
authored andcommitted
fix: Java/csharp model client names (Azure#28978)
1 parent 30128e2 commit 8592178

File tree

1 file changed

+18
-0
lines changed
  • specification/ai/HealthInsights/HealthInsights.RadiologyInsights

1 file changed

+18
-0
lines changed

specification/ai/HealthInsights/HealthInsights.RadiologyInsights/client.tsp

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,21 @@ interface RadiologyInsightsClient {
8282
);
8383
@@clientName(Fhir.R4.ResearchStudy, "Fhir_R4_ResearchStudy", "java");
8484
@@clientName(Fhir.R4.ResearchStudy, "Fhir_R4_ResearchStudy", "csharp");
85+
86+
@@clientName(AzureHealthInsights.FollowupCommunicationInference.wasAcknowledged,
87+
"acknowledged",
88+
"java"
89+
);
90+
91+
@@clientName(AzureHealthInsights.DocumentAuthor,
92+
"ClinicalDocumentAuthor",
93+
"csharp"
94+
);
95+
@@clientName(AzureHealthInsights.DocumentType,
96+
"ClinicalDocumentContentType",
97+
"csharp"
98+
);
99+
@@clientName(AzureHealthInsights.DocumentContent,
100+
"ClinicalDocumentContent",
101+
"csharp"
102+
);

0 commit comments

Comments
 (0)