=== Summary: 675 files | 7 generated | 484 fresh | 4605 untracked | 4268 adopted | 355 marked | 466 validated-ok | 2+0 stale (sig+body) | 0 skipped | 0 failed | elapsed 11:08:11.442 (40091.44s) ===
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
/// <summary>
|
||||
/// Provides a static container for defining and accessing available action definitions or constants.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=52b977e -->
|
||||
public static class ActionsEnum
|
||||
{
|
||||
public enum Actions
|
||||
|
||||
@@ -8,6 +8,7 @@ namespace adas_core.Domain.Enums;
|
||||
/// <remarks>
|
||||
/// This class is declared as static and cannot be instantiated; all members are accessed via the type name.
|
||||
/// </remarks>
|
||||
/// <!-- aidoc:v1 sig=6f3ffd9 -->
|
||||
public static class AlarmEnum
|
||||
{
|
||||
public enum AudioAlarmType
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
/// <summary>
|
||||
/// Provides static utility methods for caching and managing enumeration values.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=fa3a832 -->
|
||||
public static class CacheEnum
|
||||
{
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
/// <summary>
|
||||
/// Provides a static collection of display-related configuration enumerations.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=124d59f -->
|
||||
public static class DisplayConfigEnums
|
||||
{
|
||||
public enum AxisPosition
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
/// <remarks>
|
||||
/// This class serves as a container for static members related to file enumeration functionality.
|
||||
/// </remarks>
|
||||
/// <!-- aidoc:v1 sig=218e266 -->
|
||||
public static class FileEnum
|
||||
{
|
||||
public enum AssetTheme
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
/// <remarks>
|
||||
/// This type is intended to provide a structured way to classify or organize observation values into distinct groups.
|
||||
/// </remarks>
|
||||
/// <!-- aidoc-review:v1 severity=high kind=wrong_summary
|
||||
/// "The summary states the type is 'an enumeration', but the code declares it as `public class GroupedObservationEnum`, not an `enum`." -->
|
||||
public class GroupedObservationEnum
|
||||
{
|
||||
public enum Regularity
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
/// <summary>
|
||||
/// Provides a static container for HTTP-related enumerations and associated helper members.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=6dac62b -->
|
||||
public static class HttpEnum
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
/// <summary>
|
||||
/// Provides a static container for medicine-related enumeration values or constants.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=69fb283 -->
|
||||
public static class MedicineEnum
|
||||
{
|
||||
public enum Group
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
/// <summary>
|
||||
/// Provides a static container for observation-related enumeration members.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=b580639 -->
|
||||
public static class ObservationEnum
|
||||
{
|
||||
/**
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
/// <summary>
|
||||
/// Provides a static container for patient-related enumeration values or constants used throughout the application.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=ab2fce9 -->
|
||||
public static class PatientEnum
|
||||
{
|
||||
public enum Gender
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
/// <summary>
|
||||
/// Represents a set of permission values used to define access rights or authorization levels within the system.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=b079c37 -->
|
||||
public class PermissionEnum
|
||||
{
|
||||
public enum PermissionTypesEnum
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
/// Provides static utility members related to the Pump enumeration.
|
||||
/// </summary>
|
||||
/// <remarks>This class cannot be instantiated and serves as a container for helpers associated with the Pump enum.</remarks>
|
||||
/// <!-- aidoc:v1 sig=062034e -->
|
||||
public static class PumpEnum
|
||||
{
|
||||
public enum PumpMessageType
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
/// <summary>
|
||||
/// Provides static utility methods for working with enum types, serving as a relay or helper layer for enum-related operations.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=f849741 -->
|
||||
public static class RelayEnum
|
||||
{
|
||||
public enum Mode
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
/// <remarks>
|
||||
/// This class is declared as static and cannot be instantiated. It is intended to group status values in a centralized, type-safe manner.
|
||||
/// </remarks>
|
||||
/// <!-- aidoc:v1 sig=d0730a7 -->
|
||||
public static class StatusEnum
|
||||
{
|
||||
public enum Discharge
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
/// <summary>
|
||||
/// Provides a static container for subscription-related enumeration values.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=5465e63 -->
|
||||
public static class SubscriptionEnum
|
||||
{
|
||||
public enum Type
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
/// <summary>
|
||||
/// Provides a static container for user-related enumeration values.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=a944e48 -->
|
||||
public static class UserEnum
|
||||
{
|
||||
public enum LoginMethod
|
||||
|
||||
Reference in New Issue
Block a user