Skip to content

TransmissionReport

The HIV relationship transmission report (TransmissionReport.csv) provides detailed information about each transmission event and relationship members, evaluated at the time of disease transmission within the relationship. It includes the time/date of transmission and information about the transmitter and recipient, including: age, gender, current and lifetime number of relationships, infection stage, circumcision status for males, co-infections, and disease-specific biomarkers, if applicable.

Configuration

To generate the report, set the Report_Transmission parameter to 1 in the config.json file.

Output file data

The output report will contain the following information.

Note

Note: Data channels with indicated will return one column for each partner: SRC (the source/transmitting partner) and DEST (the destination/receiving partner).

Data channel Data type Description
SIM_TIME float The time of simulation, in days, when the infection was transmitted.
YEAR float The time of the simulation, in units of calendar year, when the infection was transmitted. For STI simulations, this is the simulation time divided by 365. For HIV simulations, this is the simulation time divided by 365, added to the Base_Year value. If no base year is specified in the config.json file, the default value 2015 will be used.
NODE_ID integer The identification number of the node where the transmission event occurred.
REL_ID integer The unique ID of the relationship in which the transmission event occurred. This ID can be used between reports such as RelationshipStart.csv, RelationshipEnd.csv, and RelationshipConsummated.csv to cross-reference specific relationships.
REL_TYPE (0 = TRANSITORY; 1 = INFORMAL; 2 = MARITAL; 3 = COMMERCIAL) integer The type of relationship the participants were in at the time of the transmission event. Values for 0-3 as indicated in the header.
Is_rel_outside_PFA boolean Indicates whether or not the relationship was created by the normal process using the Pair Forming Algorithm (PFA), where 0 indicates the relationship was created using the PFA, and 1 indicates the relationship was created using the StartNewRelationship intervention.
<SRC or DEST>_ID integer The unique identification number of the individual. There is a column for each partner.
<SRC or DEST>_INFECTED boolean Describes whether or not the individual is infected: 0 for not infected, 1 for infected. There is a column for each partner.
<SRC or DEST>_GENDER boolean Describes the gender of the individual: 0 for male, 1 for female. There is a column for each partner.
<SRC or DEST>_AGE float The age of the individual in days, including fractions of days up to two decimal places. There is a column for each partner.
<SRC or DEST>_IP string A string of Key:Value pairs indicating the individual properties (IPs) that the individual has. The IP key and value are separated by a colon and the different Key:Value pairs are separated by commas (key1:value1,key2:value2,key3:value3). There is a column for each partner.
<SRC or DEST>_current_relationship_count integer The total number of relationships (of all types) that the individual was in at the time of the transmission event. There is a column for each partner.
<SRC or DEST>_lifetime_relationship_count integer The cumulative number of relationships (of all types) that the individual has been in prior to the transmission event. There is a column for each partner.
<SRC or DEST>_relationships_in_last_6_months integer The number of relationships (of all types) that the individual has had in the 6 months prior to the transmission event. There is a column for each partner.
<SRC or DEST>_FLAGS integer Indicates which types of relationships the individual is allowed to have when they have more than one active relationship. These values are configured using the Concurrency_Configuration parameter in the demographics file—see Demographics parameters for more information. These values can be updated when an individual migrates or has a value change in an individual property. The values are encoded in a 3-digit bitmask. In order, the digits correspond to Commercial (C), Marital (M), Informal (I), and Transitory (T) relationships. See the bitmask reference table below. There is a column for each partner.
<SRC or DEST>_CIRCUMCISED boolean Indicates whether or not the individual is circumcised (only applicable to males): 0 for not circumcised (and females), 1 for circumcised. There is a column for each partner.
<SRC or DEST>_STI boolean Indicates whether or not the individual has an STI co-infection at the time of the transmission event, as determined by the ModifyStiCoInfectionStatus intervention: 0 if they do not have an STI co-infection, 1 if they do have an STI co-infection. There is a column for each partner.
<SRC or DEST>_SUPERSPREADER boolean Indicates whether or not the individual is a superspreader, as determined by the Probability_Person_Is_Behavioral_Super_Spreader demographics parameter. 0 for not a superspreader, 1 for the individual is a superspreader. There is a column for each partner.
SRC_INF_AGE integer The age in days at which the transmitting individual acquired their infection. One column is returned, as this only applies to the transmitting individual.
<SRC or DEST>_CD4 float The CD4 count of the individual at the time of the transmission event. There is a column for each partner.
<SRC or DEST>_VIRAL_LOAD float Not currently supported; 10000 indicates that the individual is infected. There is a column for each partner.
<SRC or DEST>_STAGE enum Indicates the stage of HIV infection for the individual. Possible values are:

