public class

WSHlaTypingCore

extends Object
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.hla.WSHlaTypingCore
Known Direct Subclasses

Class Overview

description: the class contains an HLA typing entry.

Summary

Fields
public String bw4 description: the Bw4 value.
public String bw6 description: the Bw6 value.
public Boolean confirmHLATyping description: a flag indicating HLA typing is confirmed
required = FALSE
Default = NO
public Boolean drb345TestedNotPresent description: a flag indicating that Drb345 tested not present
required = TRUE
public List<WSComment> hlaComments description: a list of comments.
public List<WSHlaMolecular> listMoleculars description: a list of moleculars values.
public String nationalId description: the CTR2 patient ID
required = TRUE
see: nationalId info
Public Constructors
WSHlaTypingCore()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public String bw4

description: the Bw4 value. Optional field to override calculated value
required = FALSE
values: NEGATIVE / POSITIVE ( ignores case )

public String bw6

description: the Bw6 value. Optional field to override calculated value
required = FALSE
values: NEGATIVE / POSITIVE ( ignores case )

public Boolean confirmHLATyping

description: a flag indicating HLA typing is confirmed
required = FALSE
Default = NO

public Boolean drb345TestedNotPresent

description: a flag indicating that Drb345 tested not present
required = TRUE

public List<WSComment> hlaComments

description: a list of comments.

public List<WSHlaMolecular> listMoleculars

description: a list of moleculars values.

public String nationalId

description: the CTR2 patient ID
required = TRUE
see: nationalId info

Public Constructors

public WSHlaTypingCore ()