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

Inheritance: AbstractTO
ファイルを表示 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_oe property

public String id
return String

range public_oe property

public String range
return String

title public_oe property

public String title
return String

units public_oe property

public String units
return String