Package ca.uhn.fhir.jpa.entity
Class TermConceptProperty
java.lang.Object
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
getKey()
getPid()
getType()
getValue()
int
hashCode()
boolean
boolean
boolean
void
performLegacyLobSupport
(boolean theSupportLegacyLob) 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()
-
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
-
toString
-
equals
-
hashCode
-
getPid
-
performLegacyLobSupport
-
hasValueBlobForTesting
-
setValueBlobForTesting
-
hasValueBinForTesting
-
setValueBinForTesting
-