=== 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:
@@ -6,6 +6,7 @@ namespace adas_core.Domain.Utils;
|
||||
/// <summary>
|
||||
/// Provides static utility methods for working with HL7 (Health Level 7) data formats and messages.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=671835a -->
|
||||
public static class Hl7Utils
|
||||
{
|
||||
/// <summary>
|
||||
@@ -16,6 +17,7 @@ public static class Hl7Utils
|
||||
/// <param name="logger">Logger para registrar advertencias</param>
|
||||
/// <param name="type">Tipo de mensaje HL7 que se va a procesar su entrada</param>
|
||||
/// <returns>true si se permite; false en caso contrario.</returns>
|
||||
/// <!-- aidoc:v1 sig=32eaafb body=f8cff18 -->
|
||||
public static bool ManageAutoAdt(Unit? unitConfig, Unit? oldUnitConfig, ILogger logger, string type)
|
||||
{
|
||||
// Variables de estado:
|
||||
|
||||
Reference in New Issue
Block a user