Class Tst


  • public class Tst
    extends Object
    • Method Detail

      • getDis

        public String getDis()
        Disease

        Disease or agent targeted (Required)

      • setDis

        public void setDis​(String dis)
        Disease

        Disease or agent targeted (Required)

      • withDis

        public Tst withDis​(String dis)
      • getTyp

        public String getTyp()
        Type of test

        Code of the type of test that was conducted (viz. VS-2021-04-08) (Required)

      • setTyp

        public void setTyp​(String typ)
        Type of test

        Code of the type of test that was conducted (viz. VS-2021-04-08) (Required)

      • withTyp

        public Tst withTyp​(String typ)
      • getTna

        public String getTna()
        Test name

        Commercial or brand name of the RT-PCR or rapid antigen test (work in progress in VS-2021-04-08) (Required)

      • setTna

        public void setTna​(String tna)
        Test name

        Commercial or brand name of the RT-PCR or rapid antigen test (work in progress in VS-2021-04-08) (Required)

      • withTna

        public Tst withTna​(String tna)
      • getTma

        public String getTma()
        Test manufacturer

        Manufacturer of the test, optional for NAAT test (work in progress in VS-2021-04-08) (Required)

      • setTma

        public void setTma​(String tma)
        Test manufacturer

        Manufacturer of the test, optional for NAAT test (work in progress in VS-2021-04-08) (Required)

      • withTma

        public Tst withTma​(String tma)
      • getOri

        public String getOri()
        Sample origin

        Origin of sample that was taken (e.g. nasopharyngeal swab, oropharyngeal swab etc.), viz. VS-2021-04-08, optional

      • setOri

        public void setOri​(String ori)
        Sample origin

        Origin of sample that was taken (e.g. nasopharyngeal swab, oropharyngeal swab etc.), viz. VS-2021-04-08, optional

      • withOri

        public Tst withOri​(String ori)
      • getDts

        public Integer getDts()
        Date and time sample

        Date and time when the sample for the test was collected (seconds since epoch) (Required)

      • setDts

        public void setDts​(Integer dts)
        Date and time sample

        Date and time when the sample for the test was collected (seconds since epoch) (Required)

      • getDtr

        public Integer getDtr()
        Date and time test result

        Date and time when the test result was produced (seconds since epoch) (Required)

      • setDtr

        public void setDtr​(Integer dtr)
        Date and time test result

        Date and time when the test result was produced (seconds since epoch) (Required)

      • getRes

        public String getRes()
        Result of test

        Result of the test according to SNOMED CT (viz. VS-2021-04-08) (Required)

      • setRes

        public void setRes​(String res)
        Result of test

        Result of the test according to SNOMED CT (viz. VS-2021-04-08) (Required)

      • withRes

        public Tst withRes​(String res)
      • getFac

        public String getFac()
        Testing centre or facility

        Name/code of testing centre, facility or a health authority responsible for the testing event. (not specified in VS-2021-04-08) (Required)

      • setFac

        public void setFac​(String fac)
        Testing centre or facility

        Name/code of testing centre, facility or a health authority responsible for the testing event. (not specified in VS-2021-04-08) (Required)

      • withFac

        public Tst withFac​(String fac)
      • getCou

        public String getCou()
        Country

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

      • setCou

        public void setCou​(String cou)
        Country

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

      • withCou

        public Tst withCou​(String cou)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object