public class Person
extends edu.emory.cci.aiw.etl.table.AbstractRecord
CREATE TABLE OMOP.person ( person_id NUMBER(19) NOT NULL , gender_concept_id INTEGER NOT NULL , year_of_birth INTEGER NOT NULL , month_of_birth INTEGER NULL, day_of_birth INTEGER NULL, birthDatetime TIMESTAMP NULL, deathDatetime TIMESTAMP NULL, race_concept_id INTEGER NOT NULL, ethnicity_concept_id INTEGER NOT NULL, location_id NUMBER(19) NULL, provider_id NUMBER(19) NULL, care_site_id NUMBER(19) NULL, person_source_value VARCHAR(50) NULL, gender_source_value VARCHAR(50) NULL, gender_source_concept_id INTEGER NOT NULL, race_source_value VARCHAR(50) NULL, race_source_concept_id INTEGER NOT NULL, ethnicity_source_value VARCHAR(50) NULL, ethnicity_source_concept_id INTEGER NOT NULL )
| Constructor and Description |
|---|
Person() |
public Long getPersonId()
public void setPersonId(Long personId)
public Integer getGenderConceptId()
public void setGenderConceptId(Integer genderConceptId)
public Integer getYearOfBirth()
public void setYearOfBirth(Integer yearOfBirth)
public Integer getMonthOfBirth()
public void setMonthOfBirth(Integer monthOfBirth)
public Integer getDayOfBirth()
public void setDayOfBirth(Integer dayOfBirth)
public Timestamp getBirthDatetime()
public void setBirthDatetime(Timestamp birthDatetime)
public Timestamp getDeathDatetime()
public void setDeathDatetime(Timestamp deathDatetime)
public Integer getRaceConceptId()
public void setRaceConceptId(Integer raceConceptId)
public Integer getEthnicityConceptId()
public void setEthnicityConceptId(Integer ethnicityConceptId)
public Long getLocationId()
public void setLocationId(Long locationId)
public Long getProviderId()
public void setProviderId(Long providerId)
public Long getCareSiteId()
public void setCareSiteId(Long careSiteId)
public String getPersonSourceValue()
public void setPersonSourceValue(String personSourceValue)
public String getGenderSourceValue()
public void setGenderSourceValue(String genderSourceValue)
public Integer getGenderSourceConceptId()
public void setGenderSourceConceptId(Integer genderSourceConceptId)
public String getRaceSourceValue()
public void setRaceSourceValue(String raceSourceValue)
public Integer getRaceSourceConceptId()
public void setRaceSourceConceptId(Integer raceSourceConceptId)
public String getEthnicitySourceValue()
public void setEthnicitySourceValue(String ethnicitySourceValue)
public Integer getEthnicitySourceConceptId()
public void setEthnicitySourceConceptId(Integer ethnicitySourceConceptId)
Copyright © 2019–2020 Emory University. All rights reserved.