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

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

Public Properties

Property Type Description
id String
range String
title String
units String

Public Methods

Method Description
LabObservationTypeTO ( ) : System
LabObservationTypeTO ( LabObservationType mdoObj ) : System

Method Details

LabObservationTypeTO() public method

public LabObservationTypeTO ( ) : System
return System

LabObservationTypeTO() public method

public LabObservationTypeTO ( LabObservationType mdoObj ) : System
mdoObj gov.va.medora.mdo.LabObservationType
return System

Property Details

id public property

public String id
return String

range public property

public String range
return String

title public property

public String title
return String

units public property

public String units
return String