Creado apartir del commit b888de6c92056de294456f581a56e25e734d4ab7 de develop
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace adas_core.Domain.Models.MongoModels;
|
||||
|
||||
public class PumpElement
|
||||
{
|
||||
public string? Id { get; set; }
|
||||
public string? Text { get; set; }
|
||||
public string? CodingSystem { get; set; }
|
||||
public object? Value { get; set; }
|
||||
public string? Units { get; set; }
|
||||
public DateTime? Time { get; set; }
|
||||
public char? Result { get; set; }
|
||||
public string? ValueId { get; set; }
|
||||
public string? ValueCodingSystem { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user