Uses of Class
org.hl7.fhir.r4.model.UnsignedIntType
-
Packages that use UnsignedIntType Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of UnsignedIntType in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.formats with parameters of type UnsignedIntType Modifier and Type Method Description protected voidRdfParser. composeUnsignedInt(Turtle.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.r4.model
Fields in org.hl7.fhir.r4.model declared as UnsignedIntType Modifier and Type Field Description protected UnsignedIntTypeCodeSystem. countThe total number of concepts defined by the code system.protected UnsignedIntTypeElementDefinition.ElementDefinitionBaseComponent. minMinimum cardinality of the base element identified by the path.protected UnsignedIntTypeElementDefinition. minThe minimum number of times this element SHALL appear in the instance.protected UnsignedIntTypeMessageDefinition.MessageDefinitionFocusComponent. minIdentifies 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 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 the Study.protected UnsignedIntTypeImagingStudy. numberOfInstancesNumber of SOP Instances in Study.protected UnsignedIntTypeMedicationRequest.MedicationRequestDispenseRequestComponent. numberOfRepeatsAllowedAn integer indicating the number of times, in addition to the original dispense, (aka refills or repeats) that the patient can receive the prescribed medication.protected UnsignedIntTypeImagingStudy. numberOfSeriesNumber of Series in the 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 UnsignedIntTypeCapabilityStatement.CapabilityStatementMessagingComponent. 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 (before base64 encoding, if that is done).protected UnsignedIntTypeBundle. totalIf a set of search matches, this is the total number of entries of type 'match' across all pages in the search.Fields in org.hl7.fhir.r4.model with type parameters of type UnsignedIntType Modifier and Type Field Description protected List<UnsignedIntType>Contract.SecurityLabelComponent. numberNumber used to link this term or term element to the applicable Security Label.protected List<UnsignedIntType>Contract.ActionComponent. securityLabelNumberSecurity labels that protects the action.protected List<UnsignedIntType>Contract.ContractAssetComponent. securityLabelNumberSecurity labels that protects the asset.protected List<UnsignedIntType>Contract.ContractOfferComponent. securityLabelNumberSecurity labels that protects the offer.protected List<UnsignedIntType>Contract.ValuedItemComponent. securityLabelNumberA set of security labels that define which terms are controlled by this condition.Methods in org.hl7.fhir.r4.model that return types with arguments of type UnsignedIntType Modifier and Type Method Description List<UnsignedIntType>Contract.SecurityLabelComponent. getNumber()List<UnsignedIntType>Contract.ActionComponent. getSecurityLabelNumber()List<UnsignedIntType>Contract.ContractAssetComponent. getSecurityLabelNumber()List<UnsignedIntType>Contract.ContractOfferComponent. getSecurityLabelNumber()List<UnsignedIntType>Contract.ValuedItemComponent. getSecurityLabelNumber()Method parameters in org.hl7.fhir.r4.model with type arguments of type UnsignedIntType Modifier and Type Method Description Contract.SecurityLabelComponentContract.SecurityLabelComponent. setNumber(List<UnsignedIntType> theNumber)Contract.ActionComponentContract.ActionComponent. setSecurityLabelNumber(List<UnsignedIntType> theSecurityLabelNumber)Contract.ContractAssetComponentContract.ContractAssetComponent. setSecurityLabelNumber(List<UnsignedIntType> theSecurityLabelNumber)Contract.ContractOfferComponentContract.ContractOfferComponent. setSecurityLabelNumber(List<UnsignedIntType> theSecurityLabelNumber)Contract.ValuedItemComponentContract.ValuedItemComponent. setSecurityLabelNumber(List<UnsignedIntType> theSecurityLabelNumber)Constructors in org.hl7.fhir.r4.model with parameters of type UnsignedIntType Constructor Description ElementDefinitionBaseComponent(StringType path, UnsignedIntType min, StringType max)ConstructorMessageDefinitionFocusComponent(CodeType code, UnsignedIntType min)Constructor
-