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 Integer64TypeJsonParser.parseInteger64(Long v) protected Integer64TypeXmlParser.parseInteger64(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Integer64TypeModifier and TypeMethodDescriptionprotected voidRdfParser.composeInteger64(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Integer64Type value, int index) protected voidXmlParser.composeInteger64(String name, Integer64Type value) protected voidJsonParser.composeInteger64Core(String name, Integer64Type value, boolean inArray) protected voidJsonParser.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 Integer64TypeSubscriptionStatus.SubscriptionStatusNotificationEventComponent.eventNumberThe sequential number of this event in this subscription context.protected Integer64TypeSubscriptionStatus.eventsSinceSubscriptionStartThe 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 Integer64TypeAttachment.sizeThe 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 Integer64TypeTypeConvertor.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.ParameterComponent.getValueInteger64Type()Task.TaskOutputComponent.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)