
Uses of Class
ca.uhn.fhir.jpa.entity.TermConceptProperty
Packages that use TermConceptProperty
-
Uses of TermConceptProperty in ca.uhn.fhir.jpa.entity
Methods in ca.uhn.fhir.jpa.entity that return TermConceptPropertyModifier 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) Methods in ca.uhn.fhir.jpa.entity that return types with arguments of type TermConceptProperty -
Uses of TermConceptProperty in ca.uhn.fhir.jpa.term
Methods in ca.uhn.fhir.jpa.term that return TermConceptPropertyModifier and TypeMethodDescriptionstatic TermConceptProperty
TermLoaderSvcImpl.getOrCreateConceptProperty
(Map<String, List<TermConceptProperty>> code2Properties, String code, String key) Method parameters in ca.uhn.fhir.jpa.term with type arguments of type TermConceptPropertyModifier and TypeMethodDescriptionstatic TermConceptProperty
TermLoaderSvcImpl.getOrCreateConceptProperty
(Map<String, List<TermConceptProperty>> code2Properties, String code, String key) -
Uses of TermConceptProperty in ca.uhn.fhir.jpa.term.custom
Constructor parameters in ca.uhn.fhir.jpa.term.custom with type arguments of type TermConceptPropertyModifierConstructorDescriptionPropertyHandler
(Map<String, List<TermConceptProperty>> theCode2concept)