
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 DateType
protected DateType
XmlParser.parseDate
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu3.formats with parameters of type DateTypeModifier and TypeMethodDescriptionprotected void
RdfParser.composeDate
(Turtle.Complex parent, String parentType, String name, DateType value, int index) protected void
XmlParser.composeDate
(String name, DateType value) protected void
JsonParser.composeDateCore
(String name, DateType value, boolean inArray) protected void
JsonParser.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 DateType
ActivityDefinition.approvalDate
The date on which the resource content was approved by the publisher.protected DateType
Library.approvalDate
The date on which the resource content was approved by the publisher.protected DateType
Measure.approvalDate
The date on which the resource content was approved by the publisher.protected DateType
PlanDefinition.approvalDate
The date on which the resource content was approved by the publisher.protected DateType
Questionnaire.approvalDate
The date on which the resource content was approved by the publisher.protected DateType
ServiceDefinition.approvalDate
The date on which the resource content was approved by the publisher.protected DateType
Patient.birthDate
The date of birth for the individual.protected DateType
Person.birthDate
The birth date for the person.protected DateType
Practitioner.birthDate
The date of birth for the practitioner.protected DateType
RelatedPerson.birthDate
The date on which the related person was born.protected DateType
Basic.created
Identifies when the resource was first created.protected DateType
Claim.AccidentComponent.date
Date of an accident which these services are addressing.protected DateType
ClaimResponse.PaymentComponent.date
Estimated payment data.protected DateType
ExplanationOfBenefit.AccidentComponent.date
Date of an accident which these services are addressing.protected DateType
ExplanationOfBenefit.PaymentComponent.date
Estimated payment date.protected DateType
PaymentReconciliation.DetailsComponent.date
The date of the invoice or financial resource.protected DateType
Immunization.expirationDate
Date vaccine batch expires.protected DateType
ActivityDefinition.lastReviewDate
The date on which the resource content was last reviewed.protected DateType
Library.lastReviewDate
The date on which the resource content was last reviewed.protected DateType
Measure.lastReviewDate
The date on which the resource content was last reviewed.protected DateType
PlanDefinition.lastReviewDate
The date on which the resource content was last reviewed.protected DateType
Questionnaire.lastReviewDate
The date on which the resource content was last reviewed.protected DateType
ServiceDefinition.lastReviewDate
The date on which the resource content was last reviewed.protected DateType
ValueSet.ValueSetComposeComponent.lockedDate
If 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 DateType
Goal.statusDate
Identifies when the current status.protected DateType
PaymentNotice.statusDate
The 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 DateType
static DateType
Creates 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