Uses of Class
org.hl7.fhir.dstu2016may.model.DateType
-
Packages that use DateType Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of DateType in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.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.dstu2016may.formats with parameters of type DateType Modifier and Type Method Description protected voidRdfParser. composeDate(RdfGenerator.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.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model declared as DateType Modifier and Type Field Description protected DateTypeClaim. accidentDateDate of an accident which these services are addressing.protected DateTypeExplanationOfBenefit. accidentDateDate 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 DateTypeExplanationOfBenefit.MissingTeethComponent. extractionDateThe date of the extraction either known from records or patient reported estimate.protected DateTypeModuleMetadata. lastReviewDateThe date on which the module content was last reviewed.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 DateTypeExplanationOfBenefit. paymentDateEstimated payment data.protected DateTypeClaim.ProsthesisComponent. priorDateDate of the initial placement.protected DateTypeExplanationOfBenefit.ProsthesisComponent. priorDateDate of the initial placement.protected DateTypeModuleMetadata. publicationDateThe date on which the module was published.protected DateTypeGoal. statusDateIdentifies when the current status.protected DateTypePaymentNotice. statusDateThe date when the above payment action occurrred.Methods in org.hl7.fhir.dstu2016may.model that return DateType Modifier and Type Method Description DateTypeBase. castToDate(Base b)DateTypeDateType. copy()DateTypeClaim. getAccidentDateElement()DateTypeExplanationOfBenefit. getAccidentDateElement()DateTypeQuestionnaire.QuestionnaireItemEnableWhenComponent. getAnswerDateType()DateTypePatient. getBirthDateElement()DateTypePerson. getBirthDateElement()DateTypePractitioner. getBirthDateElement()DateTypeRelatedPerson. getBirthDateElement()DateTypeFamilyMemberHistory. getBornDateType()DateTypeBasic. getCreatedElement()DateTypePaymentReconciliation.DetailsComponent. getDateElement()DateTypeCondition. getDateRecordedElement()DateTypeFamilyMemberHistory. getDeceasedDateType()DateTypeTriggerDefinition. getEventTimingDateType()DateTypeImmunization. getExpirationDateElement()DateTypeClaim.MissingTeethComponent. getExtractionDateElement()DateTypeExplanationOfBenefit.MissingTeethComponent. getExtractionDateElement()DateTypeQuestionnaire.QuestionnaireItemComponent. getInitialDateType()DateTypeModuleMetadata. getLastReviewDateElement()DateTypeValueSet. getLockedDateElement()DateTypeClaimResponse. getPaymentDateElement()DateTypeExplanationOfBenefit. getPaymentDateElement()DateTypeClaim.ProsthesisComponent. getPriorDateElement()DateTypeExplanationOfBenefit.ProsthesisComponent. getPriorDateElement()DateTypeModuleMetadata. getPublicationDateElement()DateTypeClaim.ItemsComponent. getServicedDateType()DateTypeEligibilityRequest. getServicedDateType()DateTypeExplanationOfBenefit.ItemsComponent. getServicedDateType()DateTypeGoal. getStartDateType()DateTypeGoal. getStatusDateElement()DateTypePaymentNotice. getStatusDateElement()DateTypeGoal. getTargetDateType()DateTypeClaim.OnsetComponent. getTimeDateType()DateTypeExplanationOfBenefit.OnsetComponent. getTimeDateType()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 string
-