fhir_time_machine 1.0.3 copy "fhir_time_machine: ^1.0.3" to clipboard
fhir_time_machine: ^1.0.3 copied to clipboard

Converter extensions to translate between FHIR and Time Machine date/time types.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fhir_time_machine

With Flutter:

 $ flutter pub add fhir_time_machine

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  fhir_time_machine: ^1.0.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fhir_time_machine/fhir_time_machine.dart';
0
likes
150
points
582
downloads

Publisher

verified publisherevoleen.com

Weekly Downloads

Converter extensions to translate between FHIR and Time Machine date/time types.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

fhir_r4, time_machine2

More

Packages that depend on fhir_time_machine