C# Class gov.va.medora.mdws.dto.LabTestTO

Inheritance: AbstractTO
Show file Open project: OSEHRA/mdws Class Usage Examples

Public Properties

Property Type Description
category string
hiRef string
id string
loinc string
lowRef string
name string
refRange string
units string

Public Methods

Method Description
LabTestTO ( ) : System
LabTestTO ( LabTest mdo ) : System

Method Details

LabTestTO() public method

public LabTestTO ( ) : System
return System

LabTestTO() public method

public LabTestTO ( LabTest mdo ) : System
mdo gov.va.medora.mdo.LabTest
return System

Property Details

category public property

public string category
return string

hiRef public property

public string hiRef
return string

id public property

public string id
return string

loinc public property

public string loinc
return string

lowRef public property

public string lowRef
return string

name public property

public string name
return string

refRange public property

public string refRange
return string

units public property

public string units
return string