public class

WsPatientAbdominalProfile

extends WsPatientItem
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.WsPatientItem
     ↳ com.cbs.ctr3ws.dtos.tests.WsPatientAbdominalProfile

Class Overview

description: the class contains patient abdominal profile information.

Summary

Fields
public String abdominalUltrasound description: The abdominal ultrasound results.
public Date collectedOn description: the Result collection date and time.
public String ctAbdominal description: The abdominal catscan results.
public String kidneyBiopsy description: The kidney biopsy results.
[Expand]
Inherited Fields
From class com.cbs.ctr3ws.dtos.WsPatientItem
Public Constructors
WsPatientAbdominalProfile()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public String abdominalUltrasound

description: The abdominal ultrasound results.
required: FALSE .
see: Test Result: free format text, max L=2000

public Date collectedOn

description: the Result collection date and time.
required: TRUE .
see: collectionDate info

public String ctAbdominal

description: The abdominal catscan results.
required: FALSE .
see: Test Result: free format text, max L=2000

public String kidneyBiopsy

description: The kidney biopsy results.
required: FALSE .
see: Test Result: free format text, max L=2000

Public Constructors

public WsPatientAbdominalProfile ()