Uses of Class
org.hl7.fhir.dstu2.model.UnsignedIntType
-
Packages that use UnsignedIntType Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of UnsignedIntType in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return UnsignedIntType Modifier and Type Method Description protected UnsignedIntTypeJsonParser. parseUnsignedInt(String v)protected UnsignedIntTypeXmlParser. parseUnsignedInt(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type UnsignedIntType Modifier and Type Method Description protected 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 UnsignedIntType Modifier and Type Field Description protected 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 UnsignedIntType Modifier and Type Field Description protected List<UnsignedIntType>ImagingObjectSelection.FramesComponent. frameNumbersThe frame numbers in the frame set.Methods in org.hl7.fhir.dstu2.model that return UnsignedIntType Modifier and Type Method Description UnsignedIntTypeImagingObjectSelection.FramesComponent. addFrameNumbersElement()UnsignedIntTypeBase. castToUnsignedInt(Base b)UnsignedIntTypeUnsignedIntType. copy()UnsignedIntTypeMedia. getDurationElement()UnsignedIntTypeImagingStudy.ImagingStudySeriesComponent. getNumberElement()UnsignedIntTypeImagingStudy.ImagingStudySeriesInstanceComponent. getNumberElement()UnsignedIntTypeImagingStudy. getNumberOfInstancesElement()UnsignedIntTypeImagingStudy.ImagingStudySeriesComponent. getNumberOfInstancesElement()UnsignedIntTypeImagingStudy. getNumberOfSeriesElement()UnsignedIntTypeAppointment. getPriorityElement()UnsignedIntTypeGroup. getQuantityElement()UnsignedIntTypeConformance.ConformanceMessagingComponent. getReliableCacheElement()UnsignedIntTypeAttachment. getSizeElement()UnsignedIntTypeBundle. getTotalElement()Methods in org.hl7.fhir.dstu2.model that return types with arguments of type UnsignedIntType Modifier and Type Method Description List<UnsignedIntType>ImagingObjectSelection.FramesComponent. getFrameNumbers()Constructors in org.hl7.fhir.dstu2.model with parameters of type UnsignedIntType Constructor Description ImagingStudy(Reference patient, OidType uid, UnsignedIntType numberOfSeries, UnsignedIntType numberOfInstances)ImagingStudySeriesComponent(Coding modality, OidType uid, UnsignedIntType numberOfInstances)
-