C# 클래스 gov.va.medora.mdo.SocSecNum

Contributions by Matt Schmidt (vhaindschmim0) and Robert Ruff (vhawpbruffr)
파일 보기 프로젝트 열기: OSEHRA/mdo 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
myAreaNumber string
myGroupNumber string
mySerialNumber string

공개 메소드들

메소드 설명
SocSecNum ( ) : System
SocSecNum ( bool sensitive ) : System

Use this constructor to create a SocSecNum object without an SSN string. Pass true as the argument and use the SocSecNum.SensitivityString accessor to obtain the sensitivity string

SocSecNum ( string value ) : System
ToString ( ) : string
isValid ( string value ) : bool
isValidAreaNumber ( string value ) : bool
isValidGroupNumber ( string value ) : bool
isValidSerialNumber ( string value ) : bool
isWellFormed ( string value ) : bool
isWellFormedAreaNumber ( string value ) : bool
isWellFormedGroupNumber ( string value ) : bool
isWellFormedSerialNumber ( string value ) : bool
stripField ( string value, int fldnum ) : string
toHyphenatedString ( ) : string
toString ( ) : string

보호된 메소드들

메소드 설명
setSSN ( string value ) : void

비공개 메소드들

메소드 설명
setIfNumeric ( string s ) : string

메소드 상세

SocSecNum() 공개 메소드

public SocSecNum ( ) : System
리턴 System

SocSecNum() 공개 메소드

Use this constructor to create a SocSecNum object without an SSN string. Pass true as the argument and use the SocSecNum.SensitivityString accessor to obtain the sensitivity string
public SocSecNum ( bool sensitive ) : System
sensitive bool Pass true for sensitive SSNs
리턴 System

SocSecNum() 공개 메소드

public SocSecNum ( string value ) : System
value string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

isValid() 공개 정적인 메소드

public static isValid ( string value ) : bool
value string
리턴 bool

isValidAreaNumber() 공개 정적인 메소드

public static isValidAreaNumber ( string value ) : bool
value string
리턴 bool

isValidGroupNumber() 공개 정적인 메소드

public static isValidGroupNumber ( string value ) : bool
value string
리턴 bool

isValidSerialNumber() 공개 정적인 메소드

public static isValidSerialNumber ( string value ) : bool
value string
리턴 bool

isWellFormed() 공개 정적인 메소드

public static isWellFormed ( string value ) : bool
value string
리턴 bool

isWellFormedAreaNumber() 공개 정적인 메소드

public static isWellFormedAreaNumber ( string value ) : bool
value string
리턴 bool

isWellFormedGroupNumber() 공개 정적인 메소드

public static isWellFormedGroupNumber ( string value ) : bool
value string
리턴 bool

isWellFormedSerialNumber() 공개 정적인 메소드

public static isWellFormedSerialNumber ( string value ) : bool
value string
리턴 bool

setSSN() 보호된 메소드

protected setSSN ( string value ) : void
value string
리턴 void

stripField() 공개 정적인 메소드

public static stripField ( string value, int fldnum ) : string
value string
fldnum int
리턴 string

toHyphenatedString() 공개 메소드

public toHyphenatedString ( ) : string
리턴 string

toString() 공개 메소드

public toString ( ) : string
리턴 string

프로퍼티 상세

myAreaNumber 보호되어 있는 프로퍼티

protected string myAreaNumber
리턴 string

myGroupNumber 보호되어 있는 프로퍼티

protected string myGroupNumber
리턴 string

mySerialNumber 보호되어 있는 프로퍼티

protected string mySerialNumber
리턴 string