Uses of Class
ca.uhn.fhir.jpa.entity.TermConceptProperty
-
Uses of TermConceptProperty in ca.uhn.fhir.jpa.entity
Modifier and TypeMethodDescriptionTermConcept.addPropertyCoding
(String thePropertyName, String thePropertyCodeSystem, String thePropertyCode, String theDisplayName) TermConcept.addPropertyString
(String thePropertyName, String thePropertyValue) TermConceptProperty.setCodeSystem
(String theCodeSystem) Relevant only for properties of typeTermConceptPropertyTypeEnum.CODING
TermConceptProperty.setCodeSystemVersion
(TermCodeSystemVersion theCodeSystemVersion) TermConceptProperty.setConcept
(TermConcept theConcept) TermConceptProperty.setDisplay
(String theDisplay) Relevant only for properties of typeTermConceptPropertyTypeEnum.CODING
TermConceptProperty.setType
(TermConceptPropertyTypeEnum theType) TermConceptProperty.setValueBin
(byte[] theValueBin) TermConceptProperty.setValueBin
(String theValueBin) -
Uses of TermConceptProperty in ca.uhn.fhir.jpa.term
Modifier and TypeMethodDescriptionstatic TermConceptProperty
TermLoaderSvcImpl.getOrCreateConceptProperty
(Map<String, List<TermConceptProperty>> code2Properties, String code, String key) Modifier and TypeMethodDescriptionstatic TermConceptProperty
TermLoaderSvcImpl.getOrCreateConceptProperty
(Map<String, List<TermConceptProperty>> code2Properties, String code, String key) -
Uses of TermConceptProperty in ca.uhn.fhir.jpa.term.custom
ModifierConstructorDescriptionPropertyHandler
(Map<String, List<TermConceptProperty>> theCode2concept)