Documentation modifications

This commit is contained in:
julian
2026-06-27 15:23:26 -07:00
parent a633fe6c06
commit a19fb90902
218 changed files with 2882 additions and 0 deletions
@@ -39,6 +39,12 @@ public class PatientCarePlanRepository : MongoRepository<PatientCarePlan>, IPati
/// <summary>
/// Initializes a new instance of the <see cref="PatientCarePlanRepository"/> class with the supplied API configuration and MongoDB database connection, forwarding the database to the base repository.
/// </summary>
/// <param name="apiSettings">The <see cref="IOptions{ApiSettings}"/> providing the <see cref="ApiSettings"/> assigned to the repository.</param>
/// <param name="database">The <see cref="IMongoDatabase"/> connection passed to the base class for data access.</param>
/// <!-- aidoc:v1 sig=ab4ee14 body=12fddac -->
public PatientCarePlanRepository(
IOptions<ApiSettings> apiSettings,
IMongoDatabase database