
Uses of Class
org.hl7.fhir.dstu3.model.UnsignedIntType
Packages that use UnsignedIntType
-
Uses of UnsignedIntType in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return UnsignedIntTypeModifier and TypeMethodDescriptionprotected UnsignedIntType
JsonParser.parseUnsignedInt
(String v) protected UnsignedIntType
XmlParser.parseUnsignedInt
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu3.formats with parameters of type UnsignedIntTypeModifier and TypeMethodDescriptionprotected void
RdfParser.composeUnsignedInt
(Turtle.Complex parent, String parentType, String name, UnsignedIntType value, int index) protected void
XmlParser.composeUnsignedInt
(String name, UnsignedIntType value) protected void
JsonParser.composeUnsignedIntCore
(String name, UnsignedIntType value, boolean inArray) protected void
JsonParser.composeUnsignedIntExtras
(String name, UnsignedIntType value, boolean inArray) -
Uses of UnsignedIntType in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as UnsignedIntTypeModifier and TypeFieldDescriptionprotected UnsignedIntType
CodeSystem.count
The total number of concepts defined by the code system.protected UnsignedIntType
Media.duration
The duration of the recording in seconds - for audio and video.protected UnsignedIntType
ElementDefinition.ElementDefinitionBaseComponent.min
Minimum cardinality of the base element identified by the path.protected UnsignedIntType
ElementDefinition.min
The minimum number of times this element SHALL appear in the instance.protected UnsignedIntType
MessageDefinition.MessageDefinitionFocusComponent.min
Identifies the minimum number of resources of this type that must be pointed to by a message in order for it to be valid against this MessageDefinition.protected UnsignedIntType
ImagingStudy.ImagingStudySeriesComponent.number
The numeric identifier of this series in the study.protected UnsignedIntType
ImagingStudy.ImagingStudySeriesInstanceComponent.number
The number of instance in the series.protected UnsignedIntType
ImagingStudy.ImagingStudySeriesComponent.numberOfInstances
Number of SOP Instances in the Study.protected UnsignedIntType
ImagingStudy.numberOfInstances
Number of SOP Instances in Study.protected UnsignedIntType
ImagingStudy.numberOfSeries
Number of Series in the Study.protected UnsignedIntType
Timing.TimingRepeatComponent.offset
The number of minutes from the event.protected UnsignedIntType
Appointment.priority
The priority of the appointment.protected UnsignedIntType
Group.quantity
A count of the number of resource instances that are part of the group.protected UnsignedIntType
CapabilityStatement.CapabilityStatementMessagingComponent.reliableCache
Length if the receiver's reliable messaging cache in minutes (if a receiver) or how long the cache length on the receiver should be (if a sender).protected UnsignedIntType
Attachment.size
The number of bytes of data that make up this attachment (before base64 encoding, if that is done).protected UnsignedIntType
Bundle.total
If a set of search matches, this is the total number of matches for the search (as opposed to the number of results in this bundle).Methods in org.hl7.fhir.dstu3.model that return UnsignedIntTypeModifier and TypeMethodDescriptionBase.castToUnsignedInt
(Base b) UnsignedIntType.copy()
EligibilityResponse.BenefitComponent.getAllowedUnsignedIntType()
ExplanationOfBenefit.BenefitComponent.getAllowedUnsignedIntType()
CodeSystem.getCountElement()
Media.getDurationElement()
ElementDefinition.getMaxValueUnsignedIntType()
ElementDefinition.ElementDefinitionBaseComponent.getMinElement()
ElementDefinition.getMinElement()
MessageDefinition.MessageDefinitionFocusComponent.getMinElement()
ElementDefinition.getMinValueUnsignedIntType()
ImagingStudy.ImagingStudySeriesComponent.getNumberElement()
ImagingStudy.ImagingStudySeriesInstanceComponent.getNumberElement()
ImagingStudy.getNumberOfInstancesElement()
ImagingStudy.ImagingStudySeriesComponent.getNumberOfInstancesElement()
ImagingStudy.getNumberOfSeriesElement()
Timing.TimingRepeatComponent.getOffsetElement()
Appointment.getPriorityElement()
Group.getQuantityElement()
CapabilityStatement.CapabilityStatementMessagingComponent.getReliableCacheElement()
Attachment.getSizeElement()
Bundle.getTotalElement()
EligibilityResponse.BenefitComponent.getUsedUnsignedIntType()
ExplanationOfBenefit.BenefitComponent.getUsedUnsignedIntType()
Methods in org.hl7.fhir.dstu3.model with parameters of type UnsignedIntTypeModifier and TypeMethodDescriptionCodeSystem.setCountElement
(UnsignedIntType value) Media.setDurationElement
(UnsignedIntType value) ElementDefinition.ElementDefinitionBaseComponent.setMinElement
(UnsignedIntType value) ElementDefinition.setMinElement
(UnsignedIntType value) MessageDefinition.MessageDefinitionFocusComponent.setMinElement
(UnsignedIntType value) ImagingStudy.ImagingStudySeriesComponent.setNumberElement
(UnsignedIntType value) ImagingStudy.ImagingStudySeriesInstanceComponent.setNumberElement
(UnsignedIntType value) ImagingStudy.ImagingStudySeriesComponent.setNumberOfInstancesElement
(UnsignedIntType value) ImagingStudy.setNumberOfInstancesElement
(UnsignedIntType value) ImagingStudy.setNumberOfSeriesElement
(UnsignedIntType value) Timing.TimingRepeatComponent.setOffsetElement
(UnsignedIntType value) Appointment.setPriorityElement
(UnsignedIntType value) Group.setQuantityElement
(UnsignedIntType value) CapabilityStatement.CapabilityStatementMessagingComponent.setReliableCacheElement
(UnsignedIntType value) Attachment.setSizeElement
(UnsignedIntType value) Bundle.setTotalElement
(UnsignedIntType value) Constructors in org.hl7.fhir.dstu3.model with parameters of type UnsignedIntTypeModifierConstructorDescriptionElementDefinitionBaseComponent
(StringType path, UnsignedIntType min, StringType max) Constructor