PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEAccaoMedica

    Classe que encapsula uma Acção Médica.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEAccaoMedica
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEAccaoMedica
    Inherited Members
    RhpBaseBE.WriteProperty(String, Object)
    RhpBaseBE.RaisePropertyChanged(String)
    RhpBaseBE.CamposUtil
    RhpBaseBE.Conteudo
    RhpBaseBE.PropExcluirLog
    RhpBaseBE.AbvtApl
    RhpBaseBE.PropertyChanged
    Namespace: RhpBE100
    Assembly: RhpBE100.dll
    Syntax
    [ComVisible(true)]
    [Guid("008FDB1C-BE3D-49A1-923F-F5017DB3F88E")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEAccaoMedica : RhpBaseBE, INotifyPropertyChanged, IRhpBEAccaoMedica

    Constructors

    RhpBEAccaoMedica()

    Declaration
    public RhpBEAccaoMedica()

    Properties

    Accao

    Identificador da Acção Médica.

    Declaration
    public string Accao { get; set; }
    Property Value
    Type Description
    System.String

    Actividade

    Actividade à AccaoMedica

    Declaration
    public string Actividade { get; set; }
    Property Value
    Type Description
    System.String

    CodSHST

    Código SHST da AccaoMedica

    Declaration
    public string CodSHST { get; set; }
    Property Value
    Type Description
    System.String

    Custo

    Custo da Acção Médica.

    Declaration
    public string Custo { get; set; }
    Property Value
    Type Description
    System.String

    Descricao

    Descrição da Acção Médica.

    Declaration
    public string Descricao { get; set; }
    Property Value
    Type Description
    System.String

    EmModoEdicao

    Indica se se trata de uma nova AccaoMedica ou de uma já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Nova.

    Declaration
    public bool EmModoEdicao { get; set; }
    Property Value
    Type Description
    System.Boolean

    NumMinimoExames

    Num minimo de Exames.

    Declaration
    public float NumMinimoExames { get; set; }
    Property Value
    Type Description
    System.Single

    PosRelSHST

    Posição no relatório de SHST

    Declaration
    public string PosRelSHST { get; set; }
    Property Value
    Type Description
    System.String

    Tipo

    Tipo de Acção Médica.

    Declaration
    public string Tipo { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEAccaoMedica