Class Vac


  • public class Vac
    extends Object
    • Method Detail

      • getDis

        public String getDis()
        Disease

        Disease or agent targeted (viz. VS-2021-04-08) (Required)

      • setDis

        public void setDis​(String dis)
        Disease

        Disease or agent targeted (viz. VS-2021-04-08) (Required)

      • withDis

        public Vac withDis​(String dis)
      • getVap

        public String getVap()
        Vaccine/prophylaxis

        Generic description of the vaccine/prophylaxis or its component(s), (viz. VS-2021-04-08) (Required)

      • setVap

        public void setVap​(String vap)
        Vaccine/prophylaxis

        Generic description of the vaccine/prophylaxis or its component(s), (viz. VS-2021-04-08) (Required)

      • withVap

        public Vac withVap​(String vap)
      • getMep

        public String getMep()
        Vaccine medicinal product

        Code of the medicinal product (viz. VS-2021-04-08) (Required)

      • setMep

        public void setMep​(String mep)
        Vaccine medicinal product

        Code of the medicinal product (viz. VS-2021-04-08) (Required)

      • withMep

        public Vac withMep​(String mep)
      • getAut

        public String getAut()
        Vaccine marketing authorization holder or Vaccine manufacturer

        Code 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 manufacturer

        Code as defined in EMA SPOR - Organisations Management System (viz. VS-2021-04-08) (Required)

      • withAut

        public Vac withAut​(String aut)
      • getSeq

        public Integer getSeq()
        Dose sequence number

        Number of dose administered in a cycle (Required)

      • setSeq

        public void setSeq​(Integer seq)
        Dose sequence number

        Number of dose administered in a cycle (Required)

      • getTot

        public Integer getTot()
        Total number of doses

        Number 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 doses

        Number of expected doses for a complete cycle (specific for a person at the time of administration) (Required)

      • getDat

        public LocalDate getDat()
        Date of vaccination

        The date of the vaccination event (Required)

      • setDat

        public void setDat​(LocalDate dat)
        Date of vaccination

        The date of the vaccination event (Required)

      • getCou

        public String getCou()
        Country

        Country (member state) of vaccination (ISO 3166-1 alpha-2 Country Code) (Required)

      • setCou

        public void setCou​(String cou)
        Country

        Country (member state) of vaccination (ISO 3166-1 alpha-2 Country Code) (Required)

      • withCou

        public Vac withCou​(String cou)
      • getLot

        public String getLot()
        Batch/lot number

        A distinctive combination of numbers and/or letters which specifically identifies a batch, optional

      • setLot

        public void setLot​(String lot)
        Batch/lot number

        A distinctive combination of numbers and/or letters which specifically identifies a batch, optional

      • withLot

        public Vac withLot​(String lot)
      • getAdm

        public String getAdm()
        Administering centre

        Name/code of administering centre or a health authority responsible for the vaccination event, optional

      • setAdm

        public void setAdm​(String adm)
        Administering centre

        Name/code of administering centre or a health authority responsible for the vaccination event, optional

      • withAdm

        public Vac withAdm​(String adm)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object