Type ExamenRecetado
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IFileAttachmentCapableEntity, IHasPropertyBag
Listado de examenes recetados a un paciente
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
ExamenRecetado CreateExamenRecetado(int codigo, string nombre)
Create a new ExamenRecetado object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
string
nombre - Initial value of the Nombre property.
Public properties
int Codigo get; set;
Código único secuencial
ConsultaMedica ConsultaMedica get; set;
Consulta médica de un exámen recetado
EntityReference<ConsultaMedica> ConsultaMedicaReference get; set;
Consulta médica de un exámen recetado
EntityKey EntityKey get; set;
EntityState EntityState get;
Nullable<DateTime> FechaGrabacion get; set;
Fecha de creación del registro
Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha de modificación
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 Nombre get; set;
Nombre del examen recetado
string Observaciones get; set;
Observaciones
string RawPropertyBagData get; set;
Información de campos adicionales
string UsuarioGrabacion get; set;
Usuario que creó el registro
string UsuarioUltimaModificacion get; set;
Último usuario que modificó el registro