org.nhindirect.xd.transform.pojo
Class SimplePerson

java.lang.Object
  extended by org.nhindirect.xd.transform.pojo.SimplePerson
All Implemented Interfaces:
Serializable

public class SimplePerson
extends Object
implements Serializable

Class representing and containing attributes for a person.

Author:
Vincent Lewis
See Also:
Serialized Form

Constructor Summary
SimplePerson()
          Default constructor.
SimplePerson(String firstName, String lastName)
           
 
Method Summary
 String getAge()
          Get the value of age.
 String getAgeUnits()
          Get the value of ageUnits.
 String getBirthDateTime()
          Get the value of birthDateTime.
 String getCity()
          Get the value of city.
 String getCountry()
          Get the value of country.
 String getCounty()
          Get the value of county.
 String getDepartment()
          Get the value of department.
 String getEmail()
          Get the value of email.
 String getEthnicityCode()
          Get the value of ethnicityCode.
 String getEthnicityCodeName()
          Get the value of ethnicityCodeName.
 String getEthnicityCodeSystem()
          Get the value of ethnicityCodeSystem.
 String getFirstName()
          Get the value of firstName.
 String getGenderCode()
          Get the value of genderCode.
 String getGenderCodeSystem()
          Get the value of genderCodeSystem.
 String getLanguageCode()
          Get the value of languageCode.
 String getLastName()
          Get the value of lastName.
 String getLocalId()
          Get the value of localId.
 String getLocalOrg()
          Get the value of localOrg.
 String getMiddleName()
          Get the value of middleName.
 String getNpi()
          Get the value of npi.
 Map<String,String> getOtherOrgIds()
          Get the value of otherOrgIds.
 String getPatientEuid()
          Get the value of patientEuid.
 String getPcpName()
          Get the value of pcpName.
 String getPcpOid()
          Get the value of pcpOid.
 String getPhoneExt()
          Get the value of phoneExt.
 String getSsn()
          Get the value of ssn.
 String getSSN()
          Get the value of ssn.
 String getState()
          Get the value of state.
 String getStreetAddress1()
          Get the value of streetAddress1.
 String getStreetAddress2()
          Get the value of streetAddress2.
 String getSuffix()
          Get the value of suffix.
 String getSystemCode()
          Get the value of systemCode.
 String getSystemName()
          Get the value of systemName.
 String getTelephone()
          Get the value of telephone.
 String getTitle()
          Get the value of title.
 String getZipCode()
          Get the value of zipCode.
 void setAge(String age)
          Set the value of age.
 void setAgeUnits(String ageUnits)
          Set the value of ageUnits.
 void setBirthDateTime(String birthDateTime)
          Set the value of birthDateTime.
 void setCity(String city)
          Set the value of city.
 void setCountry(String country)
          Set the value of country.
 void setCounty(String county)
          Set the value of county.
 void setDepartment(String department)
          Set the value of department.
 void setEmail(String email)
          Set the value of email.
 void setEthnicityCode(String ethnicityCode)
          Set the value of ethnicityCode.
 void setEthnicityCodeName(String ethnicityCodeName)
          Set the value of ethnicityCodeName.
 void setEthnicityCodeSystem(String ethnicityCodeSystem)
          Set the value of ethnicityCodeSystem.
 void setFirstName(String firstName)
          Set the value of firstName.
 void setGenderCode(String genderCode)
          Set the value of genderCode.
 void setGenderCodeSystem(String genderCodeSystem)
          Set the value of genderCodeSystem.
 void setLanguageCode(String languageCode)
          Set the value of languageCode.
 void setLastName(String lastName)
          Set the value of lastName.
 void setLocalId(String localId)
          Set the value of localId.
 void setLocalOrg(String localOrg)
          Set the value of localOrg.
 void setMiddleName(String middleName)
          Set the value of middleName.
 void setNpi(String npi)
          Set the value of npi.
 void setOtherOrgIds(Map<String,String> otherOrgIds)
          Set the value of otherOrgIds.
 void setPatientEuid(String patientEuid)
          Set the value of patientEuid.
 void setPcpName(String pcpName)
          Set the value of pcpName.
 void setPcpOid(String pcpOid)
          Set the value of pcpOid.
 void setPhoneExt(String phoneExt)
          Set the value of phoneExt.
 void setSsn(String ssn)
          Set the value of ssn.
 void setSSN(String ssn)
          Set the value of ssn.
 void setState(String state)
          Set the value of state.
 void setStreetAddress1(String streetAddress1)
          Set the value of streetAddress1.
 void setStreetAddress2(String streetAddress2)
          Set the value of streetAddress2.
 void setSuffix(String suffix)
          Set the value of suffix.
 void setSystemCode(String systemCode)
          Set the value of sistemCode.
 void setSystemName(String systemName)
          Set the value of systemName.
 void setTelephone(String telephone)
          Set the value of telephone.
 void setTitle(String title)
          Set the value of title.
 void setZipCode(String zipCode)
          Set the value of zipCode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimplePerson

