Uses of Class
org.hl7.fhir.dstu2.model.UnsignedIntType
Packages that use UnsignedIntType
-
Uses of UnsignedIntType in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return UnsignedIntTypeModifier and TypeMethodDescriptionprotected UnsignedIntTypeJsonParser.parseUnsignedInt(String v)protected UnsignedIntTypeXmlParser.parseUnsignedInt(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type UnsignedIntTypeModifier and TypeMethodDescriptionprotected voidXmlParser.composeUnsignedInt(String name, UnsignedIntType value)protected voidJsonParser.composeUnsignedIntCore(String name, UnsignedIntType value, boolean inArray)protected voidJsonParser.composeUnsignedIntExtras(String name, UnsignedIntType value, boolean inArray) -
Uses of UnsignedIntType in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as UnsignedIntTypeModifier and TypeFieldDescriptionprotected UnsignedIntTypeMedia.durationThe duration of the recording in seconds - for audio and video.protected UnsignedIntTypeImagingStudy.ImagingStudySeriesComponent.numberThe Numeric identifier of this series in the study.protected UnsignedIntTypeImagingStudy.ImagingStudySeriesInstanceComponent.numberThe number of instance in the series.protected UnsignedIntTypeImagingStudy.ImagingStudySeriesComponent.numberOfInstancesNumber of SOP Instances in Series.protected UnsignedIntTypeImagingStudy.numberOfInstancesNumber of SOP Instances in Study.protected UnsignedIntTypeImagingStudy.numberOfSeriesNumber of Series in Study.protected UnsignedIntTypeAppointment.priorityThe priority of the appointment.protected UnsignedIntTypeGroup.quantityA count of the number of resource instances that are part of the group.protected UnsignedIntTypeConformance.ConformanceMessagingComponent.reliableCacheLength 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 UnsignedIntTypeAttachment.sizeThe number of bytes of data that make up this attachment.protected UnsignedIntTypeBundle.totalIf 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).Fields in org.hl7.fhir.dstu2.model with type parameters of type UnsignedIntTypeModifier and TypeFieldDescriptionprotected List<UnsignedIntType>ImagingObjectSelection.FramesComponent.frameNumbersThe frame numbers in the frame set.Methods in org.hl7.fhir.dstu2.model that return UnsignedIntTypeModifier and TypeMethodDescriptionImagingObjectSelection.FramesComponent.addFrameNumbersElement()Base.castToUnsignedInt(Base b)UnsignedIntType.copy()Media.getDurationElement()ImagingStudy.ImagingStudySeriesComponent.getNumberElement()ImagingStudy.ImagingStudySeriesInstanceComponent.getNumberElement()ImagingStudy.getNumberOfInstancesElement()ImagingStudy.ImagingStudySeriesComponent.getNumberOfInstancesElement()ImagingStudy.getNumberOfSeriesElement()Appointment.getPriorityElement()Group.getQuantityElement()Conformance.ConformanceMessagingComponent.getReliableCacheElement()Attachment.getSizeElement()Bundle.getTotalElement()Methods in org.hl7.fhir.dstu2.model that return types with arguments of type UnsignedIntTypeMethods in org.hl7.fhir.dstu2.model with parameters of type UnsignedIntTypeModifier and TypeMethodDescriptionMedia.setDurationElement(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)Appointment.setPriorityElement(UnsignedIntType value)Group.setQuantityElement(UnsignedIntType value)Conformance.ConformanceMessagingComponent.setReliableCacheElement(UnsignedIntType value)Attachment.setSizeElement(UnsignedIntType value)Bundle.setTotalElement(UnsignedIntType value)Constructors in org.hl7.fhir.dstu2.model with parameters of type UnsignedIntTypeModifierConstructorDescriptionImagingStudy(Reference patient, OidType uid, UnsignedIntType numberOfSeries, UnsignedIntType numberOfInstances)ImagingStudySeriesComponent(Coding modality, OidType uid, UnsignedIntType numberOfInstances)