Uses of Class
org.hl7.fhir.dstu2.model.DateType
Packages that use DateType
-
Uses of DateType in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return DateTypeModifier and TypeMethodDescriptionprotected DateTypeprotected DateTypeXmlParser.parseDate(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type DateTypeModifier and TypeMethodDescriptionprotected voidXmlParser.composeDate(String name, DateType value)protected voidJsonParser.composeDateCore(String name, DateType value, boolean inArray)protected voidJsonParser.composeDateExtras(String name, DateType value, boolean inArray) -
Uses of DateType in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as DateTypeModifier and TypeFieldDescriptionprotected DateTypeClaim.accidentDate of an accident which these services are addressing.protected DateTypePatient.birthDateThe date of birth for the individual.protected DateTypePerson.birthDateThe birth date for the person.protected DateTypePractitioner.birthDateThe date of birth for the practitioner.protected DateTypeRelatedPerson.birthDateThe date on which the related person was born.protected DateTypeBasic.createdIdentifies when the resource was first created.protected DateTypePaymentReconciliation.DetailsComponent.dateThe date of the invoice or financial resource.protected DateTypeCondition.dateRecordedA date, when the Condition statement was documented.protected DateTypeImmunization.expirationDateDate vaccine batch expires.protected DateTypeClaim.MissingTeethComponent.extractionDateThe date of the extraction either known from records or patient reported estimate.protected DateTypeValueSet.lockedDateIf a locked date is defined, then the Content Logical Definition must be evaluated using the current version of all referenced code system(s) and value set instances as of the locked date.protected DateTypeClaimResponse.paymentDateEstimated payment data.protected DateTypeClaim.ProsthesisComponent.priorDateDate of the initial placement.protected DateTypeClaim.ItemsComponent.serviceDateThe date when the enclosed suite of services were performed or completed.protected DateTypeGoal.statusDateIdentifies when the current status.Methods in org.hl7.fhir.dstu2.model that return DateTypeModifier and TypeMethodDescriptionBase.castToDate(Base b)DateType.copy()Claim.getAccidentElement()Patient.getBirthDateElement()Person.getBirthDateElement()Practitioner.getBirthDateElement()RelatedPerson.getBirthDateElement()FamilyMemberHistory.getBornDateType()Basic.getCreatedElement()PaymentReconciliation.DetailsComponent.getDateElement()Condition.getDateRecordedElement()FamilyMemberHistory.getDeceasedDateType()Immunization.getExpirationDateElement()Claim.MissingTeethComponent.getExtractionDateElement()ValueSet.getLockedDateElement()ClaimResponse.getPaymentDateElement()Claim.ProsthesisComponent.getPriorDateElement()Claim.ItemsComponent.getServiceDateElement()Goal.getStartDateType()Goal.getStatusDateElement()Goal.getTargetDateType()QuestionnaireResponse.QuestionAnswerComponent.getValueDateType()static DateTypestatic DateTypeCreates a new instance by parsing an HL7 v3 format date time stringMethods in org.hl7.fhir.dstu2.model with parameters of type DateTypeModifier and TypeMethodDescriptionClaim.setAccidentElement(DateType value)Patient.setBirthDateElement(DateType value)Person.setBirthDateElement(DateType value)Practitioner.setBirthDateElement(DateType value)RelatedPerson.setBirthDateElement(DateType value)Basic.setCreatedElement(DateType value)PaymentReconciliation.DetailsComponent.setDateElement(DateType value)Condition.setDateRecordedElement(DateType value)Immunization.setExpirationDateElement(DateType value)Claim.MissingTeethComponent.setExtractionDateElement(DateType value)ValueSet.setLockedDateElement(DateType value)ClaimResponse.setPaymentDateElement(DateType value)Claim.ProsthesisComponent.setPriorDateElement(DateType value)Claim.ItemsComponent.setServiceDateElement(DateType value)Goal.setStatusDateElement(DateType value)