public SimplePerson()
Default constructor.


SimplePerson

public SimplePerson(String firstName,
                    String lastName)
Method Detail

getOtherOrgIds

public Map<String,String> getOtherOrgIds()
Get the value of otherOrgIds.

Returns:
the value of otherOrgIds.

setOtherOrgIds

public void setOtherOrgIds(Map<String,String> otherOrgIds)
Set the value of otherOrgIds.

Parameters:
otherOrgIds - The value of otherOrgIds.

getSSN

public String getSSN()
Get the value of ssn.

Returns:
the value of ssn.

setSSN

public void setSSN(String ssn)
Set the value of ssn.

Parameters:
ssn - The value of ssn.

getLocalId

public String getLocalId()
Get the value of localId.

Returns:
the value of localId.

getLocalOrg

public String getLocalOrg()
Get the value of localOrg.

Returns:
the value of localOrg.

setLocalId

public void setLocalId(String localId)
Set the value of localId.

Parameters:
localId - The value of localId.

setLocalOrg

public void setLocalOrg(String localOrg)
Set the value of localOrg.

Parameters:
localOrg - The value of localOrg.

getFirstName

public String getFirstName()
Get the value of firstName.

Returns:
the value of firstName.

setFirstName

public void setFirstName(String firstName)
Set the value of firstName.

Parameters:
firstName - The value of firstName.

getLastName

public String getLastName()
Get the value of lastName.

Returns:
the value of lastName.

setLastName

public void setLastName(String lastName)
Set the value of lastName.

Parameters:
lastName - The value of lastName.

getMiddleName

public String getMiddleName()
Get the value of middleName.

Returns:
the value of middleName.

setMiddleName

public void setMiddleName(String middleName)
Set the value of middleName.

Parameters:
middleName - The value of middleName.

getStreetAddress1

public String getStreetAddress1()
Get the value of streetAddress1.

Returns:
the value of streetAddress1.

setStreetAddress1

public void setStreetAddress1(String streetAddress1)
Set the value of streetAddress1.

Parameters:
streetAddress1 - The value of streetAddress1.

getStreetAddress2

public String getStreetAddress2()
Get the value of streetAddress2.

Returns:
the value of streetAddress2.

setStreetAddress2

public void setStreetAddress2(String streetAddress2)
Set the value of streetAddress2.

Parameters:
streetAddress2 - The value of streetAddress2.

getTelephone

public String getTelephone()
Get the value of telephone.

Returns:
the value of telephone.

setTelephone

public void setTelephone(String telephone)
Set the value of telephone.

Parameters:
telephone - The value of telephone.

getBirthDateTime

public String getBirthDateTime()
Get the value of birthDateTime.

Returns:
the value of birthDateTime.

setBirthDateTime

public void setBirthDateTime(String birthDateTime)
Set the value of birthDateTime.

Parameters:
birthDateTime - The value of birthDateTime.

getLanguageCode

public String getLanguageCode()
Get the value of languageCode.

Returns:
the value of languageCode.

setLanguageCode

public void setLanguageCode(String languageCode)
Set the value of languageCode.

Parameters:
languageCode - The value of languageCode.

getEthnicityCode

public String getEthnicityCode()
Get the value of ethnicityCode.

Returns:
the value of ethnicityCode.

setEthnicityCode

public void setEthnicityCode(String ethnicityCode)
Set the value of ethnicityCode.

Parameters:
ethnicityCode - The value of ethnicityCode.

getAge

public String getAge()
Get the value of age.

Returns:
the value of age.

setAge

public void setAge(String age)
Set the value of age.

Parameters:
age - The value of age.

getAgeUnits

public String getAgeUnits()
Get the value of ageUnits.

Returns:
the value of ageUnits.

setAgeUnits

public void setAgeUnits(String ageUnits)
Set the value of ageUnits.

Parameters:
ageUnits - The value of ageUnits.

getGenderCode

public String getGenderCode()
Get the value of genderCode.

Returns:
the value of genderCode.

setGenderCode

public void setGenderCode(String genderCode)
Set the value of genderCode.

Parameters:
genderCode - The value of genderCode.

getZipCode

public String getZipCode()
Get the value of zipCode.

Returns:
the value of zipCode.

