public class PrestazioneErogataRequest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
codFarmacoErog
Codice ministeriale farmaco erogato
|
private java.lang.String |
codFarmacoPrescr
Codice ministeriale farmaco prescritto
|
private java.lang.String |
codNota
Nota AIFA
|
private java.lang.String |
flagGenericoIrreperibile
Flag indicatore di un farmaco generico irreperibile: 0 - no, 1 - si
|
private int |
qtaErogata
Quantità erogata
|
private int |
qtaPrescritta
Quantità prescritta
|
| Constructor and Description |
|---|
PrestazioneErogataRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCodFarmacoErog() |
java.lang.String |
getCodFarmacoPrescr() |
java.lang.String |
getCodNota() |
java.lang.String |
getFlagGenericoIrreperibile() |
int |
getQtaErogata() |
int |
getQtaPrescritta() |
void |
setCodFarmacoErog(java.lang.String codFarmacoErog) |
void |
setCodFarmacoPrescr(java.lang.String codFarmacoPrescr) |
void |
setCodNota(java.lang.String codNota) |
void |
setFlagGenericoIrreperibile(java.lang.String flagGenericoIrreperibile) |
void |
setQtaErogata(int qtaErogata) |
void |
setQtaPrescritta(int qtaPrescritta) |
@Facets(pattern="[0-9]*",
maxLength=10L)
private java.lang.String codFarmacoPrescr
@Facets(pattern="[0-9]*",
maxLength=10L)
private java.lang.String codFarmacoErog
@Facets(minInclusive=1L,
maxInclusive=9L)
private int qtaPrescritta
@Facets(minInclusive=1L,
maxInclusive=9L)
private int qtaErogata
@Facets(maxLength=5L) private java.lang.String codNota
@Facets(pattern="(0|1)?") private java.lang.String flagGenericoIrreperibile
public java.lang.String getCodFarmacoPrescr()
public void setCodFarmacoPrescr(java.lang.String codFarmacoPrescr)
public java.lang.String getCodFarmacoErog()
public void setCodFarmacoErog(java.lang.String codFarmacoErog)
public int getQtaPrescritta()
public void setQtaPrescritta(int qtaPrescritta)
public int getQtaErogata()
public void setQtaErogata(int qtaErogata)
public java.lang.String getCodNota()
public void setCodNota(java.lang.String codNota)
public java.lang.String getFlagGenericoIrreperibile()
public void setFlagGenericoIrreperibile(java.lang.String flagGenericoIrreperibile)