public class

WSHlaSerumTests

extends Object
implements Serializable
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.hla.WSHlaSerumTests

Class Overview

description: the class contains the patient's cumulative serum test results.
see: The class is used only to output returned values.

Summary

Fields
public boolean confirmAntibodies description: a flag indicating HLA antibodies for cumulative results are confirmed.
public List<WSHlaAlleleSpecificAntigen> cumulativeAlleleSpecificAntigens description: the cumulative list of allele specific antigens.
public List<WSHlaAntigen> cumulativeAntigens description: the cumulative list of antigens test results.
public List<WSHlaUnacceptableDQaDQb> cumulativeUnacceptableDQaDqb description: the cumulative list of unacceptable DQaDqb.
public String nationalRecipientId description: the CTR2 patient ID.
public List<WSOrganPRA> organPRAs description: the list of cPRAs for the patient's requested organs.
public Date resultsCalcDate description: the date and time the serum results where calculated.
public List<WSHlaSerumTestCore> serumTests description: the list of the patient's serum test result.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public boolean confirmAntibodies

description: a flag indicating HLA antibodies for cumulative results are confirmed.

public List<WSHlaAlleleSpecificAntigen> cumulativeAlleleSpecificAntigens

description: the cumulative list of allele specific antigens.
see: WSHlaAlleleSpecificAntigen

public List<WSHlaAntigen> cumulativeAntigens

description: the cumulative list of antigens test results.

public List<WSHlaUnacceptableDQaDQb> cumulativeUnacceptableDQaDqb

description: the cumulative list of unacceptable DQaDqb.
see: WSHlaUnacceptableDQaDQb

public String nationalRecipientId

description: the CTR2 patient ID.
see: nationalId info

public List<WSOrganPRA> organPRAs

description: the list of cPRAs for the patient's requested organs.
see: WSOrganPRA

public Date resultsCalcDate

description: the date and time the serum results where calculated.

public List<WSHlaSerumTestCore> serumTests

description: the list of the patient's serum test result.
see: WSHlaSerumTestCore