Class RhpBEMotivoAccaoMedica
Classe que encapsula um Motivo de Acção Médica.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEMotivoAccaoMedica
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("4582EA7B-57A5-4CEA-B63D-3AEF780BB92D")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEMotivoAccaoMedica : RhpBaseBE, INotifyPropertyChanged, IRhpBEMotivoAccaoMedica
Constructors
RhpBEMotivoAccaoMedica()
Declaration
public RhpBEMotivoAccaoMedica()
Properties
Descricao
Descrição do Motivo.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se se trata de um novo Motivo ou de um já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Nova.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Motivo
Identificador do Motivo.
Declaration
public string Motivo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PosRelSHST
Posição no Relatório SHST
Declaration
public int PosRelSHST { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEMotivoAccaoMedica