Uses of Class
com.ibm.fhir.model.type.UnsignedInt
-
Packages that use UnsignedInt Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type com.ibm.fhir.model.visitor -
-
Uses of UnsignedInt in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return UnsignedInt Modifier and Type Method Description UnsignedIntCodeSystem. getCount()The total number of concepts defined by the code system.UnsignedIntMessageDefinition.Focus. getMin()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.UnsignedIntImagingStudy.Series. getNumber()The numeric identifier of this series in the study.UnsignedIntImagingStudy.Series.Instance. getNumber()The number of instance in the series.UnsignedIntImagingStudy. getNumberOfInstances()Number of SOP Instances in Study.UnsignedIntImagingStudy.Series. getNumberOfInstances()Number of SOP Instances in the Study.UnsignedIntMedicationRequest.DispenseRequest. getNumberOfRepeatsAllowed()An integer indicating the number of times, in addition to the original dispense, (aka refills or repeats) that the patient can receive the prescribed medication.UnsignedIntImagingStudy. getNumberOfSeries()Number of Series in the Study.UnsignedIntAppointment. getPriority()The priority of the appointment.UnsignedIntGroup. getQuantity()A count of the number of resource instances that are part of the group.UnsignedIntCapabilityStatement.Messaging. getReliableCache()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).UnsignedIntBundle. getTotal()If a set of search matches, this is the total number of entries of type 'match' across all pages in the search.Methods in com.ibm.fhir.model.resource that return types with arguments of type UnsignedInt Modifier and Type Method Description List<UnsignedInt>Contract.Term.SecurityLabel. getNumber()Number used to link this term or term element to the applicable Security Label.List<UnsignedInt>Contract.Term.Action. getSecurityLabelNumber()Security labels that protects the action.List<UnsignedInt>Contract.Term.Asset. getSecurityLabelNumber()Security labels that protects the asset.List<UnsignedInt>Contract.Term.Asset.ValuedItem. getSecurityLabelNumber()A set of security labels that define which terms are controlled by this condition.List<UnsignedInt>Contract.Term.Offer. getSecurityLabelNumber()Security labels that protects the offer.Methods in com.ibm.fhir.model.resource with parameters of type UnsignedInt Modifier and Type Method Description CodeSystem.BuilderCodeSystem.Builder. count(UnsignedInt count)The total number of concepts defined by the code system.MessageDefinition.Focus.BuilderMessageDefinition.Focus.Builder. min(UnsignedInt 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.Contract.Term.SecurityLabel.BuilderContract.Term.SecurityLabel.Builder. number(UnsignedInt... number)Number used to link this term or term element to the applicable Security Label.ImagingStudy.Series.BuilderImagingStudy.Series.Builder. number(UnsignedInt number)The numeric identifier of this series in the study.ImagingStudy.Series.Instance.BuilderImagingStudy.Series.Instance.Builder. number(UnsignedInt number)The number of instance in the series.ImagingStudy.BuilderImagingStudy.Builder. numberOfInstances(UnsignedInt numberOfInstances)Number of SOP Instances in Study.ImagingStudy.Series.BuilderImagingStudy.Series.Builder. numberOfInstances(UnsignedInt numberOfInstances)Number of SOP Instances in the Study.MedicationRequest.DispenseRequest.BuilderMedicationRequest.DispenseRequest.Builder. numberOfRepeatsAllowed(UnsignedInt numberOfRepeatsAllowed)An integer indicating the number of times, in addition to the original dispense, (aka refills or repeats) that the patient can receive the prescribed medication.ImagingStudy.BuilderImagingStudy.Builder. numberOfSeries(UnsignedInt numberOfSeries)Number of Series in the Study.Appointment.BuilderAppointment.Builder. priority(UnsignedInt priority)The priority of the appointment.Group.BuilderGroup.Builder. quantity(UnsignedInt quantity)A count of the number of resource instances that are part of the group.CapabilityStatement.Messaging.BuilderCapabilityStatement.Messaging.Builder. reliableCache(UnsignedInt 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).Contract.Term.Action.BuilderContract.Term.Action.Builder. securityLabelNumber(UnsignedInt... securityLabelNumber)Security labels that protects the action.Contract.Term.Asset.BuilderContract.Term.Asset.Builder. securityLabelNumber(UnsignedInt... securityLabelNumber)Security labels that protects the asset.Contract.Term.Asset.ValuedItem.BuilderContract.Term.Asset.ValuedItem.Builder. securityLabelNumber(UnsignedInt... securityLabelNumber)A set of security labels that define which terms are controlled by this condition.Contract.Term.Offer.BuilderContract.Term.Offer.Builder. securityLabelNumber(UnsignedInt... securityLabelNumber)Security labels that protects the offer.Bundle.BuilderBundle.Builder. total(UnsignedInt total)If a set of search matches, this is the total number of entries of type 'match' across all pages in the search.Method parameters in com.ibm.fhir.model.resource with type arguments of type UnsignedInt Modifier and Type Method Description Contract.Term.SecurityLabel.BuilderContract.Term.SecurityLabel.Builder. number(Collection<UnsignedInt> number)Number used to link this term or term element to the applicable Security Label.Contract.Term.Action.BuilderContract.Term.Action.Builder. securityLabelNumber(Collection<UnsignedInt> securityLabelNumber)Security labels that protects the action.Contract.Term.Asset.BuilderContract.Term.Asset.Builder. securityLabelNumber(Collection<UnsignedInt> securityLabelNumber)Security labels that protects the asset.Contract.Term.Asset.ValuedItem.BuilderContract.Term.Asset.ValuedItem.Builder. securityLabelNumber(Collection<UnsignedInt> securityLabelNumber)A set of security labels that define which terms are controlled by this condition.Contract.Term.Offer.BuilderContract.Term.Offer.Builder. securityLabelNumber(Collection<UnsignedInt> securityLabelNumber)Security labels that protects the offer. -
Uses of UnsignedInt in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return UnsignedInt Modifier and Type Method Description UnsignedIntUnsignedInt.Builder. build()Build theUnsignedIntUnsignedIntElementDefinition.Base. getMin()Minimum cardinality of the base element identified by the path.UnsignedIntElementDefinition. getMin()The minimum number of times this element SHALL appear in the instance.UnsignedIntTiming.Repeat. getOffset()The number of minutes from the event.UnsignedIntAttachment. getSize()The number of bytes of data that make up this attachment (before base64 encoding, if that is done).static UnsignedIntUnsignedInt. of(Integer value)static UnsignedIntUnsignedInt. of(String value)Methods in com.ibm.fhir.model.type with parameters of type UnsignedInt Modifier and Type Method Description protected UnsignedInt.BuilderUnsignedInt.Builder. from(UnsignedInt unsignedInt)ElementDefinition.Base.BuilderElementDefinition.Base.Builder. min(UnsignedInt min)Minimum cardinality of the base element identified by the path.ElementDefinition.BuilderElementDefinition.Builder. min(UnsignedInt min)The minimum number of times this element SHALL appear in the instance.Timing.Repeat.BuilderTiming.Repeat.Builder. offset(UnsignedInt offset)The number of minutes from the event.Attachment.BuilderAttachment.Builder. size(UnsignedInt size)The number of bytes of data that make up this attachment (before base64 encoding, if that is done). -
Uses of UnsignedInt in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type UnsignedInt Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, UnsignedInt unsignedInt)Delegates to#visit(elementName, elementIndex, Integer)booleanVisitor. visit(String elementName, int elementIndex, UnsignedInt unsignedInt)
-