Evolution : Data Model API Documentation

Type SeguimientoPersona

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IFileAttachmentCapableEntity, IHasPropertyBag

Events

PropertyChanged

PropertyChanging

Public static methods

SeguimientoPersona CreateSeguimientoPersona(int codigo, DateTime fecha, string mejoria, string continuidadMedicamento)

Create a new SeguimientoPersona object.
Parameters
int codigo
Initial value of the Codigo property.
DateTime fecha
Initial value of the Fecha property.
string mejoria
Initial value of the Mejoria property.
string continuidadMedicamento
Initial value of the ContinuidadMedicamento property.

Public properties

int Codigo get; set;

Código del seguimiento de la persona

string ContinuidadMedicamento get; set;

Continuidad del medicamento de la persona afectada

EntityKey EntityKey get; set;

EntityState EntityState get;

DateTime Fecha get; set;

Fecha en que se realizó el seguimiento a la persona afectada

Nullable<DateTime> FechaGrabacion get; set;

Fecha en que se creó el registro

Nullable<DateTime> FechaUltimaModificacion get; set;

Fecha en que se modificó el registro

List<Guid> FileAttachments get; set;

Contiene la información cruda del XML que contiene las referencias a los file uploads que se han hecho

string Mejoria get; set;

Mejoría de la persona afectada

PersonaAfectada PersonaAfectada get; set;

Persona afectada asociada a los seguiemientos que se le ha dado

EntityReference<PersonaAfectada> PersonaAfectadaReference get; set;

Persona afectada asociada a los seguiemientos que se le ha dado

string RawPropertyBagData get; set;

Información de campos adicionales

string UsuarioGrabacion get; set;

Usuario que creó el registro

string UsuarioUltimaModificacion get; set;

Usuario que modificó el registro