Class Tst
- java.lang.Object
-
- se.digg.dgc.payload.v1.Tst
-
public class Tst extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getCou()
CountryString
getDis()
DiseaseInteger
getDtr()
Date and time test resultInteger
getDts()
Date and time sampleString
getFac()
Testing centre or facilityString
getOri()
Sample originString
getRes()
Result of testString
getTma()
Test manufacturerString
getTna()
Test nameString
getTyp()
Type of testint
hashCode()
void
setCou(String cou)
Countryvoid
setDis(String dis)
Diseasevoid
setDtr(Integer dtr)
Date and time test resultvoid
setDts(Integer dts)
Date and time samplevoid
setFac(String fac)
Testing centre or facilityvoid
setOri(String ori)
Sample originvoid
setRes(String res)
Result of testvoid
setTma(String tma)
Test manufacturervoid
setTna(String tna)
Test namevoid
setTyp(String typ)
Type of testString
toString()
Tst
withCou(String cou)
Tst
withDis(String dis)
Tst
withDtr(Integer dtr)
Tst
withDts(Integer dts)
Tst
withFac(String fac)
Tst
withOri(String ori)
Tst
withRes(String res)
Tst
withTma(String tma)
Tst
withTna(String tna)
Tst
withTyp(String typ)
-
-
-
Method Detail
-
getDis
public String getDis()
DiseaseDisease or agent targeted (Required)
-
setDis
public void setDis(String dis)
DiseaseDisease or agent targeted (Required)
-
getTyp
public String getTyp()
Type of testCode of the type of test that was conducted (viz. VS-2021-04-08) (Required)
-
setTyp
public void setTyp(String typ)
Type of testCode of the type of test that was conducted (viz. VS-2021-04-08) (Required)
-
getTna
public String getTna()
Test nameCommercial 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 nameCommercial or brand name of the RT-PCR or rapid antigen test (work in progress in VS-2021-04-08) (Required)
-
getTma
public String getTma()
Test manufacturerManufacturer of the test, optional for NAAT test (work in progress in VS-2021-04-08) (Required)
-
setTma
public void setTma(String tma)
Test manufacturerManufacturer of the test, optional for NAAT test (work in progress in VS-2021-04-08) (Required)
-
getOri
public String getOri()
Sample originOrigin 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 originOrigin of sample that was taken (e.g. nasopharyngeal swab, oropharyngeal swab etc.), viz. VS-2021-04-08, optional
-
getDts
public Integer getDts()
Date and time sampleDate and time when the sample for the test was collected (seconds since epoch) (Required)
-
setDts
public void setDts(Integer dts)
Date and time sampleDate and time when the sample for the test was collected (seconds since epoch) (Required)
-
getDtr
public Integer getDtr()
Date and time test resultDate and time when the test result was produced (seconds since epoch) (Required)
-
setDtr
public void setDtr(Integer dtr)
Date and time test resultDate and time when the test result was produced (seconds since epoch) (Required)
-
getRes
public String getRes()
Result of testResult of the test according to SNOMED CT (viz. VS-2021-04-08) (Required)
-
setRes
public void setRes(String res)
Result of testResult of the test according to SNOMED CT (viz. VS-2021-04-08) (Required)
-
getFac
public String getFac()
Testing centre or facilityName/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 facilityName/code of testing centre, facility or a health authority responsible for the testing event. (not specified in VS-2021-04-08) (Required)
-
getCou
public String getCou()
CountryCountry (member state) of test (ISO 3166-1 alpha-2 Country Code) (Required)
-
setCou
public void setCou(String cou)
CountryCountry (member state) of test (ISO 3166-1 alpha-2 Country Code) (Required)
-
-