public class CCDReader
extends java.lang.Object
| Constructor and Description |
|---|
CCDReader(java.lang.String filePath)
Constructs a CCDReader Object
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AdvanceDirectives> |
getAdvanceDirectives()
This method return List of Advance Directives object
|
java.util.List<Alerts> |
getAlerts()
This method return List of Alert object
|
java.util.List<AuthorInfo> |
getAuthorInfo()
This method return list of authors of CCD.
|
CCDHeader |
getCCDHeader()
This method return Header of CCD.
|
java.util.List<DocumentationOfInfo> |
getDocumentationOfInfo()
This method returns the list documentation of in CCD.
|
java.util.List<Encounters> |
getEncounters()
This method return List of Encounters object
|
java.util.List<FamilyHistory> |
getFamilyHistory()
This method return List of Family History object
|
java.util.List<FunctionalStatus> |
getFunctionalStatus()
This method return List of Functional Status object
|
java.util.List<Immunizations> |
getImmunizations()
This method return List of Immunizations object
|
java.util.List<MedicalEquipment> |
getMedicalEquipment()
This method return List of Medical Equipment object
|
java.util.List<Medications> |
getMedications()
This method return List of Medications object
|
OrganizationInfo |
getOrganizationName()
This method return Organization Name
|
java.util.List<PatientDetails> |
getPatientDetails()
This method return List of Patient Details
|
java.util.List<Payer> |
getPayers()
This method return List of Payers object
|
java.util.List<Plan> |
getPlan()
This method return List of Plan object
|
java.util.List<Problems> |
getProblems()
This method return List of Problems object
|
java.util.List<Procedures> |
getProcedure()
This method return List of Procedure object
|
java.util.List<Results> |
getResults()
This method return List of Results object
|
java.util.List<SocialHistory> |
getSocialHistory()
This method is used to Parse Social History Section
|
java.util.List<SummaryPurpose> |
getSummaryPurpose()
This method return Summary Purpose of Document
|
java.util.List<VitalSigns> |
getVitalSigns()
This method return List of Vital Signs object
|
public CCDReader(java.lang.String filePath)
throws java.io.IOException
filePath - - File path of Clinical Document(XML)java.io.IOExceptionpublic java.util.List<PatientDetails> getPatientDetails()
public java.util.List<SummaryPurpose> getSummaryPurpose()
public OrganizationInfo getOrganizationName()
public java.util.List<AuthorInfo> getAuthorInfo()
public java.util.List<DocumentationOfInfo> getDocumentationOfInfo()
public CCDHeader getCCDHeader()
public java.util.List<Payer> getPayers()
public java.util.List<VitalSigns> getVitalSigns()
public java.util.List<MedicalEquipment> getMedicalEquipment()
public java.util.List<Immunizations> getImmunizations()
public java.util.List<AdvanceDirectives> getAdvanceDirectives()
public java.util.List<FunctionalStatus> getFunctionalStatus()
public java.util.List<Encounters> getEncounters()
public java.util.List<Plan> getPlan()
public java.util.List<SocialHistory> getSocialHistory()
public java.util.List<Results> getResults()
public java.util.List<FamilyHistory> getFamilyHistory()
public java.util.List<Problems> getProblems()
public java.util.List<Medications> getMedications()
public java.util.List<Alerts> getAlerts()
public java.util.List<Procedures> getProcedure()