Uses of Class
in.cdac.medinfo.csnotk.csnolib.commons.EnumLangRefset
-
Packages that use EnumLangRefset Package Description in.cdac.medinfo.csnotk.csnolib.commons in.cdac.medinfo.csnotk.csnolib.db in.cdac.medinfo.csnotk.csnolib.model in.cdac.medinfo.csnotk.csnolib.service -
-
Uses of EnumLangRefset in in.cdac.medinfo.csnotk.csnolib.commons
Methods in in.cdac.medinfo.csnotk.csnolib.commons that return EnumLangRefset Modifier and Type Method Description static EnumLangRefsetEnumLangRefset. getEnum(java.lang.String value)Returns enumeration for given string value.static EnumLangRefsetEnumLangRefset. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EnumLangRefset[]EnumLangRefset. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EnumLangRefset in in.cdac.medinfo.csnotk.csnolib.db
Methods in in.cdac.medinfo.csnotk.csnolib.db with parameters of type EnumLangRefset Modifier and Type Method Description java.lang.StringQueryManager. getPreferredName(java.lang.String conceptId, EnumLangRefset enumLangRefset)Returns list of preferred names in US refset associated with correspondingConceptidentifier. -
Uses of EnumLangRefset in in.cdac.medinfo.csnotk.csnolib.model
Methods in in.cdac.medinfo.csnotk.csnolib.model with parameters of type EnumLangRefset Modifier and Type Method Description java.lang.StringConcept. getPreferredName(EnumLangRefset langRefset)Returns the preferred name for a concept. -
Uses of EnumLangRefset in in.cdac.medinfo.csnotk.csnolib.service
Methods in in.cdac.medinfo.csnotk.csnolib.service with parameters of type EnumLangRefset Modifier and Type Method Description java.util.List<CompositeDescription>LookupService. getAllDescriptions(java.lang.String conceptId, EnumLangRefset enumLangRefset)Returns the list of descriptions including Fully specified names (FSN).ConceptDetailsLookupService. getConceptDetails(java.lang.String id, EnumLangRefset enumLangRefsetId)Returns concept details associated for a given concept identifier (corresponding descriptions and relationships are also listed)
-