Class Dwp
Grupo que define uma dispensação unitária com prescrição
Inheritance
Inherited Members
Namespace: Unimake.Business.DFe.Xml.SNCM
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class Dwp
Properties
Cons
Número do cpf do comprador
Declaration
public string Cons { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Desc
Elemento que informa a justificativa para a substituição.
Declaration
public string Desc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DescField
Declaration
string DescField { }
Property Value
Type | Description |
---|---|
System.String |
Dui
Identificador Único de Medicamento(IUM);
Declaration
public Dui Dui { get; set; }
Property Value
Type | Description |
---|---|
Dui |
Icd
Classificação Internacional de Doenças, mantido pela Organização Mundial de Saúde (OMS)
Declaration
public string Icd { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Pat
Número do cpf do paciente
Declaration
public string Pat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PhcistMgr
Cpf do responsável técnico da farmácia.
Declaration
public string PhcistMgr { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Pnn
Elemento que informa a justificativa para a substituição.
Declaration
public string Pnn { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PnnField
Declaration
string PnnField { }
Property Value
Type | Description |
---|---|
System.String |
PnnSNCR
Elemento que informa a justificativa para a substituição.
Declaration
public string PnnSNCR { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PnnSNCRField
Declaration
string PnnSNCRField { }
Property Value
Type | Description |
---|---|
System.String |
PresCode
Código de registro de profissional de saúde do prescritor.
Declaration
public string PresCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PresDate
Declaration
DateTime PresDate { }
Property Value
Type | Description |
---|---|
System.DateTime |
PresDateField
Data da Prescrição
Declaration
public string PresDateField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeCons()
Só gera a tag "cons" se a propriedade "Cons" tiver conteúdo.
Declaration
public bool ShouldSerializeCons()
Returns
Type | Description |
---|---|
System.Boolean | Retorna se é ou não para gerar a tag "cons" |
ShouldSerializeDesc()
Só gera a tag "desc" se a propriedade "Desc" tiver conteúdo.
Declaration
public bool ShouldSerializeDesc()
Returns
Type | Description |
---|---|
System.Boolean | Retorna se é ou não para gerar a tag "desc" |
ShouldSerializeIcd()
Só gera a tag "icd" se a propriedade "Icd" tiver conteúdo.
Declaration
public bool ShouldSerializeIcd()
Returns
Type | Description |
---|---|
System.Boolean | Retorna se é ou não para gerar a tag "icd" |
ShouldSerializePat()
Só gera a tag "pat" se a propriedade "Pat" tiver conteúdo.
Declaration
public bool ShouldSerializePat()
Returns
Type | Description |
---|---|
System.Boolean | Retorna se é ou não para gerar a tag "pat" |
ShouldSerializePhcistMgr()
Só gera a tag "phcistMgr" se a propriedade "PhcistMgr" tiver conteúdo.
Declaration
public bool ShouldSerializePhcistMgr()
Returns
Type | Description |
---|---|
System.Boolean | Retorna se é ou não para gerar a tag "phcistMgr" |
ShouldSerializePnn()
Só gera a tag "pnn" se a propriedade "Pnn" tiver conteúdo.
Declaration
public bool ShouldSerializePnn()
Returns
Type | Description |
---|---|
System.Boolean | Retorna se é ou não para gerar a tag "pnn" |
ShouldSerializePnnSNCR()
Só gera a tag "pnnSNCR" se a propriedade "PnnSNCR" tiver conteúdo.
Declaration
public bool ShouldSerializePnnSNCR()
Returns
Type | Description |
---|---|
System.Boolean | Retorna se é ou não para gerar a tag "pnnSNCR" |