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

Inheritance: AbstractTO
Show file Open project: OSEHRA/mdws Class Usage Examples

Public Properties

Property Type Description
DUZ string
SSN string
greeting string
name string
office string
orderRole string
pager string
phone string
service string
siteId string
siteMessage string
title string
userClass string

Public Methods

Method Description
UserTO ( ) : System
UserTO ( gov.va.medora.mdo.User mdoUser ) : System

Method Details

UserTO() public method

public UserTO ( ) : System
return System

UserTO() public method

public UserTO ( gov.va.medora.mdo.User mdoUser ) : System
mdoUser gov.va.medora.mdo.User
return System

Property Details

DUZ public property

public string DUZ
return string

SSN public property

public string SSN
return string

greeting public property

public string greeting
return string

name public property

public string name
return string

office public property

public string office
return string

orderRole public property

public string orderRole
return string

pager public property

public string pager
return string

phone public property

public string phone
return string

service public property

public string service
return string

siteId public property

public string siteId
return string

siteMessage public property

public string siteMessage
return string

title public property

public string title
return string

userClass public property

public string userClass
return string