Files

3 lines
126 B
C#

public record ClinicalBatchStatusResponse(
Guid BatchId, string Status, IReadOnlyList<ClinicalConflictDetail> Conflicts);