public class

WSHlaTyping

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

Class Overview

description: the class contains a summary of patient's HLA typing information.
see: The class is used only to output returned values.

Summary

Fields
public String bw4SystemCalculated description: the Bw4 value.
public String bw6SystemCalculated description: the Bw6 value.
public Boolean dr51 description: a flag indicating the presence of DR51.
public Boolean dr52 description: a flag indicating the presence of DR52.
public Boolean dr53 description: a flag indicating the presence of DR53.
public List<WSHlaComplete> hlaCompleteByOrgan description: the list of HLA typing complete entries for the patient's request organs.
public List<WSSerological> listSerologies description: the list of serological values.
[Expand]
Inherited Fields
From class com.cbs.ctr3ws.dtos.hla.WSHlaTypingCore
Public Constructors
WSHlaTyping()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public String bw4SystemCalculated

description: the Bw4 value.
see: system calculated value

public String bw6SystemCalculated

description: the Bw6 value.
see: system calculated value

public Boolean dr51

description: a flag indicating the presence of DR51.

public Boolean dr52

description: a flag indicating the presence of DR52.

public Boolean dr53

description: a flag indicating the presence of DR53.

public List<WSHlaComplete> hlaCompleteByOrgan

description: the list of HLA typing complete entries for the patient's request organs.
see: system calculated value

public List<WSSerological> listSerologies

description: the list of serological values.
see: WSSerological

Public Constructors

public WSHlaTyping ()