Skip to content

Commit

Permalink
rename event parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-h-wang committed Jan 21, 2025
1 parent 22d3aad commit 88c97d8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ interface BundleDigest {
data class BundleDigestLabResult(
val observationSummaries: List<ObservationSummary>,
val patientState: List<String>,
val performerState: List<PerformerSummary>,
val orderingFacilityState: List<OrderingFacilitySummary>,
val performerSummaries: List<PerformerSummary>,
val orderingFacilitySummaries: List<OrderingFacilitySummary>,
override val eventType: String,
) : BundleDigest

0 comments on commit 88c97d8

Please sign in to comment.