Class ResourceProfileRec
- java.lang.Object
-
- com.ibm.fhir.persistence.jdbc.dao.impl.ResourceRefRec
-
- com.ibm.fhir.persistence.jdbc.dao.impl.ResourceProfileRec
-
public class ResourceProfileRec extends ResourceRefRec
A DTO representing a mapping of a resource and token value. The record is used to drive the population of the CODE_SYSTEMS, COMMON_TOKEN_VALUES TOKEN_VALUES_MAP and_TOKEN_VALUES_MAP tables.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCanonicalValue()
int
getCanonicalValueId()
Getter for the database idString
getFragment()
Get the optional string fragment of the canonical uriString
getVersion()
Get the optional string version of the canonical uriboolean
isSystemLevel()
void
setCanonicalValueId(int canonicalValueId)
Sets the database id for the canonicalValue record.-
Methods inherited from class com.ibm.fhir.persistence.jdbc.dao.impl.ResourceRefRec
getLogicalResourceId, getParameterName, getParameterNameId, getResourceType, getResourceTypeId, setParameterNameId
-
-
-
-
Constructor Detail
-
ResourceProfileRec
public ResourceProfileRec(String parameterName, String resourceType, long resourceTypeId, long logicalResourceId, String canonicalValue, String version, String fragment, boolean systemLevel)
Public constructor- Parameters:
parameterName
-resourceType
-resourceTypeId
-logicalResourceId
-canonicalValue
-version
-fragment
-systemLevel
-
-
-
Method Detail
-
getCanonicalValue
public String getCanonicalValue()
- Returns:
- the codeSystemValue
-
getCanonicalValueId
public int getCanonicalValueId()
Getter for the database id- Returns:
-
setCanonicalValueId
public void setCanonicalValueId(int canonicalValueId)
Sets the database id for the canonicalValue record.- Parameters:
canonicalValueId
- to set
-
isSystemLevel
public boolean isSystemLevel()
- Returns:
- the systemLevel
-
getVersion
public String getVersion()
Get the optional string version of the canonical uri- Returns:
-
getFragment
public String getFragment()
Get the optional string fragment of the canonical uri- Returns:
-
-