Uses of Class
org.hl7.fhir.dstu2.model.IntegerType
-
Packages that use IntegerType Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of IntegerType in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return IntegerType Modifier and Type Method Description protected IntegerTypeJsonParser. parseInteger(Long v)protected IntegerTypeXmlParser. parseInteger(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type IntegerType Modifier and Type Method Description protected voidXmlParser. composeInteger(String name, IntegerType value)protected voidJsonParser. composeIntegerCore(String name, IntegerType value, boolean inArray)protected voidJsonParser. composeIntegerExtras(String name, IntegerType value, boolean inArray) -
Uses of IntegerType in org.hl7.fhir.dstu2.model
Subclasses of IntegerType in org.hl7.fhir.dstu2.model Modifier and Type Class Description classPositiveIntTypePrimitive type "integer" in FHIR: A signed 32-bit integerclassUnsignedIntTypePrimitive type "integer" in FHIR: A signed 32-bit integerFields in org.hl7.fhir.dstu2.model declared as IntegerType Modifier and Type Field Description protected IntegerTypeVisionPrescription.VisionPrescriptionDispenseComponent. axisAdjustment for astigmatism measured in integer degrees.protected IntegerTypeTiming.TimingRepeatComponent. countA total count of the desired number of repetitions.protected IntegerTypeTestScript.TestScriptMetadataCapabilityComponent. destinationWhich server these requirements apply to.protected IntegerTypeTestScript.TestScriptSetupActionOperationComponent. destinationWhich server to perform the operation on.protected IntegerTypeImmunizationRecommendation.ImmunizationRecommendationRecommendationProtocolComponent. doseSequenceIndicates the nominal position in a series of the next dose.protected IntegerTypeTiming.TimingRepeatComponent. frequencyThe number of times to repeat the action within the specified period / period range (i.e.protected IntegerTypeTiming.TimingRepeatComponent. frequencyMaxIf present, indicates that the frequency is a range - so repeat between [frequency] and [frequencyMax] times within the period or period range.protected IntegerTypeElementDefinition. maxLengthIndicates the maximum length in characters that is permitted to be present in conformant instances and which is expected to be supported by conformant consumers that support the element.protected IntegerTypeElementDefinition.ElementDefinitionBaseComponent. minMinimum cardinality of the base element identified by the path.protected IntegerTypeElementDefinition. minThe minimum number of times this element SHALL appear in the instance.protected IntegerTypeOperationDefinition.OperationDefinitionParameterComponent. minThe minimum number of times this parameter SHALL appear in the request or response.protected IntegerTypeValueSet.ValueSetExpansionComponent. offsetIf paging is being used, the offset at which this resource starts.protected IntegerTypeProcessRequest.ItemsComponent. sequenceLinkIdA service line number.protected IntegerTypeValueSet.ValueSetExpansionComponent. totalThe total number of concepts in the expansion.Methods in org.hl7.fhir.dstu2.model that return IntegerType Modifier and Type Method Description IntegerTypeBase. castToInteger(Base b)IntegerTypeIntegerType. copy()IntegerTypeVisionPrescription.VisionPrescriptionDispenseComponent. getAxisElement()IntegerTypeTiming.TimingRepeatComponent. getCountElement()IntegerTypeTestScript.TestScriptMetadataCapabilityComponent. getDestinationElement()IntegerTypeTestScript.TestScriptSetupActionOperationComponent. getDestinationElement()IntegerTypeImmunizationRecommendation.ImmunizationRecommendationRecommendationProtocolComponent. getDoseSequenceElement()IntegerTypeTiming.TimingRepeatComponent. getFrequencyElement()IntegerTypeTiming.TimingRepeatComponent. getFrequencyMaxElement()IntegerTypeElementDefinition. getMaxLengthElement()IntegerTypeElementDefinition.ElementDefinitionBaseComponent. getMinElement()IntegerTypeElementDefinition. getMinElement()IntegerTypeOperationDefinition.OperationDefinitionParameterComponent. getMinElement()IntegerTypePatient. getMultipleBirthIntegerType()IntegerTypeValueSet.ValueSetExpansionComponent. getOffsetElement()IntegerTypeProcessRequest.ItemsComponent. getSequenceLinkIdElement()IntegerTypeValueSet.ValueSetExpansionComponent. getTotalElement()IntegerTypeQuestionnaireResponse.QuestionAnswerComponent. getValueIntegerType()IntegerTypeValueSet.ValueSetExpansionParameterComponent. getValueIntegerType()static IntegerTypeFactory. newInteger(int value)static IntegerTypeFactory. newInteger(Integer value)Constructors in org.hl7.fhir.dstu2.model with parameters of type IntegerType Constructor Description ElementDefinitionBaseComponent(StringType path, IntegerType min, StringType max)ItemsComponent(IntegerType sequenceLinkId)OperationDefinitionParameterComponent(CodeType name, Enumeration<OperationDefinition.OperationParameterUse> use, IntegerType min, StringType max)
-