setZipCode

public void setZipCode(String zipCode)
Set the value of zipCode.

Parameters:
zipCode - The value of zipCode.

getState

public String getState()
Get the value of state.

Returns:
the value of state.

setState

public void setState(String state)
Set the value of state.

Parameters:
state - The value of state.

getCounty

public String getCounty()
Get the value of county.

Returns:
the value of county.

setCounty

public void setCounty(String county)
Set the value of county.

Parameters:
county - The value of county.

getCity

public String getCity()
Get the value of city.

Returns:
the value of city.

setCity

public void setCity(String city)
Set the value of city.

Parameters:
city - The value of city.

getCountry

public String getCountry()
Get the value of country.

Returns:
the value of country.

setCountry

public void setCountry(String country)
Set the value of country.

Parameters:
country - The value of country.

getPcpOid

public String getPcpOid()
Get the value of pcpOid.

Returns:
the value of pcpOid.

setPcpOid

public void setPcpOid(String pcpOid)
Set the value of pcpOid.

Parameters:
pcpOid - The value of pcpOid.

getPcpName

public String getPcpName()
Get the value of pcpName.

Returns:
the value of pcpName.

setPcpName

public void setPcpName(String pcpName)
Set the value of pcpName.

Parameters:
pcpName - The value of pcpName.

getEthnicityCodeSystem

public String getEthnicityCodeSystem()
Get the value of ethnicityCodeSystem.

Returns:
the value of ethnicityCodeSystem.

setEthnicityCodeSystem

public void setEthnicityCodeSystem(String ethnicityCodeSystem)
Set the value of ethnicityCodeSystem.

Parameters:
ethnicityCodeSystem - The value of ethnicityCodeSystem.

getEthnicityCodeName

public String getEthnicityCodeName()
Get the value of ethnicityCodeName.

Returns:
the value of ethnicityCodeName.

setEthnicityCodeName

public void setEthnicityCodeName(String ethnicityCodeName)
Set the value of ethnicityCodeName.

Parameters:
ethnicityCodeName - The value of ethnicityCodeName.

getGenderCodeSystem

public String getGenderCodeSystem()
Get the value of genderCodeSystem.

Returns:
the value of genderCodeSystem.

setGenderCodeSystem

public void setGenderCodeSystem(String genderCodeSystem)
Set the value of genderCodeSystem.

Parameters:
genderCodeSystem - The value of GenderCodeSystem.

getPatientEuid

public String getPatientEuid()
Get the value of patientEuid.

Returns:
the value of patientEuid.

setPatientEuid

public void setPatientEuid(String patientEuid)
Set the value of patientEuid.

Parameters:
patientEuid - The value of patientEuid.

getDepartment

public String getDepartment()
Get the value of department.

Returns:
the value of department.

setDepartment

public void setDepartment(String department)
Set the value of department.

Parameters:
department - The value of department.

getEmail

public String getEmail()
Get the value of email.

Returns:
the value of email.

setEmail

public void setEmail(String email)
Set the value of email.

Parameters:
email - The value of email.

getNpi

public String getNpi()
Get the value of npi.

Returns:
the value of npi.

setNpi

public void setNpi(String npi)
Set the value of npi.

Parameters:
npi - The value of npi.

getSsn

public String getSsn()
Get the value of ssn.

Returns:
the value of ssn.

setSsn

public void setSsn(String ssn)
Set the value of ssn.

Parameters:
ssn - The value of ssn.

getSuffix

public String getSuffix()
Get the value of suffix.

Returns:
the value of suffix.

setSuffix

public void setSuffix(String suffix)
Set the value of suffix.

Parameters:
suffix - The value of suffix.

getTitle

public String getTitle()
Get the value of title.

Returns:
the value of title.

setTitle

public void setTitle(String title)
Set the value of title.

Parameters:
title - The value of title.

getSystemCode

public String getSystemCode()
Get the value of systemCode.

Returns:
the value of systemCode.

setSystemCode

public void setSystemCode(String systemCode)
Set the value of sistemCode.

Parameters:
systemCode - The value of systemCode.

getSystemName

public String getSystemName()
Get the value of systemName.

Returns:
the value of systemName.

setSystemName

public void setSystemName(String systemName)
Set the value of systemName.

Parameters:
systemName - The value of systemName.

getPhoneExt

public String getPhoneExt()
Get the value of phoneExt.

Returns:
the value of phoneExt.

setPhoneExt

public void setPhoneExt(String phoneExt)
Set the value of phoneExt.

Parameters:
phoneExt - The value of phoneExt.


Copyright © 2010-2011. All Rights Reserved.