0 = Uninfected
1 = Untreated acute HIV infection
2 = Untreated latent HIV infection
3 = Untreated late/AIDS stage
* 4 = On ART

There is a column for each partner.

Bitmask reference for <SRC or DEST>_FLAGS:

Relationships allowed Binary Decimal Value
None 0000 0
T 0001 1
I 0010 2
I, T 0011 3
M 0100 4
M, T 0101 5
M, I 0110 6
M, I, T 0111 7
C 1000 8
C, T 1001 9
C, I 1010 10
C, I, T 1011 11
C, M 1100 12
C, M, T 1101 13
C, M, I 1110 14
C, M, I, T 1111 15

Example

The following is an example of a TransmissionReport.csv report:

SIM_TIME YEAR NODE_ID REL_ID REL_TYPE (0 = TRANSITORY; 1 = INFORMAL; 2 = MARITAL; 3 = COMMERCIAL) Is_rel_outside_PFA SRC_ID SRC_INFECTED SRC_GENDER SRC_AGE SRC_IP SRC_current_relationship_count SRC_lifetime_relationship_count SRC_relationships_in_last_6_months SRC_FLAGS SRC_CIRCUMSIZED SRC_STI SRC_SUPERSPREADER SRC_INF_AGE DEST_ID DEST_INFECTED DEST_GENDER DEST_AGE DEST_IP DEST_current_relationship_count DEST_lifetime_relationship_count DEST_relationships_in_last_6_months DEST_FLAGS DEST_CIRCUMSIZED DEST_STI DEST_SUPERSPREADER SRC_CD4 SRC_VIRAL_LOAD SRC_STAGE DEST_CD4 DEST_VIRAL_LOAD DEST_STAGE
10 1995.03 4 5 0 0 1666 1 0 6084.83 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 6075.83 689 1 1 6871.07 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 539.57 10000 1 540.55 10000 1
14 1995.04 4 1 0 0 1214 1 0 8652.2 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 8639.2 81 1 1 6974.44 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 538.584 10000 1 540.55 10000 1
23 1995.06 1 18 0 0 1926 1 0 6166.21 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 6144.21 1012 1 1 6559.79 Accessibility:No,InterventionStatus:None 1 1 1 0 0 0 0 537.466 10000 1 540.55 10000 1
33 1995.09 1 21 1 0 114 1 1 6544.43 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 6511.43 2246 1 0 8440.3 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 537.42 10000 1 540.55 10000 1
34 1995.09 1 42 0 0 1165 1 1 9988.67 Accessibility:No,InterventionStatus:None 1 1 1 0 0 0 0 9954.67 2566 1 0 10399.5 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 534.143 10000 1 540.55 10000 1
39 1995.11 3 31 1 0 2302 1 0 12310.6 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 12272.6 1513 1 1 8002.77 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 533.074 10000 1 540.55 10000 1
41 1995.11 2 14 1 0 2491 1 1 8167.69 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 8127.69 95 1 0 7581.55 Accessibility:No,InterventionStatus:None 1 1 1 0 0 0 0 531.401 10000 1 540.55 10000 1
42 1995.12 1 59 1 0 2056 1 1 10173.5 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 10132.5 2753 1 0 15375.7 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 533.84 10000 1 540.55 10000 1
45 1995.12 1 46 1 0 1494 1 0 8982.86 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 8938.86 302 1 1 6282.51 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 534.479 10000 1 540.55 10000 1
47 1995.13 2 65 0 0 2371 1 1 16856.8 Accessibility:Yes,InterventionStatus:OnPreART 1 1 1 0 0 0 0 16810.8 2179 1 0 16083.9 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 512.452 10000 1 540.55 10000 1
54 1995.15 3 53 0 0 859 1 0 6204.73 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 6151.73 2700 1 1 5419.33 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 531.255 10000 1 540.55 10000 1
59 1995.16 2 70 1 0 1726 1 1 10363 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 10305 854 1 0 11283 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 533.704 10000 1 540.55 10000 1
62 1995.17 1 84 0 0 2370 1 1 7972.11 Accessibility:Yes,InterventionStatus:None 1 2 2 0 0 0 0 7911.11 2658 1 0 8971.56 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 523.914 10000 1 540.55 10000 1
66 1995.18 3 103 1 0 1668 1 0 8805.51 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 8740.51 1148 1 1 8611.91 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 532.607 10000 1 540.55 10000 1
68 1995.19 1 95 0 0 1454 1 1 5796.64 Accessibility:Yes,InterventionStatus:HCTUptakePostDebut 1 1 1 0 0 0 0 5729.64 962 1 0 7268.26 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 528.249 10000 1 540.55 10000 1
71 1995.19 1 19 1 0 1030 1 1 14358 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 14288 294 1 0 14584.1 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 507.882 10000 1 540.55 10000 1
80 1995.22 1 117 1 0 1004 1 0 6305.72 Accessibility:Yes,InterventionStatus:HCTUptakePostDebut 1 1 1 0 0 0 0 6225.72 2622 1 1 7099.56 Accessibility:Yes,InterventionStatus:None 1 2 2 0 0 0 0 505.374 10000 1 540.55 10000 1
82 1995.22 1 106 0 0 1985 1 0 8694.63 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 8612.63 2230 1 1 5786.74 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 502.601 10000 1 540.55 10000 1
86 1995.24 1 75 0 0 1406 1 0 9943.64 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 9857.64 2679 1 1 6563.83 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 518.956 10000 1 540.55 10000 1
171 1995.47 1 236 0 0 1948 1 0 7052.93 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 6881.93 1728 1 1 7209.47 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 527.496 10000 2 540.55 10000 1
269 1995.74 2 357 0 0 1919 1 1 5610.26 Accessibility:Yes,InterventionStatus:LinkingToPreART 1 1 1 0 0 0 0 5341.26 1472 1 0 11706.9 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 71.2037 10000 3 540.55 10000 1
275 1995.75 3 403 1 0 2672 1 1 10489.7 Accessibility:Yes,InterventionStatus:None 1 2 2 0 0 0 0 10214.7 155 1 0 12476.6 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 477.849 10000 2 540.55 10000 1
322 1995.88 3 450 1 0 365 1 1 12148.9 Accessibility:Yes,InterventionStatus:None 1 2 2 0 0 0 0 11827.9 1709 1 0 13154.9 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 398.184 10000 2 540.55 10000 1
345 1995.95 2 546 0 0 1668 1 0 9084.51 Accessibility:Yes,InterventionStatus:None 1 3 1 0 0 0 0 8740.51 1204 1 1 5155.52 Accessibility:No,InterventionStatus:None 1 4 3 0 0 0 0 499.179 10000 2 540.55 10000 1
351 1995.96 4 510 1 0 2150 1 1 14164.2 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 13814.2 266 1 0 16810.8 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 460.215 10000 2 540.55 10000 1
412 1996.13 4 559 0 0 311 1 0 8952.07 Accessibility:Yes,InterventionStatus:None 1 2 1 0 0 0 0 8540.07 1075 1 1 7002.79 Accessibility:Yes,InterventionStatus:None 1 2 1 0 0 0 0 472.737 10000 2 540.55 10000 1
431 1996.18 1 193 2 0 1510 1 0 13523.7 Accessibility:Yes,InterventionStatus:None 1 1 0 0 0 0 0 13093.7 2008 1 1 10379.9 Accessibility:Yes,InterventionStatus:None 1 1 0 0 0 0 0 468.954 10000 2 540.55 10000 1
465 1996.27 4 739 1 0 2013 1 0 9166.06 Accessibility:Yes,InterventionStatus:None 1 1 1 0 0 0 0 8702.06 2092 1 1 8904.8 Accessibility:Yes,InterventionStatus:TestingOnANC 1 3 3 0 0 0 0 467.558 10000 2 540.55 10000 1
553 1996.52 3 853 0 0 1769 1 0 6042.47 Accessibility:Yes,InterventionStatus:HCTUptakePostDebut 1 2 1 0 0 0 0 5490.47 1521 1 1 7181.98 Accessibility:Yes,InterventionStatus:TestingOnANC 1 4 2 0 0 0 0 475.697 10000 2 540.55 10000 1
628 1996.72 1 1039 0 0 371 1 0 8615.26 Accessibility:Yes,InterventionStatus:None 1 3 2 0 0 0 0 7987.26 503 1 1 6796.32 Accessibility:Yes,InterventionStatus:None 1 3 1 0 0 0 0 420.477 10000 2 540.55 10000 1
676 1996.85 1 1080 1 0 678 1 0 9475.79 Accessibility:Yes,InterventionStatus:None 1 5 1 0 0 0 0 8799.79 2635 1 1 8821.51 Accessibility:Yes,InterventionStatus:TestingOnANC 1 2 2 0 0 0 0 348.661 10000 2 540.55 10000 1
716 1996.96 4 1187 1 0 2734 1 0 9252.79 Accessibility:No,InterventionStatus:None 1 3 2 0 0 0 0 8536.79 1748 1 1 6508.02 Accessibility:Yes,InterventionStatus:TestingOnANC 1 4 1 0 0 0 0 222.379 10000 2 540.55 10000 1
716 1996.96 2 1181 1 0 1612 1 1 12881.5 Accessibility:No,InterventionStatus:None 1 1 1 0 0 0 0 12166.5 2401 1 0 18140.1 Accessibility:No,InterventionStatus:None 1 1 1 0 0 0 0 328.111 10000 2 540.55 10000 1
953 1997.61 4 1509 0 0 354 1 1 11546.6 Accessibility:Yes,InterventionStatus:None 1 2 1 0 0 0 0 10594.6 504 1 0 9330.5 Accessibility:Yes,InterventionStatus:None 1 4 1 0 0 0 0 332.762 10000 2 540.55 10000 1
997 1997.73 2 1586 1 0 1020 1 0 5829.93 Accessibility:Yes,InterventionStatus:HCTUptakePostDebut 1 2 2 0 0 0 0 4833.93 83 1 1 6061.64 Accessibility:Yes,InterventionStatus:HCTUptakePostDebut 1 4 2 0 0 0 0 349.118 10000 2 540.55 10000 1
1028 1997.82 1 1614 1 0 2219 1 1 10157.1 Accessibility:Yes,InterventionStatus:None 1 3 2 0 0 0 0 9129.05 2581 1 0 13223.1 Accessibility:Yes,InterventionStatus:None 1 3 1 0 0 0 0 314.708 10000 2 540.55 10000 1
1148 1998.15 4 1899 1 0 2558 1 0 9564.76 Accessibility:Yes,InterventionStatus:None 1 6 1 0 0 0 0 8417.76 1843 1 1 8141.88 Accessibility:No,InterventionStatus:None 1 5 2 0 0 0 0 418.09 10000 2 540.55 10000 1
1213 1998.32 1 2047 1 0 1852 1 0 5870.9 Accessibility:Yes,InterventionStatus:HCTUptakePostDebut 1 2 2 0 0 0 0 4658.9 2489 1 1 6051.27 Accessibility:Yes,InterventionStatus:HCTUptakePostDebut 1 4 2 0 0 0 0 275.448 10000 2 540.55 10000 1
1534 1999.2 4 2581 1 0 1865 1 0 9955.24 Accessibility:Yes,InterventionStatus:None 1 6 2 0 0 0 0 8421.24 1980 1 1 5499.36 Accessibility:Yes,InterventionStatus:HCTUptakePostDebut 1 4 1 0 0 0 0 284.05 10000 2 540.55 10000 1
1552 1999.25 1 2614 1 0 2300 1 0 11300.5 Accessibility:Yes,InterventionStatus:None 1 2 1 0 0 0 0 9749.53 2468 1 1 7260.18 Accessibility:Yes,InterventionStatus:HCTUptakePostDebut 1 11 2 0 0 0 0 298.901 10000 2 540.55 10000 1
1585 1999.34 1 2705 0 0 1568 1 0 12349.7 Accessibility:No,InterventionStatus:None 1 5 2 0 0 0 0 10764.7 1958 1 1 8953.66 Accessibility:Yes,InterventionStatus:TestingOnANC 1 9 1 0 0 0 0 50.1538 10000 3 540.55 10000 1
1839 2000.04 2 3094 0 0 570 1 0 8784.15 Accessibility:Yes,InterventionStatus:None 1 5 1 0 0 0 0 6946.15 873 1 1 6644.39 Accessibility:Yes,InterventionStatus:HCTUptakePostDebut 1 6 3 0 0 0 0 359.168 10000 2 540.55 10000 1
1987 2000.44 2 3451 1 0 1644 1 1 9271.99 Accessibility:Yes,InterventionStatus:OnPreART 1 11 1 0 0 0 0 7285.99 1857 1 0 14118.5 Accessibility:Yes,InterventionStatus:None 1 4 1 0 0 0 0 400.743 10000 2 540.55 10000 1
2006 2000.5 2 3266 0 0 1117 1 1 7668.74 Accessibility:Yes,InterventionStatus:HCTUptakePostDebut 1 7 2 0 0 0 0 5662.74 2373 1 0 7592.66 Accessibility:No,InterventionStatus:None 1 3 1 0 0 0 0 312.542 10000 2 540.55 10000 1
2146 2000.88 1 3739 0 0 1825 1 0 7562.44 Accessibility:Yes,InterventionStatus:HCTUptakePostDebut 1 3 1 0 0 0 0 5416.44 1483 1 1 5537.63 Accessibility:Yes,InterventionStatus:HCTUptakePostDebut 1 3 3 0 0 0 0 138.688 10000 2 540.55 10000 1
2300 2001.3 4 3965 1 0 1911 1 0 9001.9 Accessibility:Yes,InterventionStatus:None 1 9 2 0 0 0 0 6701.9 1125 1 1 5808.57 Accessibility:No,InterventionStatus:None 1 6 2 0 0 0 0 334.617 10000 2 540.55 10000 1
2328 2001.38 2 3976 1 0 402 1 1 7950.15 Accessibility:Yes,InterventionStatus:OnART 1 9 1 0 0 0 0 5623.15 2040 1 0 7798.46 Accessibility:Yes,InterventionStatus:HCTUptakePostDebut 1 6 1 0 0 0 0 223.32 10000 3 540.55 10000 1
2664 2002.3 4 4627 1 0 2437 1 1 5741.89 Accessibility:Yes,InterventionStatus:LinkingToART 1 2 2 0 0 0 0 3078.89 1584 1 0 8533.6 Accessibility:Yes,InterventionStatus:HCTUptakePostDebut 1 9 1 0 0 0 0 49.7817 10000 3 540.55 10000 1
2689 2002.37 2 2834 2 0 2178 1 1 14669.4 Accessibility:Yes,InterventionStatus:None 1 2 0 0 0 0 0 11981.4 2064 1 0 15652 Accessibility:Yes,InterventionStatus:None 1 3 0 0 0 0 0 100.034 10000 2 540.55 10000 1
2771 2002.59 3 4815 1 0 2461 1 0 8916.71 Accessibility:Yes,InterventionStatus:None 1 8 3 0 0 0 0 6145.71 492 1 1 5995.74 Accessibility:Yes,InterventionStatus:HCTUptakePostDebut 1 7 1 0 0 0 0 297.231 10000 2 540.55 10000 1
2879 2002.89 4 4995 0 0 662 1 1 9159.44 Accessibility:Yes,InterventionStatus:None 1 13 2 0 0 0 0 6281.44 895 1 0 9196.95 Accessibility:No,InterventionStatus:None 1 12 3 0 0 0 0 318.755 10000 2 540.55 10000 1
3622 2004.92 1 6356 1 0 1983 1 0 7588.7 Accessibility:No,InterventionStatus:None 1 4 1 0 0 0 0 3966.7 175 1 1 5833.08 Accessibility:Yes,InterventionStatus:HCTUptakePostDebut 1 3 3 0 0 0 0 103.894 10000 2 540.55 10000 1
3920 2005.74 2 6878 0 0 1480 1 0 6362.7 Accessibility:Yes,InterventionStatus:LinkingToART 1 6 2 0 0 0 0 2442.7 343 1 1 6312.22 Accessibility:Yes,InterventionStatus:HCTTestingLoop 1 2 2 0 0 0 0 33.4509 10000 3 540.55 10000 1
4073 2006.16 1 7154 0 0 2006 1 0 7529.83 Accessibility:No,InterventionStatus:None 1 2 1 0 0 0 0 3456.83 304 1 1 5963.26 Accessibility:No,InterventionStatus:None 1 4 2 0 0 0 0 42.9939 10000 3 540.55 10000 1
4693 2007.86 2 5725 2 0 2127 1 1 19333.5 Accessibility:Yes,InterventionStatus:None 1 3 0 0 0 0 0 14641.5 1022 1 0 19818.7 Accessibility:Yes,InterventionStatus:None 1 2 0 0 0 0 0 39.2377 10000 3 540.55 10000 1
4853 2008.3 1 8574 0 0 1983 1 0 8818.7 Accessibility:No,InterventionStatus:None 1 10 2 0 0 0 0 3966.7 536 1 1 5201.13 Accessibility:Yes,InterventionStatus:HCTUptakePostDebut 1 2 2 0 0 0 0 33.1639 10000 3 540.55 10000 1
5192 2009.22 3 9161 0 0 2158 1 0 12948.9 Accessibility:Yes,InterventionStatus:OnART 1 23 1 0 0 0 0 7756.85 1782 1 1 10743.7 Accessibility:No,InterventionStatus:None 1 22 2 0 0 0 0 302.875 10000 3 540.55 10000 1
5592 2010.32 2 9877 0 0 2201 1 0 7427.72 Accessibility:Yes,InterventionStatus:HCTUptakePostDebut 1 3 1 0 0 0 0 1835.72 2048 1 1 6407.49 Accessibility:Yes,InterventionStatus:HCTTestingLoop 1 4 2 0 0 0 0 117.437 10000 2 540.55 10000 1
6958 2014.06 1 12541 1 0 2619 1 0 9268.38 Accessibility:No,InterventionStatus:None 1 13 1 0 0 0 0 2311.38 317 1 1 8580.63 Accessibility:Yes,InterventionStatus:HCTTestingLoop 1 15 1 0 0 0 0 80.6734 10000 2 540.55 10000 1