gov.va.medora.mdws.dto.TaggedPersonArray.setSourceName C# (CSharp) Method

setSourceName() private method

private setSourceName ( ) : void
return void
        internal void setSourceName()
        {
            if (tag == "ADR")
            {
                this.sourceName = "Administrative Data Repository";
            }
            else if (tag == "VADIR")
            {
                this.sourceName = "VA-DoD Information Repository";
            }
            else if (tag == "VBACORP")
            {
                this.sourceName = "VBA Corp";
            }
            else
            {
                this.sourceName = "National Patient Table";
            }
        }