Class Vac
- java.lang.Object
-
- se.digg.dgc.payload.v1.Vac
-
public class Vac extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getAdm()
Administering centreString
getAut()
Vaccine marketing authorization holder or Vaccine manufacturerString
getCou()
CountryLocalDate
getDat()
Date of vaccinationString
getDis()
DiseaseString
getLot()
Batch/lot numberString
getMep()
Vaccine medicinal productInteger
getSeq()
Dose sequence numberInteger
getTot()
Total number of dosesString
getVap()
Vaccine/prophylaxisint
hashCode()
void
setAdm(String adm)
Administering centrevoid
setAut(String aut)
Vaccine marketing authorization holder or Vaccine manufacturervoid
setCou(String cou)
Countryvoid
setDat(LocalDate dat)
Date of vaccinationvoid
setDis(String dis)
Diseasevoid
setLot(String lot)
Batch/lot numbervoid
setMep(String mep)
Vaccine medicinal productvoid
setSeq(Integer seq)
Dose sequence numbervoid
setTot(Integer tot)
Total number of dosesvoid
setVap(String vap)
Vaccine/prophylaxisString
toString()
Vac
withAdm(String adm)
Vac
withAut(String aut)
Vac
withCou(String cou)
Vac
withDat(LocalDate dat)
Vac
withDis(String dis)
Vac
withLot(String lot)
Vac
withMep(String mep)
Vac
withSeq(Integer seq)
Vac
withTot(Integer tot)
Vac
withVap(String vap)
-
-
-
Method Detail
-
getDis
public String getDis()
DiseaseDisease or agent targeted (viz. VS-2021-04-08) (Required)
-
setDis
public void setDis(String dis)
DiseaseDisease or agent targeted (viz. VS-2021-04-08) (Required)
-
getVap
public String getVap()
Vaccine/prophylaxisGeneric description of the vaccine/prophylaxis or its component(s), (viz. VS-2021-04-08) (Required)
-
setVap
public void setVap(String vap)
Vaccine/prophylaxisGeneric description of the vaccine/prophylaxis or its component(s), (viz. VS-2021-04-08) (Required)
-
getMep
public String getMep()
Vaccine medicinal productCode of the medicinal product (viz. VS-2021-04-08) (Required)
-
setMep
public void setMep(String mep)
Vaccine medicinal productCode of the medicinal product (viz. VS-2021-04-08) (Required)
-
getAut
public String getAut()
Vaccine marketing authorization holder or Vaccine manufacturerCode as defined in EMA SPOR - Organisations Management System (viz. VS-2021-04-08) (Required)
-
setAut
public void setAut(String aut)
Vaccine marketing authorization holder or Vaccine manufacturerCode as defined in EMA SPOR - Organisations Management System (viz. VS-2021-04-08) (Required)
-
getSeq
public Integer getSeq()
Dose sequence numberNumber of dose administered in a cycle (Required)
-
setSeq
public void setSeq(Integer seq)
Dose sequence numberNumber of dose administered in a cycle (Required)
-
getTot
public Integer getTot()
Total number of dosesNumber of expected doses for a complete cycle (specific for a person at the time of administration) (Required)
-
setTot
public void setTot(Integer tot)
Total number of dosesNumber of expected doses for a complete cycle (specific for a person at the time of administration) (Required)
-
getDat
public LocalDate getDat()
Date of vaccinationThe date of the vaccination event (Required)
-
setDat
public void setDat(LocalDate dat)
Date of vaccinationThe date of the vaccination event (Required)
-
getCou
public String getCou()
CountryCountry (member state) of vaccination (ISO 3166-1 alpha-2 Country Code) (Required)
-
setCou
public void setCou(String cou)
CountryCountry (member state) of vaccination (ISO 3166-1 alpha-2 Country Code) (Required)
-
getLot
public String getLot()
Batch/lot numberA distinctive combination of numbers and/or letters which specifically identifies a batch, optional
-
setLot
public void setLot(String lot)
Batch/lot numberA distinctive combination of numbers and/or letters which specifically identifies a batch, optional
-
getAdm
public String getAdm()
Administering centreName/code of administering centre or a health authority responsible for the vaccination event, optional
-
setAdm
public void setAdm(String adm)
Administering centreName/code of administering centre or a health authority responsible for the vaccination event, optional
-
-