Uses of Interface
ca.uhn.hl7v2.conf.store.CodeStore
Packages that use CodeStore
-
Uses of CodeStore in ca.uhn.hl7v2.conf.check
Methods in ca.uhn.hl7v2.conf.check with parameters of type CodeStoreModifier and TypeMethodDescriptionvoidDefaultValidator.setCodeStore(CodeStore theCodeStore) Provides a code store to use to provide the code tables which will be used to validate coded value types. -
Uses of CodeStore in ca.uhn.hl7v2.conf.store
Classes in ca.uhn.hl7v2.conf.store that implement CodeStoreModifier and TypeClassDescriptionclassAbstract class for used retrieving and validating codes from user defined and HL7 specific tables that correspond to a conformance profile.classThis particular implementation of CodeStore retrieves valid codes and validates codeSystems using tables found in 'spec xml tables only' docs generated from the HL7 Messaging Workbench tool.Methods in ca.uhn.hl7v2.conf.store that return CodeStoreModifier and TypeMethodDescriptionCodeStoreRegistry.getCodeStore(String profileID, String codeSystem) Returns the first code store that knows the codes in the given code system (as per CodeStore.knowsCodes) and is registered for the given profile.DefaultCodeStoreRegistry.getCodeStore(String profileID, String codeSystem) static CodeStoreProfileStoreFactory.getCodeStore(String profileID, String codeSystem) Deprecated.Methods in ca.uhn.hl7v2.conf.store with parameters of type CodeStoreModifier and TypeMethodDescriptionvoidCodeStoreRegistry.addCodeStore(CodeStore store) Registers a code store for use with all profiles.voidCodeStoreRegistry.addCodeStore(CodeStore store, String profileID) Registers a code store for use with certain profiles.voidDefaultCodeStoreRegistry.addCodeStore(CodeStore store) voidDefaultCodeStoreRegistry.addCodeStore(CodeStore store, String profileID) static voidProfileStoreFactory.addCodeStore(CodeStore store) Deprecated.static voidProfileStoreFactory.addCodeStore(CodeStore store, String profileID) Deprecated.
CodeStoreRegistry.getCodeStore(String, String)