C# 클래스 gov.va.medora.mdws.dto.DemographicsRecord

파일 보기 프로젝트 열기: OSEHRA/mdws 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
address string
city string
dob string
email string
gender string
name string
phone string
source string
state string
zipcode string

공개 메소드들

메소드 설명
DemographicsRecord ( ) : System
DemographicsRecord ( PersonTO person, string source ) : System

비공개 메소드들

메소드 설명
formattedPhoneNumber ( PhoneNumTO num ) : string
setAddressProperties ( DemographicSetTO demoSet ) : void
setEmail ( DemographicSetTO demoSet ) : void
setPhone ( DemographicSetTO demoSet ) : void

메소드 상세

DemographicsRecord() 공개 메소드

public DemographicsRecord ( ) : System
리턴 System

DemographicsRecord() 공개 메소드

public DemographicsRecord ( PersonTO person, string source ) : System
person PersonTO
source string
리턴 System

프로퍼티 상세

address 공개적으로 프로퍼티

public string address
리턴 string

city 공개적으로 프로퍼티

public string city
리턴 string

dob 공개적으로 프로퍼티

public string dob
리턴 string

email 공개적으로 프로퍼티

public string email
리턴 string

gender 공개적으로 프로퍼티

public string gender
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string

phone 공개적으로 프로퍼티

public string phone
리턴 string

source 공개적으로 프로퍼티

public string source
리턴 string

state 공개적으로 프로퍼티

public string state
리턴 string

zipcode 공개적으로 프로퍼티

public string zipcode
리턴 string