Package org.hl7.fhir.convertors.misc
Class CDAUtilities
java.lang.Object
org.hl7.fhir.convertors.misc.CDAUtilities
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkTemplateId
(Element e, String templateId) This method looks up an object by it's id, and only returns it if has a child by the given name (resolving identifier based cross references)getByXmlId
(String id) getChildByAttribute
(Element element, String name, String attrname, String value) getChildren
(Element element, String name) getDescendent
(Element element, String path) getDescendent
(Element e, String[] path) getSeverity
(Element observation) boolean
hasTemplateId
(Element e, String tid) showTemplateIds
(Element element)
-
Constructor Details
-
CDAUtilities
- Throws:
Exception
-
-
Method Details
-
getElement
-
checkTemplateId
- Throws:
Exception
-
getChild
- Throws:
Exception
-
getChild
- Throws:
Exception
-
getChildByAttribute
public Element getChildByAttribute(Element element, String name, String attrname, String value) throws Exception - Throws:
Exception
-
getChildren
-
getDescendent
- Throws:
Exception
-
getDescendent
- Throws:
Exception
-
hasTemplateId
-
getStatus
- Throws:
Exception
-
getSeverity
- Throws:
Exception
-
showTemplateIds
-
getlastChild
-
getById
This method looks up an object by it's id, and only returns it if has a child by the given name (resolving identifier based cross references)- Parameters:
id
-childName
-- Returns:
- Throws:
Exception
-
getByXmlId
-