Package ca.uhn.fhir.jpa.entity
Class TermValueSet
java.lang.Object
ca.uhn.fhir.jpa.entity.TermValueSet
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
getName()
getUrl()
int
hashCode()
void
setExpansionStatus
(TermValueSetPreExpansionStatusEnum theExpansionStatus) void
setExpansionTimestamp
(Date theExpansionTimestamp) setResource
(ResourceTable theResource) setTotalConceptDesignations
(Long theTotalConceptDesignations) setTotalConcepts
(Long theTotalConcepts) setVersion
(String theVersion) toString()
-
Field Details
-
MAX_EXPANSION_STATUS_LENGTH
- See Also:
-
MAX_NAME_LENGTH
- See Also:
-
MAX_URL_LENGTH
- See Also:
-
MAX_VER_LENGTH
- See Also:
-
-
Constructor Details
-
TermValueSet
public TermValueSet()
-
-
Method Details
-
getExpansionTimestamp
-
setExpansionTimestamp
-
getId
-
getUrl
-
setUrl
-
getResource
-
setResource
-
getName
-
setName
-
getConcepts
-
getTotalConcepts
-
setTotalConcepts
-
decrementTotalConcepts
-
incrementTotalConcepts
-
getTotalConceptDesignations
-
setTotalConceptDesignations
-
decrementTotalConceptDesignations
-
incrementTotalConceptDesignations
-
getExpansionStatus
-
setExpansionStatus
-
getVersion
-
setVersion
-
equals
-
hashCode
-
toString
-