Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Checks strings against the New Zealand Ministry of Health NHI Validation Routine

License

NotificationsYou must be signed in to change notification settings

James-Ansley/rust-nhi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checks strings against the New Zealand Ministry of Health NHI Validation Routine.Supports the old and new NHI number formats specified inHISO 10046:2023.

Install

cargo add nhi

Docs

Example

NHI values can be validated with theis_nhi function, or parsed toNHI structs:

use nhi::{is_nhi,NHI};fnmain(){let nhi_str ="zac5361";assert_eq!(is_nhi(nhi_str),true);let nhi:NHI = nhi_str.parse().unwrap();assert_eq!(nhi.as_str(), nhi_str.to_uppercase());}

More examples are available inthe docs.

See Also

About

Checks strings against the New Zealand Ministry of Health NHI Validation Routine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp