Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Activ

    Grupo do evento de Ativação.

    Inheritance
    object
    Activ
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.SNCM
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType(AnonymousType = true, Namespace = "http://sncm.anvisa.gov.br/")]
    public class Activ

    Properties

    CompDui

    Grupo de informações de uma embalagem de medicamento, que é composta por 1 ou mais IUMs, mas não é uma embalagem de transporte de medicamento. Ex.: Kit de medicamento.

    Declaration
    [XmlElement("compDui")]
    public List<CompDui> CompDui { get; set; }
    Property Value
    Type Description
    List<CompDui>

    Dui

    Grupo de informações que formam o Identificador Único de Medicamento(IUM).

    Declaration
    [XmlElement("dui")]
    public List<Dui> Dui { get; set; }
    Property Value
    Type Description
    List<Dui>

    EvtNotifId

    Identificador da notificação da instância de evento, gerado localmente pelo sistema cliente.

    Declaration
    [XmlElement("evtNotifId")]
    public string EvtNotifId { get; set; }
    Property Value
    Type Description
    string

    Import

    Elemento que informa se todos os DUIs dessa ativação são importados: false - Não são importados; true - São importados.

    Declaration
    [XmlElement("import")]
    public bool Import { get; set; }
    Property Value
    Type Description
    bool

    Outsrc

    Para identificação do terceiro no caso de produção não realizada pelo detentor do registro

    Declaration
    [XmlElement("outsrc")]
    public Outsrc Outsrc { get; set; }
    Property Value
    Type Description
    Outsrc

    PastTime

    Data e horário em que a instância de evento ocorreu.

    Declaration
    [XmlIgnore]
    public DateTimeOffset PastTime { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    PastTimeField

    Declaration
    [XmlElement("pastTime")]
    public string PastTimeField { get; set; }
    Property Value
    Type Description
    string

    RealTime

    Indica que a instância de evento está sendo comunicada em tempo real. Valor informado deve sempre ser "true".

    Declaration
    [XmlElement("realTime")]
    public bool RealTime { get; set; }
    Property Value
    Type Description
    bool

    Replacing

    Instância de evento sendo substituída por esta instância de evento.

    Declaration
    [XmlElement("replacing")]
    public Replacing Replacing { get; set; }
    Property Value
    Type Description
    Replacing

    Methods

    ShouldSerializePastTimeField()

    Declaration
    public bool ShouldSerializePastTimeField()
    Returns
    Type Description
    bool