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.
public Boolean drb345TestedNotPresent description: a flag indicating that Drb345 tested not present
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, see: nationalId info
Public Constructors
WSHlaTypingCore()
[Expand]
Inherited Methods
From class java.lang.Object

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.

public Boolean drb345TestedNotPresent

description: a flag indicating that Drb345 tested not present

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, see: nationalId info

Public Constructors

public WSHlaTypingCore ()