Uses of Enum Class
ca.uhn.hl7v2.Version
Packages that use Version
-
Uses of Version in ca.uhn.hl7v2
Methods in ca.uhn.hl7v2 that return VersionModifier and TypeMethodDescriptionstatic Version[]static Version[]static Version[]static VersionVersion.highestAvailableVersionOrDefault()Returns the highest version for which the structure classes are found on the classes.static VersionVersion.latestVersion()Returns the newest available version of the message structure classes on the classpath, ornullif none are foundstatic VersionVersion.lowestAvailableVersion()Returns the lowest version for which the structure classes are found on the classes.static VersionReturns the enum constant of this class with the specified name.static Version[]Version.values()Returns an array containing the constants of this enum class, in the order they are declared.static VersionMethods in ca.uhn.hl7v2 that return types with arguments of type VersionModifier and TypeMethodDescriptionVersion.availableVersions()Returns a list of all versions for which the structure JARs have been found on the classpath.Methods in ca.uhn.hl7v2 with parameters of type VersionModifier and TypeMethodDescriptionstatic Version[]static Version[]static Version[]booleanVersion.isGreaterThan(Version theVersion) Returns true if this version is greater than the specified versionDefaultHapiContext.newMessage(String eventType, String triggerEvent, Version version) HapiContext.newMessage(String eventType, String triggerEvent, Version version) Creates a new message of the given event type, trigger and version, and initializes the message headerMethod parameters in ca.uhn.hl7v2 with type arguments of type Version -
Uses of Version in ca.uhn.hl7v2.parser
Methods in ca.uhn.hl7v2.parser that return types with arguments of type VersionModifier and TypeMethodDescriptionAbstractModelClassFactory.loadMessageStructures()Load event map from a external resourceMethods in ca.uhn.hl7v2.parser with parameters of type VersionModifier and TypeMethodDescriptionAbstractModelClassFactory.getEventMapForVersion(Version version) Returns the event map for a given HL7 version.AbstractModelClassFactory.getMessageStructureForEvent(String name, Version version) CustomModelClassFactory.getMessageStructureForEvent(String eventName, Version version) Looks up its own event map.DefaultModelClassFactory.getMessageStructureForEvent(String name, Version version) Returns the event structure.ModelClassFactory.getMessageStructureForEvent(String eventName, Version version) -
Uses of Version in ca.uhn.hl7v2.validation.builder
Methods in ca.uhn.hl7v2.validation.builder with parameters of type VersionModifier and TypeMethodDescriptionfinal ValidationRuleBuilderValidationRuleBuilder.forVersion(Version... version) Constructors in ca.uhn.hl7v2.validation.builder with parameters of type VersionModifierConstructorDescriptionprotectedRuleTypeBuilder(List<RuleBinding<? extends Rule<?>>> rules, Version... versions) Constructor parameters in ca.uhn.hl7v2.validation.builder with type arguments of type VersionModifierConstructorDescriptionprotectedEncodingRuleBuilder(List<RuleBinding<? extends Rule<?>>> rules, Set<Version> versions, String encoding) protectedMessageRuleBuilder(List<RuleBinding<? extends Rule<?>>> rules, Set<Version> versions, String messageType, String... triggerEvents) protectedPrimitiveRuleBuilder(List<RuleBinding<? extends Rule<?>>> rules, Set<Version> versions, Set<String> types) protectedRuleTypeBuilder(List<RuleBinding<? extends Rule<?>>> rules, Set<Version> versions)