Uses of Class
org.hl7.fhir.dstu2016may.model.UnsignedIntType
-
Packages that use UnsignedIntType Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of UnsignedIntType in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.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.dstu2016may.formats with parameters of type UnsignedIntType Modifier and Type Method Description protected voidRdfParser. composeUnsignedInt(RdfGenerator.Complex parent, String parentType, String name, UnsignedIntType value, int index)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.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model declared as UnsignedIntType Modifier and Type Field Description protected UnsignedIntTypeCodeSystem. countThe total number of concepts defined by the code system.protected UnsignedIntTypeImagingExcerpt.StudyViewableComponent. durationThe duration of the recording in seconds - for audio and video.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 UnsignedIntTypeTiming.TimingRepeatComponent. offsetThe number of minutes from the event.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 UnsignedIntTypeImagingExcerpt.StudyViewableComponent. 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.dstu2016may.model with type parameters of type UnsignedIntType Modifier and Type Field Description protected List<UnsignedIntType>ImagingExcerpt.InstanceComponent. frameNumbersThe specific frame reference within a multi-frame object.protected List<UnsignedIntType>ImagingObjectSelection.FramesComponent. numberThe specific frame reference within a multi-frame object.Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type UnsignedIntType Modifier and Type Method Description List<UnsignedIntType>ImagingExcerpt.InstanceComponent. getFrameNumbers()List<UnsignedIntType>ImagingObjectSelection.FramesComponent. getNumber()Constructors in org.hl7.fhir.dstu2016may.model with parameters of type UnsignedIntType Constructor Description ImagingStudy(OidType uid, Reference patient, UnsignedIntType numberOfSeries, UnsignedIntType numberOfInstances)ConstructorImagingStudySeriesComponent(OidType uid, Coding modality, UnsignedIntType numberOfInstances)Constructor
-