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

Inheritance: AbstractTO
Mostrar archivo Open project: OSEHRA/mdws Class Usage Examples

Public Properties

Property Type Description
category string
dataId string
dataName string
dataType string
id string
name string
shortName string

Public Methods

Method Description
ObservationTypeTO ( ) : System
ObservationTypeTO ( ObservationType mdo ) : System

Method Details

ObservationTypeTO() public method

public ObservationTypeTO ( ) : System
return System

ObservationTypeTO() public method

public ObservationTypeTO ( ObservationType mdo ) : System
mdo gov.va.medora.mdo.ObservationType
return System

Property Details

category public_oe property

public string category
return string

dataId public_oe property

public string dataId
return string

dataName public_oe property

public string dataName
return string

dataType public_oe property

public string dataType
return string

id public_oe property

public string id
return string

name public_oe property

public string name
return string

shortName public_oe property

public string shortName
return string