Uses of Class
org.projecthusky.common.basetypes.CodeBaseType
Packages that use CodeBaseType
Package
Description
-
Uses of CodeBaseType in org.projecthusky.common.basetypes
Methods in org.projecthusky.common.basetypes that return CodeBaseTypeMethods in org.projecthusky.common.basetypes that return types with arguments of type CodeBaseTypeModifier and TypeMethodDescriptionCodeBaseType.getCodeTranslationList()
Gets the code translation list for the current code.Methods in org.projecthusky.common.basetypes with parameters of type CodeBaseTypeModifier and TypeMethodDescriptionvoid
CodeBaseType.addCodeTranslation
(CodeBaseType codeTranslation) Adds the code translation.boolean
CodeBaseType.contains
(CodeBaseType value) Checks whether the list member contains the given value.Method parameters in org.projecthusky.common.basetypes with type arguments of type CodeBaseTypeModifier and TypeMethodDescriptionvoid
CodeBaseType.setCodeTranslationList
(List<CodeBaseType> codeTranslationList) Sets the code translation list.CodeBaseType.Builder.withCodeTranslationList
(List<CodeBaseType> codeTranslationList) With code translation list. -
Uses of CodeBaseType in org.projecthusky.common.model
Subclasses of CodeBaseType in org.projecthusky.common.modelModifier and TypeClassDescriptionclass
The class Code contains all necessary fields for a coded element.Methods in org.projecthusky.common.model that return CodeBaseTypeModifier and TypeMethodDescriptionstatic CodeBaseType
Code.createCodeBaseType
(CD hl7CdaR2Value) Creates the base type from the given HL7 CDA R2 value.Methods in org.projecthusky.common.model with parameters of type CodeBaseTypeModifier and TypeMethodDescriptionstatic CD
Code.createHl7CdaR2Cd
(CodeBaseType baseType) Creates the HL7 CDA R2 data type from the given base type.static CE
Code.createHl7CdaR2Ce
(CodeBaseType baseType) Creates the HL7 CDA R2 data type from the given base type.static CS
Code.createHl7CdaR2Cs
(CodeBaseType baseType) Creates the HL7 CDA R2 data type from the given base type.void
Code.set
(CodeBaseType baseType) Sets the fields of the current instance by the given base type.Constructors in org.projecthusky.common.model with parameters of type CodeBaseTypeModifierConstructorDescriptionCode
(CodeBaseType baseType) Instantiates a new instance from the given base type. -
Uses of CodeBaseType in org.projecthusky.valueset.model
Methods in org.projecthusky.valueset.model that return CodeBaseTypeModifier and TypeMethodDescriptionValueSetEntry.getCodeBaseType()
Gets the code. Ruft den Code ab.Methods in org.projecthusky.valueset.model that return types with arguments of type CodeBaseTypeModifier and TypeMethodDescriptionValueSetEntry.getMappingCodeList()
Gets the mapping code list. Ruft die Zuordnungscodeliste ab.Methods in org.projecthusky.valueset.model with parameters of type CodeBaseTypeModifier and TypeMethodDescriptionvoid
ValueSetEntry.addMappingCode
(CodeBaseType value) Adds a mapping code. Fügt einen Zuordnungscode hinzu.boolean
ValueSetEntry.containsMappingCode
(CodeBaseType value) Checks whether the list member contains the given value. Überprüft, ob die Liste den angegebenen Wert enthält. Contains.ValueSet.getValueSetEntryByCode
(CodeBaseType value) Gets the value set entry by code. Ruft den Wertesatz-Eintrag anhand seines Codes ab.ValueSet.getValueSetEntryByMappingCode
(CodeBaseType value) Gets the value set entry by mapping code. Ruft den Wertesatz-Eintrag anhand des angegebenen Zuordnungscodes ab.void
ValueSetEntry.setCodeBaseType
(CodeBaseType codeBaseType) Sets the code. Legt den Code fest.ValueSetEntry.Builder.withCodeBaseType
(CodeBaseType codeBaseType) With code base type.Method parameters in org.projecthusky.valueset.model with type arguments of type CodeBaseTypeModifier and TypeMethodDescriptionvoid
ValueSetEntry.setMappingCodeList
(List<CodeBaseType> mappingCodeList) Sets the mapping code list. Legt die Liste der Zuordnungscodes fest.ValueSetEntry.Builder.withMappingCodeList
(ArrayList<CodeBaseType> mappingCodeList) With mapping code list.