
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
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanRelevant only for properties of typeTermConceptPropertyTypeEnum.CODINGRelevant only for properties of typeTermConceptPropertyTypeEnum.CODINGgetId()getKey()getPid()getType()getValue()inthashCode()booleanbooleanbooleanvoidperformLegacyLobSupport(boolean theSupportLegacyLob) voidsetCodeSystem(String theCodeSystem) Relevant only for properties of typeTermConceptPropertyTypeEnum.CODINGsetCodeSystemVersion(TermCodeSystemVersion theCodeSystemVersion) setConcept(TermConcept theConcept) setDisplay(String theDisplay) Relevant only for properties of typeTermConceptPropertyTypeEnum.CODINGsetType(TermConceptPropertyTypeEnum theType) setValueBin(byte[] theValueBin) setValueBin(String theValueBin) voidsetValueBinForTesting(byte[] theValuebin) voidsetValueBlobForTesting(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:
toStringin classBasePartitionable
-
equals
-
hashCode
-
getPid
-
getPartitionedId
-
performLegacyLobSupport
-
hasValueBlobForTesting
-
setValueBlobForTesting
-
hasValueBinForTesting
-
setValueBinForTesting
-
getId
-