
Package ca.uhn.fhir.jpa.entity
Class TermConceptDesignation
java.lang.Object
ca.uhn.fhir.jpa.model.entity.BasePartitionable
ca.uhn.fhir.jpa.entity.TermConceptDesignation
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getPid()getValue()voidsetCodeSystemVersion(TermCodeSystemVersion theCodeSystemVersion) setConcept(TermConcept theConcept) setLanguage(String theLanguage) setUseCode(String theUseCode) setUseDisplay(String theUseDisplay) setUseSystem(String theUseSystem) toString()Methods inherited from class ca.uhn.fhir.jpa.model.entity.BasePartitionable
getPartitionId, setPartitionId
-
Field Details
-
MAX_LENGTH
- See Also:
-
MAX_VAL_LENGTH
- See Also:
-
-
Constructor Details
-
TermConceptDesignation
public TermConceptDesignation()
-
-
Method Details
-
getLanguage
-
setLanguage
-
getUseCode
-
setUseCode
-
getUseDisplay
-
setUseDisplay
-
getUseSystem
-
setUseSystem
-
getValue
-
setValue
-
setCodeSystemVersion
-
setConcept
-
prePersist
-
getPid
-
getPartitionedId
-
toString
- Overrides:
toStringin classBasePartitionable
-
getId
-