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

Inheritance: AbstractTO
Afficher le fichier Open project: OSEHRA/mdws Class Usage Examples

Méthodes publiques

Свойство Type Description
id String
range String
title String
units String

Méthodes publiques

Méthode Description
LabObservationTypeTO ( ) : System
LabObservationTypeTO ( LabObservationType mdoObj ) : System

Method Details

LabObservationTypeTO() public méthode

public LabObservationTypeTO ( ) : System
Résultat System

LabObservationTypeTO() public méthode

public LabObservationTypeTO ( LabObservationType mdoObj ) : System
mdoObj gov.va.medora.mdo.LabObservationType
Résultat System

Property Details

id public_oe property

public String id
Résultat String

range public_oe property

public String range
Résultat String

title public_oe property

public String title
Résultat String

units public_oe property

public String units
Résultat String