
Uses of Class
org.hl7.fhir.r5.model.Integer64Type
Packages that use Integer64Type
-
Uses of Integer64Type in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Integer64TypeModifier and TypeMethodDescriptionprotected Integer64Type
JsonParser.parseInteger64
(Long v) protected Integer64Type
XmlParser.parseInteger64
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Integer64TypeModifier and TypeMethodDescriptionprotected void
RdfParser.composeInteger64
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Integer64Type value, int index) protected void
XmlParser.composeInteger64
(String name, Integer64Type value) protected void
JsonParser.composeInteger64Core
(String name, Integer64Type value, boolean inArray) protected void
JsonParser.composeInteger64Extras
(String name, Integer64Type value, boolean inArray) -
Uses of Integer64Type in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as Integer64TypeModifier and TypeFieldDescriptionprotected Integer64Type
SubscriptionStatus.SubscriptionStatusNotificationEventComponent.eventNumber
Either the sequential number of this event in this subscription context or a relative event number for this notification.protected Integer64Type
SubscriptionStatus.eventsSinceSubscriptionStart
The total number of actual events which have been generated since the Subscription was created (inclusive of this notification) - regardless of how many have been successfully communicated.protected Integer64Type
Attachment.size
The number of bytes of data that make up this attachment (before base64 encoding, if that is done).Methods in org.hl7.fhir.r5.model that return Integer64TypeModifier and TypeMethodDescriptionstatic Integer64Type
TypeConvertor.castToInteger64
(Base b) Integer64Type.copy()
ElementDefinition.getDefaultValueInteger64Type()
SubscriptionStatus.SubscriptionStatusNotificationEventComponent.getEventNumberElement()
SubscriptionStatus.getEventsSinceSubscriptionStartElement()
ElementDefinition.getFixedInteger64Type()
ElementDefinition.getMaxValueInteger64Type()
ElementDefinition.getMinValueInteger64Type()
ElementDefinition.getPatternInteger64Type()
Attachment.getSizeElement()
ElementDefinition.ElementDefinitionExampleComponent.getValueInteger64Type()
Extension.getValueInteger64Type()
Parameters.ParametersParameterComponent.getValueInteger64Type()
Task.TaskInputComponent.getValueInteger64Type()
Task.TaskOutputComponent.getValueInteger64Type()
Transport.ParameterComponent.getValueInteger64Type()
Transport.TransportOutputComponent.getValueInteger64Type()
Methods in org.hl7.fhir.r5.model with parameters of type Integer64TypeModifier and TypeMethodDescriptionSubscriptionStatus.SubscriptionStatusNotificationEventComponent.setEventNumberElement
(Integer64Type value) SubscriptionStatus.setEventsSinceSubscriptionStartElement
(Integer64Type value) Attachment.setSizeElement
(Integer64Type value)