Uses of Class
org.hl7.fhir.dstu2.model.PositiveIntType
-
Packages that use PositiveIntType Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of PositiveIntType in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return PositiveIntType Modifier and Type Method Description protected PositiveIntTypeJsonParser. parsePositiveInt(String v)protected PositiveIntTypeXmlParser. parsePositiveInt(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type PositiveIntType Modifier and Type Method Description protected voidXmlParser. composePositiveInt(String name, PositiveIntType value)protected voidJsonParser. composePositiveIntCore(String name, PositiveIntType value, boolean inArray)protected voidJsonParser. composePositiveIntExtras(String name, PositiveIntType value, boolean inArray) -
Uses of PositiveIntType in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as PositiveIntType Modifier and Type Field Description protected PositiveIntTypeCoverage. dependentA unique identifier for a dependent under the coverage.protected PositiveIntTypeClaimResponse.ErrorsComponent. detailSequenceLinkIdThe sequence number of the addition within the line item submitted which contains the error.protected PositiveIntTypeSampledData. dimensionsThe number of sample points at each time point.protected PositiveIntTypeImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent. doseNumberThis indicates the next recommended dose number (e.g.protected PositiveIntTypeImmunization.ImmunizationVaccinationProtocolComponent. doseSequenceNominal position in a series.protected PositiveIntTypeMedia. framesThe number of frames in a photo.protected PositiveIntTypeMedia. heightHeight of the image in pixels (photo/video).protected PositiveIntTypeAppointment. minutesDurationNumber of minutes that the appointment is to take.protected PositiveIntTypeClaimResponse.NotesComponent. numberAn integer associated with each note which may be referred to from each service line item.protected PositiveIntTypeMedicationOrder.MedicationOrderDispenseRequestComponent. numberOfRepeatsAllowedAn integer indicating the number of additional times (aka refills or repeats) the patient can receive the prescribed medication.protected PositiveIntTypeContactPoint. rankSpecifies a preferred order in which to use a set of contacts.protected PositiveIntTypeClaim.CoverageComponent. sequenceA service line item.protected PositiveIntTypeClaim.DetailComponent. sequenceA service line number.protected PositiveIntTypeClaim.DiagnosisComponent. sequenceSequence of diagnosis which serves to order and provide a link.protected PositiveIntTypeClaim.ItemsComponent. sequenceA service line number.protected PositiveIntTypeClaim.SubDetailComponent. sequenceA service line number.protected PositiveIntTypeClaimResponse.CoverageComponent. sequenceA service line item.protected PositiveIntTypeCoverage. sequenceAn optional counter for a particular instance of the identified coverage which increments upon each renewal.protected PositiveIntTypeClaimResponse.ErrorsComponent. sequenceLinkIdThe sequence number of the line item submitted which contains the error.protected PositiveIntTypeClaimResponse.ItemDetailComponent. sequenceLinkIdA service line number.protected PositiveIntTypeClaimResponse.ItemsComponent. sequenceLinkIdA service line number.protected PositiveIntTypeClaimResponse.SubDetailComponent. sequenceLinkIdA service line number.protected PositiveIntTypeImmunization.ImmunizationVaccinationProtocolComponent. seriesDosesThe recommended number of doses to achieve immunity.protected PositiveIntTypeClaimResponse.ErrorsComponent. subdetailSequenceLinkIdThe sequence number of the addition within the line item submitted which contains the error.protected PositiveIntTypeMedia. widthWidth of the image in pixels (photo/video).Fields in org.hl7.fhir.dstu2.model with type parameters of type PositiveIntType Modifier and Type Field Description protected List<PositiveIntType>Claim.ItemsComponent. diagnosisLinkIdDiagnosis applicable for this service or product line.protected List<PositiveIntType>ClaimResponse.ItemsComponent. noteNumberA list of note references to the notes provided below.protected List<PositiveIntType>ClaimResponse.AddedItemComponent. noteNumberLinkIdA list of note references to the notes provided below.protected List<PositiveIntType>ClaimResponse.AddedItemComponent. sequenceLinkIdList of input service items which this service line is intended to replace.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type PositiveIntType Modifier and Type Method Description List<PositiveIntType>Claim.ItemsComponent. getDiagnosisLinkId()List<PositiveIntType>ClaimResponse.ItemsComponent. getNoteNumber()List<PositiveIntType>ClaimResponse.AddedItemComponent. getNoteNumberLinkId()List<PositiveIntType>ClaimResponse.AddedItemComponent. getSequenceLinkId()Constructors in org.hl7.fhir.dstu2.model with parameters of type PositiveIntType Constructor Description CoverageComponent(PositiveIntType sequence, BooleanType focal, Reference coverage, Coding relationship)CoverageComponent(PositiveIntType sequence, BooleanType focal, Reference coverage, Coding relationship)DetailComponent(PositiveIntType sequence, Coding type, Coding service)DiagnosisComponent(PositiveIntType sequence, Coding diagnosis)ImmunizationVaccinationProtocolComponent(PositiveIntType doseSequence, CodeableConcept doseStatus)ItemDetailComponent(PositiveIntType sequenceLinkId)ItemsComponent(PositiveIntType sequence, Coding type, Coding service)ItemsComponent(PositiveIntType sequenceLinkId)SampledData(SimpleQuantity origin, DecimalType period, PositiveIntType dimensions, StringType data)SubDetailComponent(PositiveIntType sequence, Coding type, Coding service)SubDetailComponent(PositiveIntType sequenceLinkId)
-