Directory

← Back

hipaa-npi-number-input

Input field to hold valid HIPAA compliant NPI number.

Author

Rating

Popularity

<100

[ This description is mirrored from README.md at github.com/biztek/hipaa-npi-number-input on 2019-05-22 ]

Build Status Sauce Test Status Sauce Test Status Published on webcomponents.org

Demo and API docs

<hipaa-npi-number-input>

<hipaa-npi-number-input> is a single-line text field to hold valid HIPAA compliant NPI number.

<hipaa-npi-number-input label="Input label"></hipaa-npi-number-input>

It includes an optional label,error message,invalid,autovalidate and required attributes.

<hipaa-npi-number-input label="Input label"></hipaa-npi-number-input>
<hipaa-npi-number-input error-message="Invalid input!"></hipaa-npi-number-input>
<hipaa-npi-number-input invalid="boolean value"></hipaa-npi-number-input>
<hipaa-npi-number-input autoValidate="boolean value"></hipaa-npi-number-input>
<hipaa-npi-number-input required="boolean value"></hipaa-npi-number-input>

NPI Numbers Validation

A NPI number (NPI Registration Number) is a number assigned to a health care provider.

A valid NPI number consists of: 9 numbers, & last 1 check digit.

The last Number : NPI numbers can be verified by using the last number, which is known as the Check Digit.

Right Format NPI Number example: 1245319599 .

Wrong Format NPI Number : 1231231231.

Listening for input changes

By default, it listens for changes on the bind-value attribute on its children nodes and perform tasks such as auto-validating and label styling when the bind-value changes.

Validation

If the auto-validate attribute is set, element validates the input whether it is HIPAA compliant NPI number and update the label styling when the input value changes.

License

Licensed under Apache 2.0.

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Dependencies

Polymer/polymer#^1.7.0

  • PolymerElements/paper-input#^1.1.20
  • PolymerElements/iron-input#^1.0.10
  • PolymerElements/iron-form-element-behavior#^1.0.6
Released
2017-06-19
Maturity
IMPORTED
License
Other

Compatibility

Framework
Polymer 1.0+
Browser
Browser Independent

hipaa-npi-number-input - Vaadin Add-on Directory

Input field to hold valid HIPAA compliant NPI number. hipaa-npi-number-input - Vaadin Add-on Directory
**[ This description is mirrored from README.md at [github.com/biztek/hipaa-npi-number-input](https://github.com//biztek/hipaa-npi-number-input/blob/v1.0.6/README.md) on 2019-05-22 ]** [![Build Status](https://travis-ci.org/biztek/hipaa-npi-number-input.svg?branch=master)](https://travis-ci.org/biztek/hipaa-npi-number-input) [![Sauce Test Status](https://saucelabs.com/buildstatus/biztek)](https://saucelabs.com/u/biztek) [![Sauce Test Status](https://saucelabs.com/browser-matrix/biztek.svg)](https://saucelabs.com/u/biztek) [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/biztek/hipaa-npi-number-input) _[Demo and API docs](https://biztek.github.io/hipaa-npi-number-input/components/hipaa-npi-number-input)_ # \ `` is a single-line text field to hold valid HIPAA compliant NPI number. ```html ``` It includes an optional label,error message,invalid,autovalidate and required attributes. ```html ``` ### NPI Numbers Validation A NPI number (NPI Registration Number) is a number assigned to a health care provider. A valid NPI number consists of: 9 numbers, & last 1 check digit. The last Number : NPI numbers can be verified by using the last number, which is known as the Check Digit. Right Format NPI Number example: 1245319599 . Wrong Format NPI Number : 1231231231. ### Listening for input changes By default, it listens for changes on the `bind-value` attribute on its children nodes and perform tasks such as auto-validating and label styling when the `bind-value` changes. ### Validation If the `auto-validate` attribute is set, element validates the input whether it is HIPAA compliant NPI number and update the label styling when the input value changes. ### License Licensed under [Apache 2.0](LICENSE).
GitHub Homepage
License
Issue tracker
View on GitHub

hipaa-npi-number-input version 1.0.0
### Dependencies Polymer/polymer#^1.7.0 * PolymerElements/paper-input#^1.1.20

hipaa-npi-number-input version 1.0.1
### Dependencies Polymer/polymer#^1.7.0 * PolymerElements/paper-input#^1.1.20

hipaa-npi-number-input version 1.0.2
### Dependencies Polymer/polymer#^1.7.0 * PolymerElements/paper-input#^1.1.20

hipaa-npi-number-input version 1.0.3
### Dependencies Polymer/polymer#^1.7.0 * PolymerElements/paper-input#^1.1.20

hipaa-npi-number-input version 1.0.4
### Dependencies Polymer/polymer#^1.7.0 * PolymerElements/paper-input#^1.1.20 * PolymerElements/iron-input#^1.0.10 * PolymerElements/iron-form-element-behavior#^1.0.6

hipaa-npi-number-input version 1.0.5
### Dependencies Polymer/polymer#^1.7.0 * PolymerElements/paper-input#^1.1.20 * PolymerElements/iron-input#^1.0.10 * PolymerElements/iron-form-element-behavior#^1.0.6

hipaa-npi-number-input version 1.0.6
### Dependencies Polymer/polymer#^1.7.0 * PolymerElements/paper-input#^1.1.20 * PolymerElements/iron-input#^1.0.10 * PolymerElements/iron-form-element-behavior#^1.0.6

Online