public class ProviderDimension extends AbstractRecord
CREATE TABLE "PROVIDER_DIMENSION"
(
"PROVIDER_ID" VARCHAR2(50) NOT NULL ENABLE,
"PROVIDER_PATH" VARCHAR2(700) NOT NULL ENABLE,
"NAME_CHAR" VARCHAR2(850),
"PROVIDER_BLOB" CLOB,
"UPDATE_DATE" DATE,
"DOWNLOAD_DATE" DATE,
"IMPORT_DATE" DATE,
"SOURCESYSTEM_CD" VARCHAR2(50),
"UPLOAD_ID" NUMBER(38,0),
CONSTRAINT "PROVIDER_DIMENSION_PK" PRIMARY KEY ("PROVIDER_PATH", "PROVIDER_ID") ENABLE
)
| Constructor and Description |
|---|
ProviderDimension() |
| Modifier and Type | Method and Description |
|---|---|
Concept |
getConcept()
Returns the provider's unique id, or
null if the provider is not recorded or unknown. |
String |
getSourceSystem()
Returns the source system of this provider, or
null if it is not recorded. |
void |
setConcept(Concept concept) |
void |
setSourceSystem(String sourceSystem) |
String |
toString() |
addRejectionReason, getRejectionReasons, isRejected, reset, setRejectedpublic void setConcept(Concept concept)
public void setSourceSystem(String sourceSystem)
public Concept getConcept()
null if the provider is not recorded or unknown.String.public String getSourceSystem()
null if it is not recorded.String.Copyright © 2012–2016 Emory University. All rights reserved.