
Package org.hl7.fhir.convertors.misc
Class CDAUtilities
java.lang.Object
org.hl7.fhir.convertors.misc.CDAUtilities
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckTemplateId(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) booleanhasTemplateId(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
-