FHIR Chat · unsignedInt and positiveInt · implementers

Stream: implementers

Topic: unsignedInt and positiveInt


view this post on Zulip Mattias Flodin (Apr 26 2017 at 12:21):

Do unsignedInt and positiveInt have unlimited range, unlike integer?

view this post on Zulip Grahame Grieve (Apr 26 2017 at 13:05):

No. They have the same range as integer

view this post on Zulip Mattias Flodin (Apr 26 2017 at 13:07):

Does that mean [0, 2147483647] or [0, 4294967295]? :)

view this post on Zulip Lloyd McKenzie (Apr 26 2017 at 13:17):

The first

view this post on Zulip Lloyd McKenzie (Apr 26 2017 at 13:17):

unsignedInt is a constraint on integer

view this post on Zulip Eric Haas (Apr 26 2017 at 20:41):

postiveInt does not contain 0

view this post on Zulip Yunwei Wang (Apr 26 2017 at 20:47):

@Eric Haas Good comments :+1:


Last updated: Apr 12 2022 at 19:14 UTC