| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected UnsignedIntType |
JsonParser.parseUnsignedInt(String v) |
protected UnsignedIntType |
XmlParser.parseUnsignedInt(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
XmlParser.composeUnsignedInt(String name,
UnsignedIntType value) |
protected void |
RdfParser.composeUnsignedInt(Turtle.Complex parent,
String parentType,
String name,
UnsignedIntType value,
int index) |
protected void |
JsonParser.composeUnsignedIntCore(String name,
UnsignedIntType value,
boolean inArray) |
protected void |
JsonParser.composeUnsignedIntExtras(String name,
UnsignedIntType value,
boolean inArray) |
| Modifier and Type | Field and Description |
|---|---|
protected UnsignedIntType |
CodeSystem.count
The total number of concepts defined by the code system.
|
protected UnsignedIntType |
ElementDefinition.min
The minimum number of times this element SHALL appear in the instance.
|
protected UnsignedIntType |
ElementDefinition.ElementDefinitionBaseComponent.min
Minimum cardinality of the base element identified by the path.
|
protected UnsignedIntType |
MessageDefinition.MessageDefinitionFocusComponent.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.
|
protected UnsignedIntType |
ImagingStudy.ImagingStudySeriesComponent.number
The numeric identifier of this series in the study.
|
protected UnsignedIntType |
ImagingStudy.ImagingStudySeriesInstanceComponent.number
The number of instance in the series.
|
protected UnsignedIntType |
ImagingStudy.numberOfInstances
Number of SOP Instances in Study.
|
protected UnsignedIntType |
ImagingStudy.ImagingStudySeriesComponent.numberOfInstances
Number of SOP Instances in the Study.
|
protected UnsignedIntType |
MedicationRequest.MedicationRequestDispenseRequestComponent.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.
|
protected UnsignedIntType |
ImagingStudy.numberOfSeries
Number of Series in the Study.
|
protected UnsignedIntType |
Timing.TimingRepeatComponent.offset
The number of minutes from the event.
|
protected UnsignedIntType |
Appointment.priority
The priority of the appointment.
|
protected UnsignedIntType |
Group.quantity
A count of the number of resource instances that are part of the group.
|
protected UnsignedIntType |
CapabilityStatement.CapabilityStatementMessagingComponent.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).
|
protected UnsignedIntType |
Attachment.size
The number of bytes of data that make up this attachment (before base64 encoding, if that is done).
|
protected UnsignedIntType |
Bundle.total
If a set of search matches, this is the total number of entries of type 'match' across all pages in the search.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<UnsignedIntType> |
Contract.SecurityLabelComponent.number
Number used to link this term or term element to the applicable Security Label.
|
protected List<UnsignedIntType> |
Contract.ContractOfferComponent.securityLabelNumber
Security labels that protects the offer.
|
protected List<UnsignedIntType> |
Contract.ContractAssetComponent.securityLabelNumber
Security labels that protects the asset.
|
protected List<UnsignedIntType> |
Contract.ValuedItemComponent.securityLabelNumber
A set of security labels that define which terms are controlled by this condition.
|
protected List<UnsignedIntType> |
Contract.ActionComponent.securityLabelNumber
Security labels that protects the action.
|
| Modifier and Type | Method and Description |
|---|---|
List<UnsignedIntType> |
Contract.SecurityLabelComponent.getNumber() |
List<UnsignedIntType> |
Contract.ContractOfferComponent.getSecurityLabelNumber() |
List<UnsignedIntType> |
Contract.ContractAssetComponent.getSecurityLabelNumber() |
List<UnsignedIntType> |
Contract.ValuedItemComponent.getSecurityLabelNumber() |
List<UnsignedIntType> |
Contract.ActionComponent.getSecurityLabelNumber() |
| Modifier and Type | Method and Description |
|---|---|
Contract.SecurityLabelComponent |
Contract.SecurityLabelComponent.setNumber(List<UnsignedIntType> theNumber) |
Contract.ContractOfferComponent |
Contract.ContractOfferComponent.setSecurityLabelNumber(List<UnsignedIntType> theSecurityLabelNumber) |
Contract.ContractAssetComponent |
Contract.ContractAssetComponent.setSecurityLabelNumber(List<UnsignedIntType> theSecurityLabelNumber) |
Contract.ValuedItemComponent |
Contract.ValuedItemComponent.setSecurityLabelNumber(List<UnsignedIntType> theSecurityLabelNumber) |
Contract.ActionComponent |
Contract.ActionComponent.setSecurityLabelNumber(List<UnsignedIntType> theSecurityLabelNumber) |
| Constructor and Description |
|---|
ElementDefinitionBaseComponent(StringType path,
UnsignedIntType min,
StringType max)
Constructor
|
MessageDefinitionFocusComponent(CodeType code,
UnsignedIntType min)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.