| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.baselibs.segments |
Provides classes which implement segments in HL7 standard.
|
| Modifier and Type | Method and Description |
|---|---|
DR |
EDU.getAcademicDegreeProgramDateRange()
Retrieves the Academic Degree Program Date Range.
|
DR |
EDU.getAcademicDegreeProgramParticipationDateRange()
Retrieves the Academic Degree Program Participation Date Range.
|
DR |
ARV.getAccessRestrictionDateRange()
Retrieves the Access Restriction Date Range .
|
DR |
REL.getAssertionDateRange()
Retrieves the Assertion Date Range.
|
DR |
PDA.getAutopsyStartAndEndDateTime()
Retrieves the Autopsy Start And End Date Time.
|
DR |
PSL.getBillingPeriod()
Retrieve Billing Period (DR)
This field is about Begin and end of billing period.
|
DR |
ORG.getEffectiveDateRange()
Retrieves the Effective Date Range.
|
DR |
STF.getInstitutionRelationshipPeriod()
Retrieves the Institution Relationship Period.
|
DR |
SPM.getSpecimenCollectionDateTime()
Retrieves the Specimen Collection Date Time.
|
DR |
FT1.getTransactionDate()
Retrieves the Transaction Date.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<DR> |
AFF.getProfessionalOrganizationAffiliationDateRange()
Retrieves the Professional Organization Affiliation Date Range.
|
ISingleCollection<DR> |
ARQ.getRequestedStartDateTimeRange()
Retrieves the Requested Start Date Time Range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AFF.addProfessionalOrganizationAffiliationDateRange(DR objProfessionalOrganizationAffiliationDateRange)
Add the Professional Organization Affiliation Date Range.
|
void |
ARQ.addRequestedStartDateTimeRange(DR objrequestedStartDateTimeRange)
Add the Requested Start Date Time Range.
|
void |
EDU.setAcademicDegreeProgramDateRange(DR objAcademicDegreeProgramDateRange)
Set the Academic Degree Program Date Range.
|
void |
EDU.setAcademicDegreeProgramParticipationDateRange(DR objAcademicDegreeProgramParticipationDateRange)
Set the Academic Degree Program Participation Date Range.
|
void |
ARV.setAccessRestrictionDateRange(DR objAccessRestrictionDateRange)
Set the Access Restriction Date Range .
|
void |
REL.setAssertionDateRange(DR objAssertionDateRange)
Set the Assertion Date Range.
|
void |
PDA.setAutopsyStartAndEndDateTime(DR objautopsyStartAndEndDateTime)
Set the Autopsy Start And End Date Time.
|
void |
PSL.setBillingPeriod(DR objBillingPeriod)
Retrieve Billing Period (DR)
This field is about Begin and end of billing period.
|
void |
ORG.setEffectiveDateRange(DR objeffectiveDateRange)
Set the Effective Date Range.
|
void |
STF.setInstitutionRelationshipPeriod(DR objinstitutionRelationshipPeriod)
Set the Institution Relationship Period.
|
void |
SPM.setSpecimenCollectionDateTime(DR objspecimenCollectionDateTime)
Set the Specimen Collection Date Time.
|
void |
FT1.setTransactionDate(DR objtransactionDate)
Set the field which contains the date/time or date/time range of the transaction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AFF.setProfessionalOrganizationAffiliationDateRange(ISingleCollection<DR> objProfessionalOrganizationAffiliationDateRangeList)
Set the Professional Organization Affiliation Date Range.
|
void |
ARQ.setRequestedStartDateTimeRange(ISingleCollection<DR> objrequestedStartDateTimeRangeList)
Set the Requested Start Date Time Range.
|