Documentation modifications
This commit is contained in:
@@ -35,6 +35,11 @@ public class CalculatedObservations : ICalculatedObservations
|
||||
|
||||
private readonly Lazy<ITreatmentService> _treatmentService;
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="CalculatedObservations"/> class, which provides calculated observations derived from treatment and medicine data, by resolving its required service dependencies and medication reference lists from <paramref name="serviceProvider"/>.
|
||||
/// </summary>
|
||||
/// <param name="serviceProvider">The <see cref="IServiceProvider"/> used to resolve the required service dependencies and configuration options.</param>
|
||||
/// <!-- aidoc:v1 sig=409f903 body=10ae507 -->
|
||||
public CalculatedObservations(IServiceProvider serviceProvider)
|
||||
{
|
||||
_treatmentService = serviceProvider.GetRequiredService<Lazy<ITreatmentService>>();
|
||||
|
||||
Reference in New Issue
Block a user