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 22, 2025
1 parent 187c99d commit b5731be
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 b5731be

Please sign in to comment.