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

Inheritance: AbstractTO
ファイルを表示 Open project: OSEHRA/mdws Class Usage Examples

Public Properties

Property Type Description
dataLocked bool
fromDate string
location string
recordedDate string
recordingSite TaggedText
toDate string

Public Methods

Method Description
OefOifTO ( ) : System
OefOifTO ( OEF_OIF o ) : System

Method Details

OefOifTO() public method

public OefOifTO ( ) : System
return System

OefOifTO() public method

public OefOifTO ( OEF_OIF o ) : System
o gov.va.medora.mdo.OEF_OIF
return System

Property Details

dataLocked public_oe property

public bool dataLocked
return bool

fromDate public_oe property

public string fromDate
return string

location public_oe property

public string location
return string

recordedDate public_oe property

public string recordedDate
return string

recordingSite public_oe property

public TaggedText,gov.va.medora.mdws.dto recordingSite
return TaggedText

toDate public_oe property

public string toDate
return string