Skip to content

Commit e6710c0

Browse files
committed
Added ICoded.ToCodings()
1 parent a26994c commit e6710c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Microsoft.Health.Fhir.SpecManager/Language/CSharpFirely2.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1292,6 +1292,7 @@ private void WriteComponent(
12921292
if (primaryCodeElementInfo is not null)
12931293
{
12941294
_writer.WriteLineIndented($"{primaryCodeElementInfo.PropertyType} ICoded<{primaryCodeElementInfo.PropertyType}>.Code {{ get => {primaryCodeElementInfo.PropertyName}; set => {primaryCodeElementInfo.PropertyName} = value; }}");
1295+
_writer.WriteLineIndented($"IEnumerable<Coding> ICoded.ToCodings() => {primaryCodeElementInfo.PropertyName}.ToCodings();");
12951296
_writer.WriteLine(string.Empty);
12961297
}
12971298

0 commit comments

Comments
 (0)