Package ca.uhn.fhir.jpa.entity
Class TermConceptProperty
java.lang.Object
ca.uhn.fhir.jpa.model.entity.BasePartitionable
ca.uhn.fhir.jpa.entity.TermConceptProperty
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Relevant only for properties of typeTermConceptPropertyTypeEnum.CODING
Relevant only for properties of typeTermConceptPropertyTypeEnum.CODING
getId()
getKey()
getPid()
getType()
getValue()
int
hashCode()
boolean
boolean
boolean
void
performLegacyLobSupport
(boolean theSupportLegacyLob) void
setCodeSystem
(String theCodeSystem) Relevant only for properties of typeTermConceptPropertyTypeEnum.CODING
setCodeSystemVersion
(TermCodeSystemVersion theCodeSystemVersion) setConcept
(TermConcept theConcept) setDisplay
(String theDisplay) Relevant only for properties of typeTermConceptPropertyTypeEnum.CODING
setType
(TermConceptPropertyTypeEnum theType) setValueBin
(byte[] theValueBin) setValueBin
(String theValueBin) void
setValueBinForTesting
(byte[] theValuebin) void
setValueBlobForTesting
(byte[] theValueLob) toString()
Methods inherited from class ca.uhn.fhir.jpa.model.entity.BasePartitionable
getPartitionId, setPartitionId
-
Field Details
-
MAX_PROPTYPE_ENUM_LENGTH
- See Also:
-
MAX_LENGTH
- See Also:
-
-
Constructor Details
-
TermConceptProperty
public TermConceptProperty()Constructor
-
-
Method Details
-
getCodeSystem
Relevant only for properties of typeTermConceptPropertyTypeEnum.CODING
-
setCodeSystem
Relevant only for properties of typeTermConceptPropertyTypeEnum.CODING
-
getDisplay
Relevant only for properties of typeTermConceptPropertyTypeEnum.CODING
-
setDisplay
Relevant only for properties of typeTermConceptPropertyTypeEnum.CODING
-
getKey
-
setKey
-
getType
-
setType
-
getValue
-
setValue
-
hasValueBin
-
setValueBin
-
setValueBin
-
getValueBinAsString
-
setCodeSystemVersion
-
setConcept
-
prePersist
-
toString
- Overrides:
toString
in classBasePartitionable
-
equals
-
hashCode
-
getPid
-
getPartitionedId
-
performLegacyLobSupport
-
hasValueBlobForTesting
-
setValueBlobForTesting
-
hasValueBinForTesting
-
setValueBinForTesting
-
getId
-