Uses of Class
org.hl7.fhir.dstu3.model.DateType
-
Packages that use DateType Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of DateType in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return DateType Modifier and Type Method Description protected DateTypeJsonParser. parseDate(String v)protected DateTypeXmlParser. parseDate(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu3.formats with parameters of type DateType Modifier and Type Method Description protected 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 DateType Modifier and Type Field Description protected 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 DateType Modifier and Type Method Description DateTypeBase. castToDate(Base b)DateTypeDateType. copy()DateTypeQuestionnaire.QuestionnaireItemEnableWhenComponent. getAnswerDateType()DateTypeActivityDefinition. getApprovalDateElement()DateTypeLibrary. getApprovalDateElement()DateTypeMeasure. getApprovalDateElement()DateTypePlanDefinition. getApprovalDateElement()DateTypeQuestionnaire. getApprovalDateElement()DateTypeServiceDefinition. getApprovalDateElement()DateTypePatient. getBirthDateElement()DateTypePerson. getBirthDateElement()DateTypePractitioner. getBirthDateElement()DateTypeRelatedPerson. getBirthDateElement()DateTypeFamilyMemberHistory. getBornDateType()DateTypeBasic. getCreatedElement()DateTypeClaim.AccidentComponent. getDateElement()DateTypeClaimResponse.PaymentComponent. getDateElement()DateTypeExplanationOfBenefit.AccidentComponent. getDateElement()DateTypeExplanationOfBenefit.PaymentComponent. getDateElement()DateTypePaymentReconciliation.DetailsComponent. getDateElement()DateTypeFamilyMemberHistory. getDeceasedDateType()DateTypeGoal.GoalTargetComponent. getDueDateType()DateTypeTriggerDefinition. getEventTimingDateType()DateTypeImmunization. getExpirationDateElement()DateTypeQuestionnaire.QuestionnaireItemComponent. getInitialDateType()DateTypeActivityDefinition. getLastReviewDateElement()DateTypeLibrary. getLastReviewDateElement()DateTypeMeasure. getLastReviewDateElement()DateTypePlanDefinition. getLastReviewDateElement()DateTypeQuestionnaire. getLastReviewDateElement()DateTypeServiceDefinition. getLastReviewDateElement()DateTypeValueSet.ValueSetComposeComponent. getLockedDateElement()DateTypeElementDefinition. getMaxValueDateType()DateTypeElementDefinition. getMinValueDateType()DateTypeClaim.ItemComponent. getServicedDateType()DateTypeEligibilityRequest. getServicedDateType()DateTypeExplanationOfBenefit.ItemComponent. getServicedDateType()DateTypeGoal. getStartDateType()DateTypeGoal. getStatusDateElement()DateTypePaymentNotice. getStatusDateElement()DateTypeClaim.SpecialConditionComponent. getTimingDateType()DateTypeExplanationOfBenefit.SupportingInformationComponent. getTimingDateType()DateTypeQuestionnaire.QuestionnaireItemOptionComponent. getValueDateType()DateTypeQuestionnaireResponse.QuestionnaireResponseItemAnswerComponent. getValueDateType()static DateTypeFactory. newDate(String value)static DateTypeDateType. parseV3(String theV3String)Creates a new instance by parsing an HL7 v3 format date time stringConstructors in org.hl7.fhir.dstu3.model with parameters of type DateType Constructor Description AccidentComponent(DateType date)Constructor
-