Uses of Class
org.hl7.fhir.dstu3.model.DateType
Packages that use DateType
-
Uses of DateType in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return DateTypeModifier and TypeMethodDescriptionprotected DateTypeprotected DateTypeXmlParser.parseDate(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu3.formats with parameters of type DateTypeModifier and TypeMethodDescriptionprotected voidRdfParser.composeDate(Turtle.Complex parent, String parentType, String name, DateType value, int index)protected 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.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as DateTypeModifier and TypeFieldDescriptionprotected DateTypeActivityDefinition.approvalDateThe date on which the resource content was approved by the publisher.protected DateTypeLibrary.approvalDateThe date on which the resource content was approved by the publisher.protected DateTypeMeasure.approvalDateThe date on which the resource content was approved by the publisher.protected DateTypePlanDefinition.approvalDateThe date on which the resource content was approved by the publisher.protected DateTypeQuestionnaire.approvalDateThe date on which the resource content was approved by the publisher.protected DateTypeServiceDefinition.approvalDateThe date on which the resource content was approved by the publisher.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 DateTypeClaim.AccidentComponent.dateDate of an accident which these services are addressing.protected DateTypeClaimResponse.PaymentComponent.dateEstimated payment data.protected DateTypeExplanationOfBenefit.AccidentComponent.dateDate of an accident which these services are addressing.protected DateTypeExplanationOfBenefit.PaymentComponent.dateEstimated payment date.protected DateTypePaymentReconciliation.DetailsComponent.dateThe date of the invoice or financial resource.protected DateTypeImmunization.expirationDateDate vaccine batch expires.protected DateTypeActivityDefinition.lastReviewDateThe date on which the resource content was last reviewed.protected DateTypeLibrary.lastReviewDateThe date on which the resource content was last reviewed.protected DateTypeMeasure.lastReviewDateThe date on which the resource content was last reviewed.protected DateTypePlanDefinition.lastReviewDateThe date on which the resource content was last reviewed.protected DateTypeQuestionnaire.lastReviewDateThe date on which the resource content was last reviewed.protected DateTypeServiceDefinition.lastReviewDateThe date on which the resource content was last reviewed.protected DateTypeValueSet.ValueSetComposeComponent.lockedDateIf a locked date is defined, then the Content Logical Definition must be evaluated using the current version as of the locked date for referenced code system(s) and value set instances where ValueSet.compose.include.version is not defined.protected DateTypeGoal.statusDateIdentifies when the current status.protected DateTypePaymentNotice.statusDateThe date when the above payment action occurrred.Methods in org.hl7.fhir.dstu3.model that return DateTypeModifier and TypeMethodDescriptionBase.castToDate(Base b)DateType.copy()Questionnaire.QuestionnaireItemEnableWhenComponent.getAnswerDateType()ActivityDefinition.getApprovalDateElement()Library.getApprovalDateElement()Measure.getApprovalDateElement()PlanDefinition.getApprovalDateElement()Questionnaire.getApprovalDateElement()ServiceDefinition.getApprovalDateElement()Patient.getBirthDateElement()Person.getBirthDateElement()Practitioner.getBirthDateElement()RelatedPerson.getBirthDateElement()FamilyMemberHistory.getBornDateType()Basic.getCreatedElement()Claim.AccidentComponent.getDateElement()ClaimResponse.PaymentComponent.getDateElement()ExplanationOfBenefit.AccidentComponent.getDateElement()ExplanationOfBenefit.PaymentComponent.getDateElement()PaymentReconciliation.DetailsComponent.getDateElement()FamilyMemberHistory.getDeceasedDateType()Goal.GoalTargetComponent.getDueDateType()TriggerDefinition.getEventTimingDateType()Immunization.getExpirationDateElement()Questionnaire.QuestionnaireItemComponent.getInitialDateType()ActivityDefinition.getLastReviewDateElement()Library.getLastReviewDateElement()Measure.getLastReviewDateElement()PlanDefinition.getLastReviewDateElement()Questionnaire.getLastReviewDateElement()ServiceDefinition.getLastReviewDateElement()ValueSet.ValueSetComposeComponent.getLockedDateElement()ElementDefinition.getMaxValueDateType()ElementDefinition.getMinValueDateType()Claim.ItemComponent.getServicedDateType()EligibilityRequest.getServicedDateType()ExplanationOfBenefit.ItemComponent.getServicedDateType()Goal.getStartDateType()Goal.getStatusDateElement()PaymentNotice.getStatusDateElement()Claim.SpecialConditionComponent.getTimingDateType()ExplanationOfBenefit.SupportingInformationComponent.getTimingDateType()Questionnaire.QuestionnaireItemOptionComponent.getValueDateType()QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent.getValueDateType()static DateTypestatic DateTypeCreates a new instance by parsing an HL7 v3 format date time stringMethods in org.hl7.fhir.dstu3.model with parameters of type DateTypeModifier and TypeMethodDescriptionActivityDefinition.setApprovalDateElement(DateType value)Library.setApprovalDateElement(DateType value)Measure.setApprovalDateElement(DateType value)PlanDefinition.setApprovalDateElement(DateType value)Questionnaire.setApprovalDateElement(DateType value)ServiceDefinition.setApprovalDateElement(DateType value)Patient.setBirthDateElement(DateType value)Person.setBirthDateElement(DateType value)Practitioner.setBirthDateElement(DateType value)RelatedPerson.setBirthDateElement(DateType value)Basic.setCreatedElement(DateType value)Claim.AccidentComponent.setDateElement(DateType value)ClaimResponse.PaymentComponent.setDateElement(DateType value)ExplanationOfBenefit.AccidentComponent.setDateElement(DateType value)ExplanationOfBenefit.PaymentComponent.setDateElement(DateType value)PaymentReconciliation.DetailsComponent.setDateElement(DateType value)Immunization.setExpirationDateElement(DateType value)ActivityDefinition.setLastReviewDateElement(DateType value)Library.setLastReviewDateElement(DateType value)Measure.setLastReviewDateElement(DateType value)PlanDefinition.setLastReviewDateElement(DateType value)Questionnaire.setLastReviewDateElement(DateType value)ServiceDefinition.setLastReviewDateElement(DateType value)ValueSet.ValueSetComposeComponent.setLockedDateElement(DateType value)Goal.setStatusDateElement(DateType value)PaymentNotice.setStatusDateElement(DateType value)Constructors in org.hl7.fhir.dstu3.model with parameters of type DateType