Skip to content

LEGLINK-198: Live Simulation for Report Scheduled - #1842

Open
nvmLantana wants to merge 2 commits into
devfrom
nm/LEGLINK-198_LiveSimulation
Open

LEGLINK-198: Live Simulation for Report Scheduled#1842
nvmLantana wants to merge 2 commits into
devfrom
nm/LEGLINK-198_LiveSimulation

Conversation

@nvmLantana

@nvmLantana nvmLantana commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

🛠️ Description of Changes

Please provide a high-level overview of the changes included in this PR.

🧪 Testing Performed

Please describe the testing that was performed on the changes included in this PR.

🧑‍🔬 Unit Testing

  • I have written or updated unit tests to cover my changes
  • Coverage: 31.6%

📓 Documentation Updated

Please update any relevant sections in the project documentation that were impacted by the changes in the PR.

@coderabbitai

coderabbitai Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Important

Review available on request

  • 🔍 Trigger review

Reviews should be triggered manually for repositories with fewer than 10 stars. Select Trigger review above or comment @coderabbitai review to review the latest changes. For a full review, comment @coderabbitai full review.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: fa66d608-4c3b-49d9-9ac1-2aecea1b8bf4


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

}

[HttpPost("{runId:guid}/events/admit")]
public async Task<IActionResult> Admit(Guid runId, [FromBody] LivePatientEventRequest? request, CancellationToken cancellationToken)
}

[HttpPost("{runId:guid}/events/discharge")]
public async Task<IActionResult> Discharge(Guid runId, [FromBody] LivePatientEventRequest? request, CancellationToken cancellationToken)
}
catch (Exception ex)
{
logger.LogError(ex, "Failed to publish live admit for run {RunId}, patient {PatientId}.", runId, evt.PatientId);
}
catch (Exception ex)
{
logger.LogError(ex, "Failed to publish live discharge for run {RunId}, patient {PatientId}.", runId, evt.PatientId);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants