C# Class gov.va.medora.mdo.LabObservationType

Mostrar archivo Open project: OSEHRA/mdo Class Usage Examples

Public Methods

Method Description
LabObservationType ( ) : System
LabObservationType ( String id, String title ) : System
LabObservationType ( String id, String title, String units, String range ) : System

Method Details

LabObservationType() public method

public LabObservationType ( ) : System
return System

LabObservationType() public method

public LabObservationType ( String id, String title ) : System
id String
title String
return System

LabObservationType() public method

public LabObservationType ( String id, String title, String units, String range ) : System
id String
title String
units String
range String
return System