Package org.hl7.fhir.dstu3.formats
Class XmlParser
- java.lang.Object
-
- org.hl7.fhir.dstu3.formats.FormatUtilities
-
- org.hl7.fhir.dstu3.formats.ParserBase
-
- org.hl7.fhir.dstu3.formats.XmlParserBase
-
- org.hl7.fhir.dstu3.formats.XmlParser
-
- All Implemented Interfaces:
IParser
public class XmlParser extends XmlParserBase
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.hl7.fhir.dstu3.formats.IParser
IParser.OutputStyle
-
-
Field Summary
-
Fields inherited from class org.hl7.fhir.dstu3.formats.XmlParserBase
comments, htmlPretty, xml
-
Fields inherited from class org.hl7.fhir.dstu3.formats.ParserBase
allowUnknownContent, handleComments, idMap, style, xhtmlMessage
-
Fields inherited from class org.hl7.fhir.dstu3.formats.FormatUtilities
FHIR_NS, ID_REGEX, NS_XSI, XHTML_NS
-
-
Method Summary
-
Methods inherited from class org.hl7.fhir.dstu3.formats.XmlParserBase
compose, compose, compose, compose, compose, composeDomainResource, composeElementAttributes, composeElementClose, composeString, composeTypeAttributes, composeXhtml, getType, loadXml, loadXml, next, nextNoWhitespace, parse, parse, parseBackboneAttributes, parseDomainResourceContained, parseElementAttributes, parseElementClose, parseResourceContained, parseType, parseTypeAttributes, parseXhtml, skipElementWithContent, skipEmptyElement, unknownContent
-
Methods inherited from class org.hl7.fhir.dstu3.formats.ParserBase
composeBytes, composeBytes, composeString, composeString, getHandleComments, getOutputStyle, isAllowUnknownContent, parse, parse, parseBase64BinaryPrimitive, parseBooleanPrimitive, parseBooleanPrimitive, parseCodePrimitive, parseDecimalPrimitive, parseDecimalPrimitive, parseIdPrimitive, parseIntegerPrimitive, parseIntegerPrimitive, parseOidPrimitive, parseStringPrimitive, parseTimePrimitive, parseType, parseType, parseUriPrimitive, parseUuidPrimitive, setAllowUnknownContent, setHandleComments, setOutputStyle, setSuppressXhtml
-
Methods inherited from class org.hl7.fhir.dstu3.formats.FormatUtilities
isValidId, makeId, makeParser, makeParser, toString, toString, toString, toString, toString, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hl7.fhir.dstu3.formats.IParser
composeBytes, composeBytes, composeString, composeString, getHandleComments, getOutputStyle, isAllowUnknownContent, parse, parse, parseType, parseType, setAllowUnknownContent, setHandleComments, setOutputStyle, setSuppressXhtml
-
-
-
-
Method Detail
-
parseElementContent
protected boolean parseElementContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Element res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBackboneContent
protected boolean parseBackboneContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, BackboneElement res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEnumeration
protected <E extends Enum<E>> Enumeration<E> parseEnumeration(org.xmlpull.v1.XmlPullParser xpp, E item, EnumFactory e) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDate
protected DateType parseDate(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDateTime
protected DateTimeType parseDateTime(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCode
protected CodeType parseCode(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseString
protected StringType parseString(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseInteger
protected IntegerType parseInteger(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOid
protected OidType parseOid(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseUri
protected UriType parseUri(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseUuid
protected UuidType parseUuid(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseInstant
protected InstantType parseInstant(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBoolean
protected BooleanType parseBoolean(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBase64Binary
protected Base64BinaryType parseBase64Binary(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseUnsignedInt
protected UnsignedIntType parseUnsignedInt(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMarkdown
protected MarkdownType parseMarkdown(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTime
protected TimeType parseTime(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseId
protected IdType parseId(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePositiveInt
protected PositiveIntType parsePositiveInt(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDecimal
protected DecimalType parseDecimal(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExtension
protected Extension parseExtension(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExtensionContent
protected boolean parseExtensionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Extension res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNarrative
protected Narrative parseNarrative(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNarrativeContent
protected boolean parseNarrativeContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Narrative res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseReference
protected Reference parseReference(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseReferenceContent
protected boolean parseReferenceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Reference res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuantity
protected Quantity parseQuantity(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuantityContent
protected boolean parseQuantityContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Quantity res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePeriod
protected Period parsePeriod(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePeriodContent
protected boolean parsePeriodContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Period res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAttachment
protected Attachment parseAttachment(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAttachmentContent
protected boolean parseAttachmentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Attachment res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDuration
protected Duration parseDuration(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDurationContent
protected boolean parseDurationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Duration res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCount
protected Count parseCount(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCountContent
protected boolean parseCountContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Count res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseRange
protected Range parseRange(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseRangeContent
protected boolean parseRangeContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Range res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAnnotation
protected Annotation parseAnnotation(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAnnotationContent
protected boolean parseAnnotationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Annotation res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMoney
protected Money parseMoney(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMoneyContent
protected boolean parseMoneyContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Money res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseIdentifier
protected Identifier parseIdentifier(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseIdentifierContent
protected boolean parseIdentifierContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Identifier res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCoding
protected Coding parseCoding(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCodingContent
protected boolean parseCodingContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Coding res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSignature
protected Signature parseSignature(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSignatureContent
protected boolean parseSignatureContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Signature res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSampledData
protected SampledData parseSampledData(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSampledDataContent
protected boolean parseSampledDataContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SampledData res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseRatio
protected Ratio parseRatio(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseRatioContent
protected boolean parseRatioContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Ratio res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDistance
protected Distance parseDistance(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDistanceContent
protected boolean parseDistanceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Distance res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAge
protected Age parseAge(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAgeContent
protected boolean parseAgeContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Age res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCodeableConcept
protected CodeableConcept parseCodeableConcept(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCodeableConceptContent
protected boolean parseCodeableConceptContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeableConcept res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSimpleQuantity
protected SimpleQuantity parseSimpleQuantity(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSimpleQuantityContent
protected boolean parseSimpleQuantityContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SimpleQuantity res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeta
protected Meta parseMeta(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMetaContent
protected boolean parseMetaContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Meta res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAddress
protected Address parseAddress(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAddressContent
protected boolean parseAddressContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Address res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTriggerDefinition
protected TriggerDefinition parseTriggerDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTriggerDefinitionContent
protected boolean parseTriggerDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TriggerDefinition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContributor
protected Contributor parseContributor(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContributorContent
protected boolean parseContributorContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contributor res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDataRequirement
protected DataRequirement parseDataRequirement(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDataRequirementContent
protected boolean parseDataRequirementContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DataRequirement res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDataRequirementDataRequirementCodeFilterComponent
protected DataRequirement.DataRequirementCodeFilterComponent parseDataRequirementDataRequirementCodeFilterComponent(org.xmlpull.v1.XmlPullParser xpp, DataRequirement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDataRequirementDataRequirementCodeFilterComponentContent
protected boolean parseDataRequirementDataRequirementCodeFilterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DataRequirement owner, DataRequirement.DataRequirementCodeFilterComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDataRequirementDataRequirementDateFilterComponent
protected DataRequirement.DataRequirementDateFilterComponent parseDataRequirementDataRequirementDateFilterComponent(org.xmlpull.v1.XmlPullParser xpp, DataRequirement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDataRequirementDataRequirementDateFilterComponentContent
protected boolean parseDataRequirementDataRequirementDateFilterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DataRequirement owner, DataRequirement.DataRequirementDateFilterComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDosage
protected Dosage parseDosage(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDosageContent
protected boolean parseDosageContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Dosage res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseRelatedArtifact
protected RelatedArtifact parseRelatedArtifact(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseRelatedArtifactContent
protected boolean parseRelatedArtifactContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RelatedArtifact res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContactDetail
protected ContactDetail parseContactDetail(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContactDetailContent
protected boolean parseContactDetailContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ContactDetail res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseHumanName
protected HumanName parseHumanName(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseHumanNameContent
protected boolean parseHumanNameContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, HumanName res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContactPoint
protected ContactPoint parseContactPoint(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContactPointContent
protected boolean parseContactPointContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ContactPoint res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseUsageContext
protected UsageContext parseUsageContext(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseUsageContextContent
protected boolean parseUsageContextContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, UsageContext res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTiming
protected Timing parseTiming(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTimingContent
protected boolean parseTimingContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Timing res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTimingTimingRepeatComponent
protected Timing.TimingRepeatComponent parseTimingTimingRepeatComponent(org.xmlpull.v1.XmlPullParser xpp, Timing owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTimingTimingRepeatComponentContent
protected boolean parseTimingTimingRepeatComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Timing owner, Timing.TimingRepeatComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinition
protected ElementDefinition parseElementDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinitionContent
protected boolean parseElementDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ElementDefinition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinitionElementDefinitionSlicingComponent
protected ElementDefinition.ElementDefinitionSlicingComponent parseElementDefinitionElementDefinitionSlicingComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinitionElementDefinitionSlicingComponentContent
protected boolean parseElementDefinitionElementDefinitionSlicingComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner, ElementDefinition.ElementDefinitionSlicingComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinitionElementDefinitionSlicingDiscriminatorComponent
protected ElementDefinition.ElementDefinitionSlicingDiscriminatorComponent parseElementDefinitionElementDefinitionSlicingDiscriminatorComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinitionElementDefinitionSlicingDiscriminatorComponentContent
protected boolean parseElementDefinitionElementDefinitionSlicingDiscriminatorComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner, ElementDefinition.ElementDefinitionSlicingDiscriminatorComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinitionElementDefinitionBaseComponent
protected ElementDefinition.ElementDefinitionBaseComponent parseElementDefinitionElementDefinitionBaseComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinitionElementDefinitionBaseComponentContent
protected boolean parseElementDefinitionElementDefinitionBaseComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner, ElementDefinition.ElementDefinitionBaseComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinitionTypeRefComponent
protected ElementDefinition.TypeRefComponent parseElementDefinitionTypeRefComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinitionTypeRefComponentContent
protected boolean parseElementDefinitionTypeRefComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner, ElementDefinition.TypeRefComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinitionElementDefinitionExampleComponent
protected ElementDefinition.ElementDefinitionExampleComponent parseElementDefinitionElementDefinitionExampleComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinitionElementDefinitionExampleComponentContent
protected boolean parseElementDefinitionElementDefinitionExampleComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner, ElementDefinition.ElementDefinitionExampleComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinitionElementDefinitionConstraintComponent
protected ElementDefinition.ElementDefinitionConstraintComponent parseElementDefinitionElementDefinitionConstraintComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinitionElementDefinitionConstraintComponentContent
protected boolean parseElementDefinitionElementDefinitionConstraintComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner, ElementDefinition.ElementDefinitionConstraintComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinitionElementDefinitionBindingComponent
protected ElementDefinition.ElementDefinitionBindingComponent parseElementDefinitionElementDefinitionBindingComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinitionElementDefinitionBindingComponentContent
protected boolean parseElementDefinitionElementDefinitionBindingComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner, ElementDefinition.ElementDefinitionBindingComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinitionElementDefinitionMappingComponent
protected ElementDefinition.ElementDefinitionMappingComponent parseElementDefinitionElementDefinitionMappingComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinitionElementDefinitionMappingComponentContent
protected boolean parseElementDefinitionElementDefinitionMappingComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner, ElementDefinition.ElementDefinitionMappingComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseParameterDefinition
protected ParameterDefinition parseParameterDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseParameterDefinitionContent
protected boolean parseParameterDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ParameterDefinition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDomainResourceAttributes
protected void parseDomainResourceAttributes(org.xmlpull.v1.XmlPullParser xpp, DomainResource res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDomainResourceContent
protected boolean parseDomainResourceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DomainResource res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseParameters
protected Parameters parseParameters(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseParametersContent
protected boolean parseParametersContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Parameters res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseParametersParametersParameterComponent
protected Parameters.ParametersParameterComponent parseParametersParametersParameterComponent(org.xmlpull.v1.XmlPullParser xpp, Parameters owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseParametersParametersParameterComponentContent
protected boolean parseParametersParametersParameterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Parameters owner, Parameters.ParametersParameterComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseResourceAttributes
protected void parseResourceAttributes(org.xmlpull.v1.XmlPullParser xpp, Resource res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseResourceContent
protected boolean parseResourceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Resource res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAccount
protected Account parseAccount(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAccountContent
protected boolean parseAccountContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Account res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAccountCoverageComponent
protected Account.CoverageComponent parseAccountCoverageComponent(org.xmlpull.v1.XmlPullParser xpp, Account owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAccountCoverageComponentContent
protected boolean parseAccountCoverageComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Account owner, Account.CoverageComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAccountGuarantorComponent
protected Account.GuarantorComponent parseAccountGuarantorComponent(org.xmlpull.v1.XmlPullParser xpp, Account owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAccountGuarantorComponentContent
protected boolean parseAccountGuarantorComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Account owner, Account.GuarantorComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseActivityDefinition
protected ActivityDefinition parseActivityDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseActivityDefinitionContent
protected boolean parseActivityDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ActivityDefinition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseActivityDefinitionActivityDefinitionParticipantComponent
protected ActivityDefinition.ActivityDefinitionParticipantComponent parseActivityDefinitionActivityDefinitionParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, ActivityDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseActivityDefinitionActivityDefinitionParticipantComponentContent
protected boolean parseActivityDefinitionActivityDefinitionParticipantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ActivityDefinition owner, ActivityDefinition.ActivityDefinitionParticipantComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseActivityDefinitionActivityDefinitionDynamicValueComponent
protected ActivityDefinition.ActivityDefinitionDynamicValueComponent parseActivityDefinitionActivityDefinitionDynamicValueComponent(org.xmlpull.v1.XmlPullParser xpp, ActivityDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseActivityDefinitionActivityDefinitionDynamicValueComponentContent
protected boolean parseActivityDefinitionActivityDefinitionDynamicValueComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ActivityDefinition owner, ActivityDefinition.ActivityDefinitionDynamicValueComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAdverseEvent
protected AdverseEvent parseAdverseEvent(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAdverseEventContent
protected boolean parseAdverseEventContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, AdverseEvent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAdverseEventAdverseEventSuspectEntityComponent
protected AdverseEvent.AdverseEventSuspectEntityComponent parseAdverseEventAdverseEventSuspectEntityComponent(org.xmlpull.v1.XmlPullParser xpp, AdverseEvent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAdverseEventAdverseEventSuspectEntityComponentContent
protected boolean parseAdverseEventAdverseEventSuspectEntityComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, AdverseEvent owner, AdverseEvent.AdverseEventSuspectEntityComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAllergyIntolerance
protected AllergyIntolerance parseAllergyIntolerance(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAllergyIntoleranceContent
protected boolean parseAllergyIntoleranceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, AllergyIntolerance res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAllergyIntoleranceAllergyIntoleranceReactionComponent
protected AllergyIntolerance.AllergyIntoleranceReactionComponent parseAllergyIntoleranceAllergyIntoleranceReactionComponent(org.xmlpull.v1.XmlPullParser xpp, AllergyIntolerance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAllergyIntoleranceAllergyIntoleranceReactionComponentContent
protected boolean parseAllergyIntoleranceAllergyIntoleranceReactionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, AllergyIntolerance owner, AllergyIntolerance.AllergyIntoleranceReactionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAppointment
protected Appointment parseAppointment(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAppointmentContent
protected boolean parseAppointmentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Appointment res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAppointmentAppointmentParticipantComponent
protected Appointment.AppointmentParticipantComponent parseAppointmentAppointmentParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, Appointment owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAppointmentAppointmentParticipantComponentContent
protected boolean parseAppointmentAppointmentParticipantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Appointment owner, Appointment.AppointmentParticipantComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAppointmentResponse
protected AppointmentResponse parseAppointmentResponse(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAppointmentResponseContent
protected boolean parseAppointmentResponseContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, AppointmentResponse res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAuditEvent
protected AuditEvent parseAuditEvent(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAuditEventContent
protected boolean parseAuditEventContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, AuditEvent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAuditEventAuditEventAgentComponent
protected AuditEvent.AuditEventAgentComponent parseAuditEventAuditEventAgentComponent(org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAuditEventAuditEventAgentComponentContent
protected boolean parseAuditEventAuditEventAgentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner, AuditEvent.AuditEventAgentComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAuditEventAuditEventAgentNetworkComponent
protected AuditEvent.AuditEventAgentNetworkComponent parseAuditEventAuditEventAgentNetworkComponent(org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAuditEventAuditEventAgentNetworkComponentContent
protected boolean parseAuditEventAuditEventAgentNetworkComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner, AuditEvent.AuditEventAgentNetworkComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAuditEventAuditEventSourceComponent
protected AuditEvent.AuditEventSourceComponent parseAuditEventAuditEventSourceComponent(org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAuditEventAuditEventSourceComponentContent
protected boolean parseAuditEventAuditEventSourceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner, AuditEvent.AuditEventSourceComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAuditEventAuditEventEntityComponent
protected AuditEvent.AuditEventEntityComponent parseAuditEventAuditEventEntityComponent(org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAuditEventAuditEventEntityComponentContent
protected boolean parseAuditEventAuditEventEntityComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner, AuditEvent.AuditEventEntityComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAuditEventAuditEventEntityDetailComponent
protected AuditEvent.AuditEventEntityDetailComponent parseAuditEventAuditEventEntityDetailComponent(org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAuditEventAuditEventEntityDetailComponentContent
protected boolean parseAuditEventAuditEventEntityDetailComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner, AuditEvent.AuditEventEntityDetailComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBasic
protected Basic parseBasic(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBasicContent
protected boolean parseBasicContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Basic res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBinary
protected Binary parseBinary(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBinaryContent
protected boolean parseBinaryContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Binary res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBodySite
protected BodySite parseBodySite(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBodySiteContent
protected boolean parseBodySiteContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, BodySite res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBundle
protected Bundle parseBundle(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBundleContent
protected boolean parseBundleContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Bundle res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBundleBundleLinkComponent
protected Bundle.BundleLinkComponent parseBundleBundleLinkComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBundleBundleLinkComponentContent
protected boolean parseBundleBundleLinkComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Bundle owner, Bundle.BundleLinkComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBundleBundleEntryComponent
protected Bundle.BundleEntryComponent parseBundleBundleEntryComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBundleBundleEntryComponentContent
protected boolean parseBundleBundleEntryComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Bundle owner, Bundle.BundleEntryComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBundleBundleEntrySearchComponent
protected Bundle.BundleEntrySearchComponent parseBundleBundleEntrySearchComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBundleBundleEntrySearchComponentContent
protected boolean parseBundleBundleEntrySearchComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Bundle owner, Bundle.BundleEntrySearchComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBundleBundleEntryRequestComponent
protected Bundle.BundleEntryRequestComponent parseBundleBundleEntryRequestComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBundleBundleEntryRequestComponentContent
protected boolean parseBundleBundleEntryRequestComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Bundle owner, Bundle.BundleEntryRequestComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBundleBundleEntryResponseComponent
protected Bundle.BundleEntryResponseComponent parseBundleBundleEntryResponseComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBundleBundleEntryResponseComponentContent
protected boolean parseBundleBundleEntryResponseComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Bundle owner, Bundle.BundleEntryResponseComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatement
protected CapabilityStatement parseCapabilityStatement(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementContent
protected boolean parseCapabilityStatementContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementCapabilityStatementSoftwareComponent
protected CapabilityStatement.CapabilityStatementSoftwareComponent parseCapabilityStatementCapabilityStatementSoftwareComponent(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementCapabilityStatementSoftwareComponentContent
protected boolean parseCapabilityStatementCapabilityStatementSoftwareComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner, CapabilityStatement.CapabilityStatementSoftwareComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementCapabilityStatementImplementationComponent
protected CapabilityStatement.CapabilityStatementImplementationComponent parseCapabilityStatementCapabilityStatementImplementationComponent(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementCapabilityStatementImplementationComponentContent
protected boolean parseCapabilityStatementCapabilityStatementImplementationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner, CapabilityStatement.CapabilityStatementImplementationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementCapabilityStatementRestComponent
protected CapabilityStatement.CapabilityStatementRestComponent parseCapabilityStatementCapabilityStatementRestComponent(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementCapabilityStatementRestComponentContent
protected boolean parseCapabilityStatementCapabilityStatementRestComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner, CapabilityStatement.CapabilityStatementRestComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementCapabilityStatementRestSecurityComponent
protected CapabilityStatement.CapabilityStatementRestSecurityComponent parseCapabilityStatementCapabilityStatementRestSecurityComponent(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementCapabilityStatementRestSecurityComponentContent
protected boolean parseCapabilityStatementCapabilityStatementRestSecurityComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner, CapabilityStatement.CapabilityStatementRestSecurityComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementCapabilityStatementRestSecurityCertificateComponent
protected CapabilityStatement.CapabilityStatementRestSecurityCertificateComponent parseCapabilityStatementCapabilityStatementRestSecurityCertificateComponent(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementCapabilityStatementRestSecurityCertificateComponentContent
protected boolean parseCapabilityStatementCapabilityStatementRestSecurityCertificateComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner, CapabilityStatement.CapabilityStatementRestSecurityCertificateComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementCapabilityStatementRestResourceComponent
protected CapabilityStatement.CapabilityStatementRestResourceComponent parseCapabilityStatementCapabilityStatementRestResourceComponent(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementCapabilityStatementRestResourceComponentContent
protected boolean parseCapabilityStatementCapabilityStatementRestResourceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner, CapabilityStatement.CapabilityStatementRestResourceComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementResourceInteractionComponent
protected CapabilityStatement.ResourceInteractionComponent parseCapabilityStatementResourceInteractionComponent(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementResourceInteractionComponentContent
protected boolean parseCapabilityStatementResourceInteractionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner, CapabilityStatement.ResourceInteractionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementCapabilityStatementRestResourceSearchParamComponent
protected CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent parseCapabilityStatementCapabilityStatementRestResourceSearchParamComponent(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementCapabilityStatementRestResourceSearchParamComponentContent
protected boolean parseCapabilityStatementCapabilityStatementRestResourceSearchParamComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner, CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementSystemInteractionComponent
protected CapabilityStatement.SystemInteractionComponent parseCapabilityStatementSystemInteractionComponent(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementSystemInteractionComponentContent
protected boolean parseCapabilityStatementSystemInteractionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner, CapabilityStatement.SystemInteractionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementCapabilityStatementRestOperationComponent
protected CapabilityStatement.CapabilityStatementRestOperationComponent parseCapabilityStatementCapabilityStatementRestOperationComponent(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementCapabilityStatementRestOperationComponentContent
protected boolean parseCapabilityStatementCapabilityStatementRestOperationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner, CapabilityStatement.CapabilityStatementRestOperationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementCapabilityStatementMessagingComponent
protected CapabilityStatement.CapabilityStatementMessagingComponent parseCapabilityStatementCapabilityStatementMessagingComponent(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementCapabilityStatementMessagingComponentContent
protected boolean parseCapabilityStatementCapabilityStatementMessagingComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner, CapabilityStatement.CapabilityStatementMessagingComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementCapabilityStatementMessagingEndpointComponent
protected CapabilityStatement.CapabilityStatementMessagingEndpointComponent parseCapabilityStatementCapabilityStatementMessagingEndpointComponent(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementCapabilityStatementMessagingEndpointComponentContent
protected boolean parseCapabilityStatementCapabilityStatementMessagingEndpointComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner, CapabilityStatement.CapabilityStatementMessagingEndpointComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementCapabilityStatementMessagingSupportedMessageComponent
protected CapabilityStatement.CapabilityStatementMessagingSupportedMessageComponent parseCapabilityStatementCapabilityStatementMessagingSupportedMessageComponent(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementCapabilityStatementMessagingSupportedMessageComponentContent
protected boolean parseCapabilityStatementCapabilityStatementMessagingSupportedMessageComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner, CapabilityStatement.CapabilityStatementMessagingSupportedMessageComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementCapabilityStatementMessagingEventComponent
protected CapabilityStatement.CapabilityStatementMessagingEventComponent parseCapabilityStatementCapabilityStatementMessagingEventComponent(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementCapabilityStatementMessagingEventComponentContent
protected boolean parseCapabilityStatementCapabilityStatementMessagingEventComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner, CapabilityStatement.CapabilityStatementMessagingEventComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementCapabilityStatementDocumentComponent
protected CapabilityStatement.CapabilityStatementDocumentComponent parseCapabilityStatementCapabilityStatementDocumentComponent(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCapabilityStatementCapabilityStatementDocumentComponentContent
protected boolean parseCapabilityStatementCapabilityStatementDocumentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner, CapabilityStatement.CapabilityStatementDocumentComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCarePlan
protected CarePlan parseCarePlan(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCarePlanContent
protected boolean parseCarePlanContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CarePlan res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCarePlanCarePlanActivityComponent
protected CarePlan.CarePlanActivityComponent parseCarePlanCarePlanActivityComponent(org.xmlpull.v1.XmlPullParser xpp, CarePlan owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCarePlanCarePlanActivityComponentContent
protected boolean parseCarePlanCarePlanActivityComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CarePlan owner, CarePlan.CarePlanActivityComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCarePlanCarePlanActivityDetailComponent
protected CarePlan.CarePlanActivityDetailComponent parseCarePlanCarePlanActivityDetailComponent(org.xmlpull.v1.XmlPullParser xpp, CarePlan owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCarePlanCarePlanActivityDetailComponentContent
protected boolean parseCarePlanCarePlanActivityDetailComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CarePlan owner, CarePlan.CarePlanActivityDetailComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCareTeam
protected CareTeam parseCareTeam(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCareTeamContent
protected boolean parseCareTeamContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CareTeam res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCareTeamCareTeamParticipantComponent
protected CareTeam.CareTeamParticipantComponent parseCareTeamCareTeamParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, CareTeam owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCareTeamCareTeamParticipantComponentContent
protected boolean parseCareTeamCareTeamParticipantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CareTeam owner, CareTeam.CareTeamParticipantComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseChargeItem
protected ChargeItem parseChargeItem(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseChargeItemContent
protected boolean parseChargeItemContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ChargeItem res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseChargeItemChargeItemParticipantComponent
protected ChargeItem.ChargeItemParticipantComponent parseChargeItemChargeItemParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, ChargeItem owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseChargeItemChargeItemParticipantComponentContent
protected boolean parseChargeItemChargeItemParticipantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ChargeItem owner, ChargeItem.ChargeItemParticipantComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaim
protected Claim parseClaim(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimContent
protected boolean parseClaimContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Claim res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimRelatedClaimComponent
protected Claim.RelatedClaimComponent parseClaimRelatedClaimComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimRelatedClaimComponentContent
protected boolean parseClaimRelatedClaimComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Claim owner, Claim.RelatedClaimComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimPayeeComponent
protected Claim.PayeeComponent parseClaimPayeeComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimPayeeComponentContent
protected boolean parseClaimPayeeComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Claim owner, Claim.PayeeComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimCareTeamComponent
protected Claim.CareTeamComponent parseClaimCareTeamComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimCareTeamComponentContent
protected boolean parseClaimCareTeamComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Claim owner, Claim.CareTeamComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimSpecialConditionComponent
protected Claim.SpecialConditionComponent parseClaimSpecialConditionComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimSpecialConditionComponentContent
protected boolean parseClaimSpecialConditionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Claim owner, Claim.SpecialConditionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimDiagnosisComponent
protected Claim.DiagnosisComponent parseClaimDiagnosisComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimDiagnosisComponentContent
protected boolean parseClaimDiagnosisComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Claim owner, Claim.DiagnosisComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimProcedureComponent
protected Claim.ProcedureComponent parseClaimProcedureComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimProcedureComponentContent
protected boolean parseClaimProcedureComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Claim owner, Claim.ProcedureComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimInsuranceComponent
protected Claim.InsuranceComponent parseClaimInsuranceComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimInsuranceComponentContent
protected boolean parseClaimInsuranceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Claim owner, Claim.InsuranceComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimAccidentComponent
protected Claim.AccidentComponent parseClaimAccidentComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimAccidentComponentContent
protected boolean parseClaimAccidentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Claim owner, Claim.AccidentComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimItemComponent
protected Claim.ItemComponent parseClaimItemComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimItemComponentContent
protected boolean parseClaimItemComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Claim owner, Claim.ItemComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimDetailComponent
protected Claim.DetailComponent parseClaimDetailComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimDetailComponentContent
protected boolean parseClaimDetailComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Claim owner, Claim.DetailComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimSubDetailComponent
protected Claim.SubDetailComponent parseClaimSubDetailComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimSubDetailComponentContent
protected boolean parseClaimSubDetailComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Claim owner, Claim.SubDetailComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponse
protected ClaimResponse parseClaimResponse(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseContent
protected boolean parseClaimResponseContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClaimResponse res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseItemComponent
protected ClaimResponse.ItemComponent parseClaimResponseItemComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseItemComponentContent
protected boolean parseClaimResponseItemComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner, ClaimResponse.ItemComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseAdjudicationComponent
protected ClaimResponse.AdjudicationComponent parseClaimResponseAdjudicationComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseAdjudicationComponentContent
protected boolean parseClaimResponseAdjudicationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner, ClaimResponse.AdjudicationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseItemDetailComponent
protected ClaimResponse.ItemDetailComponent parseClaimResponseItemDetailComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseItemDetailComponentContent
protected boolean parseClaimResponseItemDetailComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner, ClaimResponse.ItemDetailComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseSubDetailComponent
protected ClaimResponse.SubDetailComponent parseClaimResponseSubDetailComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseSubDetailComponentContent
protected boolean parseClaimResponseSubDetailComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner, ClaimResponse.SubDetailComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseAddedItemComponent
protected ClaimResponse.AddedItemComponent parseClaimResponseAddedItemComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseAddedItemComponentContent
protected boolean parseClaimResponseAddedItemComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner, ClaimResponse.AddedItemComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseAddedItemsDetailComponent
protected ClaimResponse.AddedItemsDetailComponent parseClaimResponseAddedItemsDetailComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseAddedItemsDetailComponentContent
protected boolean parseClaimResponseAddedItemsDetailComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner, ClaimResponse.AddedItemsDetailComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseErrorComponent
protected ClaimResponse.ErrorComponent parseClaimResponseErrorComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseErrorComponentContent
protected boolean parseClaimResponseErrorComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner, ClaimResponse.ErrorComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponsePaymentComponent
protected ClaimResponse.PaymentComponent parseClaimResponsePaymentComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponsePaymentComponentContent
protected boolean parseClaimResponsePaymentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner, ClaimResponse.PaymentComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseNoteComponent
protected ClaimResponse.NoteComponent parseClaimResponseNoteComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseNoteComponentContent
protected boolean parseClaimResponseNoteComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner, ClaimResponse.NoteComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseInsuranceComponent
protected ClaimResponse.InsuranceComponent parseClaimResponseInsuranceComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseInsuranceComponentContent
protected boolean parseClaimResponseInsuranceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner, ClaimResponse.InsuranceComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClinicalImpression
protected ClinicalImpression parseClinicalImpression(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClinicalImpressionContent
protected boolean parseClinicalImpressionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClinicalImpression res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClinicalImpressionClinicalImpressionInvestigationComponent
protected ClinicalImpression.ClinicalImpressionInvestigationComponent parseClinicalImpressionClinicalImpressionInvestigationComponent(org.xmlpull.v1.XmlPullParser xpp, ClinicalImpression owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClinicalImpressionClinicalImpressionInvestigationComponentContent
protected boolean parseClinicalImpressionClinicalImpressionInvestigationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClinicalImpression owner, ClinicalImpression.ClinicalImpressionInvestigationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClinicalImpressionClinicalImpressionFindingComponent
protected ClinicalImpression.ClinicalImpressionFindingComponent parseClinicalImpressionClinicalImpressionFindingComponent(org.xmlpull.v1.XmlPullParser xpp, ClinicalImpression owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClinicalImpressionClinicalImpressionFindingComponentContent
protected boolean parseClinicalImpressionClinicalImpressionFindingComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClinicalImpression owner, ClinicalImpression.ClinicalImpressionFindingComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCodeSystem
protected CodeSystem parseCodeSystem(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCodeSystemContent
protected boolean parseCodeSystemContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCodeSystemCodeSystemFilterComponent
protected CodeSystem.CodeSystemFilterComponent parseCodeSystemCodeSystemFilterComponent(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCodeSystemCodeSystemFilterComponentContent
protected boolean parseCodeSystemCodeSystemFilterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner, CodeSystem.CodeSystemFilterComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCodeSystemPropertyComponent
protected CodeSystem.PropertyComponent parseCodeSystemPropertyComponent(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCodeSystemPropertyComponentContent
protected boolean parseCodeSystemPropertyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner, CodeSystem.PropertyComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCodeSystemConceptDefinitionComponent
protected CodeSystem.ConceptDefinitionComponent parseCodeSystemConceptDefinitionComponent(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCodeSystemConceptDefinitionComponentContent
protected boolean parseCodeSystemConceptDefinitionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner, CodeSystem.ConceptDefinitionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCodeSystemConceptDefinitionDesignationComponent
protected CodeSystem.ConceptDefinitionDesignationComponent parseCodeSystemConceptDefinitionDesignationComponent(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCodeSystemConceptDefinitionDesignationComponentContent
protected boolean parseCodeSystemConceptDefinitionDesignationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner, CodeSystem.ConceptDefinitionDesignationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCodeSystemConceptPropertyComponent
protected CodeSystem.ConceptPropertyComponent parseCodeSystemConceptPropertyComponent(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCodeSystemConceptPropertyComponentContent
protected boolean parseCodeSystemConceptPropertyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner, CodeSystem.ConceptPropertyComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCommunication
protected Communication parseCommunication(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCommunicationContent
protected boolean parseCommunicationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Communication res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCommunicationCommunicationPayloadComponent
protected Communication.CommunicationPayloadComponent parseCommunicationCommunicationPayloadComponent(org.xmlpull.v1.XmlPullParser xpp, Communication owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCommunicationCommunicationPayloadComponentContent
protected boolean parseCommunicationCommunicationPayloadComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Communication owner, Communication.CommunicationPayloadComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCommunicationRequest
protected CommunicationRequest parseCommunicationRequest(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCommunicationRequestContent
protected boolean parseCommunicationRequestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CommunicationRequest res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCommunicationRequestCommunicationRequestPayloadComponent
protected CommunicationRequest.CommunicationRequestPayloadComponent parseCommunicationRequestCommunicationRequestPayloadComponent(org.xmlpull.v1.XmlPullParser xpp, CommunicationRequest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCommunicationRequestCommunicationRequestPayloadComponentContent
protected boolean parseCommunicationRequestCommunicationRequestPayloadComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CommunicationRequest owner, CommunicationRequest.CommunicationRequestPayloadComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCommunicationRequestCommunicationRequestRequesterComponent
protected CommunicationRequest.CommunicationRequestRequesterComponent parseCommunicationRequestCommunicationRequestRequesterComponent(org.xmlpull.v1.XmlPullParser xpp, CommunicationRequest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCommunicationRequestCommunicationRequestRequesterComponentContent
protected boolean parseCommunicationRequestCommunicationRequestRequesterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CommunicationRequest owner, CommunicationRequest.CommunicationRequestRequesterComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCompartmentDefinition
protected CompartmentDefinition parseCompartmentDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCompartmentDefinitionContent
protected boolean parseCompartmentDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CompartmentDefinition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCompartmentDefinitionCompartmentDefinitionResourceComponent
protected CompartmentDefinition.CompartmentDefinitionResourceComponent parseCompartmentDefinitionCompartmentDefinitionResourceComponent(org.xmlpull.v1.XmlPullParser xpp, CompartmentDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCompartmentDefinitionCompartmentDefinitionResourceComponentContent
protected boolean parseCompartmentDefinitionCompartmentDefinitionResourceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CompartmentDefinition owner, CompartmentDefinition.CompartmentDefinitionResourceComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseComposition
protected Composition parseComposition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCompositionContent
protected boolean parseCompositionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Composition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCompositionCompositionAttesterComponent
protected Composition.CompositionAttesterComponent parseCompositionCompositionAttesterComponent(org.xmlpull.v1.XmlPullParser xpp, Composition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCompositionCompositionAttesterComponentContent
protected boolean parseCompositionCompositionAttesterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Composition owner, Composition.CompositionAttesterComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCompositionCompositionRelatesToComponent
protected Composition.CompositionRelatesToComponent parseCompositionCompositionRelatesToComponent(org.xmlpull.v1.XmlPullParser xpp, Composition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCompositionCompositionRelatesToComponentContent
protected boolean parseCompositionCompositionRelatesToComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Composition owner, Composition.CompositionRelatesToComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCompositionCompositionEventComponent
protected Composition.CompositionEventComponent parseCompositionCompositionEventComponent(org.xmlpull.v1.XmlPullParser xpp, Composition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCompositionCompositionEventComponentContent
protected boolean parseCompositionCompositionEventComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Composition owner, Composition.CompositionEventComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCompositionSectionComponent
protected Composition.SectionComponent parseCompositionSectionComponent(org.xmlpull.v1.XmlPullParser xpp, Composition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCompositionSectionComponentContent
protected boolean parseCompositionSectionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Composition owner, Composition.SectionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConceptMap
protected ConceptMap parseConceptMap(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConceptMapContent
protected boolean parseConceptMapContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConceptMapConceptMapGroupComponent
protected ConceptMap.ConceptMapGroupComponent parseConceptMapConceptMapGroupComponent(org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConceptMapConceptMapGroupComponentContent
protected boolean parseConceptMapConceptMapGroupComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner, ConceptMap.ConceptMapGroupComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConceptMapSourceElementComponent
protected ConceptMap.SourceElementComponent parseConceptMapSourceElementComponent(org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConceptMapSourceElementComponentContent
protected boolean parseConceptMapSourceElementComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner, ConceptMap.SourceElementComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConceptMapTargetElementComponent
protected ConceptMap.TargetElementComponent parseConceptMapTargetElementComponent(org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConceptMapTargetElementComponentContent
protected boolean parseConceptMapTargetElementComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner, ConceptMap.TargetElementComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConceptMapOtherElementComponent
protected ConceptMap.OtherElementComponent parseConceptMapOtherElementComponent(org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConceptMapOtherElementComponentContent
protected boolean parseConceptMapOtherElementComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner, ConceptMap.OtherElementComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConceptMapConceptMapGroupUnmappedComponent
protected ConceptMap.ConceptMapGroupUnmappedComponent parseConceptMapConceptMapGroupUnmappedComponent(org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConceptMapConceptMapGroupUnmappedComponentContent
protected boolean parseConceptMapConceptMapGroupUnmappedComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner, ConceptMap.ConceptMapGroupUnmappedComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCondition
protected Condition parseCondition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConditionContent
protected boolean parseConditionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Condition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConditionConditionStageComponent
protected Condition.ConditionStageComponent parseConditionConditionStageComponent(org.xmlpull.v1.XmlPullParser xpp, Condition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConditionConditionStageComponentContent
protected boolean parseConditionConditionStageComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Condition owner, Condition.ConditionStageComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConditionConditionEvidenceComponent
protected Condition.ConditionEvidenceComponent parseConditionConditionEvidenceComponent(org.xmlpull.v1.XmlPullParser xpp, Condition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConditionConditionEvidenceComponentContent
protected boolean parseConditionConditionEvidenceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Condition owner, Condition.ConditionEvidenceComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConsent
protected Consent parseConsent(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConsentContent
protected boolean parseConsentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConsentConsentActorComponent
protected Consent.ConsentActorComponent parseConsentConsentActorComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConsentConsentActorComponentContent
protected boolean parseConsentConsentActorComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.ConsentActorComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConsentConsentPolicyComponent
protected Consent.ConsentPolicyComponent parseConsentConsentPolicyComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConsentConsentPolicyComponentContent
protected boolean parseConsentConsentPolicyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.ConsentPolicyComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConsentConsentDataComponent
protected Consent.ConsentDataComponent parseConsentConsentDataComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConsentConsentDataComponentContent
protected boolean parseConsentConsentDataComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.ConsentDataComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConsentExceptComponent
protected Consent.ExceptComponent parseConsentExceptComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConsentExceptComponentContent
protected boolean parseConsentExceptComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.ExceptComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConsentExceptActorComponent
protected Consent.ExceptActorComponent parseConsentExceptActorComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConsentExceptActorComponentContent
protected boolean parseConsentExceptActorComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.ExceptActorComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConsentExceptDataComponent
protected Consent.ExceptDataComponent parseConsentExceptDataComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConsentExceptDataComponentContent
protected boolean parseConsentExceptDataComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.ExceptDataComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContract
protected Contract parseContract(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractContent
protected boolean parseContractContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractAgentComponent
protected Contract.AgentComponent parseContractAgentComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractAgentComponentContent
protected boolean parseContractAgentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract owner, Contract.AgentComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractSignatoryComponent
protected Contract.SignatoryComponent parseContractSignatoryComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractSignatoryComponentContent
protected boolean parseContractSignatoryComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract owner, Contract.SignatoryComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractValuedItemComponent
protected Contract.ValuedItemComponent parseContractValuedItemComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractValuedItemComponentContent
protected boolean parseContractValuedItemComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract owner, Contract.ValuedItemComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractTermComponent
protected Contract.TermComponent parseContractTermComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractTermComponentContent
protected boolean parseContractTermComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract owner, Contract.TermComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractTermAgentComponent
protected Contract.TermAgentComponent parseContractTermAgentComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractTermAgentComponentContent
protected boolean parseContractTermAgentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract owner, Contract.TermAgentComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractTermValuedItemComponent
protected Contract.TermValuedItemComponent parseContractTermValuedItemComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractTermValuedItemComponentContent
protected boolean parseContractTermValuedItemComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract owner, Contract.TermValuedItemComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractFriendlyLanguageComponent
protected Contract.FriendlyLanguageComponent parseContractFriendlyLanguageComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractFriendlyLanguageComponentContent
protected boolean parseContractFriendlyLanguageComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract owner, Contract.FriendlyLanguageComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractLegalLanguageComponent
protected Contract.LegalLanguageComponent parseContractLegalLanguageComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractLegalLanguageComponentContent
protected boolean parseContractLegalLanguageComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract owner, Contract.LegalLanguageComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractComputableLanguageComponent
protected Contract.ComputableLanguageComponent parseContractComputableLanguageComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractComputableLanguageComponentContent
protected boolean parseContractComputableLanguageComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract owner, Contract.ComputableLanguageComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCoverage
protected Coverage parseCoverage(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCoverageContent
protected boolean parseCoverageContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Coverage res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCoverageGroupComponent
protected Coverage.GroupComponent parseCoverageGroupComponent(org.xmlpull.v1.XmlPullParser xpp, Coverage owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCoverageGroupComponentContent
protected boolean parseCoverageGroupComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Coverage owner, Coverage.GroupComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDataElement
protected DataElement parseDataElement(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDataElementContent
protected boolean parseDataElementContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DataElement res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDataElementDataElementMappingComponent
protected DataElement.DataElementMappingComponent parseDataElementDataElementMappingComponent(org.xmlpull.v1.XmlPullParser xpp, DataElement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDataElementDataElementMappingComponentContent
protected boolean parseDataElementDataElementMappingComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DataElement owner, DataElement.DataElementMappingComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDetectedIssue
protected DetectedIssue parseDetectedIssue(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDetectedIssueContent
protected boolean parseDetectedIssueContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DetectedIssue res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDetectedIssueDetectedIssueMitigationComponent
protected DetectedIssue.DetectedIssueMitigationComponent parseDetectedIssueDetectedIssueMitigationComponent(org.xmlpull.v1.XmlPullParser xpp, DetectedIssue owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDetectedIssueDetectedIssueMitigationComponentContent
protected boolean parseDetectedIssueDetectedIssueMitigationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DetectedIssue owner, DetectedIssue.DetectedIssueMitigationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDevice
protected Device parseDevice(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDeviceContent
protected boolean parseDeviceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDeviceDeviceUdiComponent
protected Device.DeviceUdiComponent parseDeviceDeviceUdiComponent(org.xmlpull.v1.XmlPullParser xpp, Device owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDeviceDeviceUdiComponentContent
protected boolean parseDeviceDeviceUdiComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device owner, Device.DeviceUdiComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDeviceComponent
protected DeviceComponent parseDeviceComponent(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDeviceComponentContent
protected boolean parseDeviceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDeviceComponentDeviceComponentProductionSpecificationComponent
protected DeviceComponent.DeviceComponentProductionSpecificationComponent parseDeviceComponentDeviceComponentProductionSpecificationComponent(org.xmlpull.v1.XmlPullParser xpp, DeviceComponent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDeviceComponentDeviceComponentProductionSpecificationComponentContent
protected boolean parseDeviceComponentDeviceComponentProductionSpecificationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceComponent owner, DeviceComponent.DeviceComponentProductionSpecificationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDeviceMetric
protected DeviceMetric parseDeviceMetric(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDeviceMetricContent
protected boolean parseDeviceMetricContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceMetric res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDeviceMetricDeviceMetricCalibrationComponent
protected DeviceMetric.DeviceMetricCalibrationComponent parseDeviceMetricDeviceMetricCalibrationComponent(org.xmlpull.v1.XmlPullParser xpp, DeviceMetric owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDeviceMetricDeviceMetricCalibrationComponentContent
protected boolean parseDeviceMetricDeviceMetricCalibrationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceMetric owner, DeviceMetric.DeviceMetricCalibrationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDeviceRequest
protected DeviceRequest parseDeviceRequest(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDeviceRequestContent
protected boolean parseDeviceRequestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceRequest res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDeviceRequestDeviceRequestRequesterComponent
protected DeviceRequest.DeviceRequestRequesterComponent parseDeviceRequestDeviceRequestRequesterComponent(org.xmlpull.v1.XmlPullParser xpp, DeviceRequest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDeviceRequestDeviceRequestRequesterComponentContent
protected boolean parseDeviceRequestDeviceRequestRequesterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceRequest owner, DeviceRequest.DeviceRequestRequesterComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDeviceUseStatement
protected DeviceUseStatement parseDeviceUseStatement(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDeviceUseStatementContent
protected boolean parseDeviceUseStatementContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceUseStatement res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDiagnosticReport
protected DiagnosticReport parseDiagnosticReport(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDiagnosticReportContent
protected boolean parseDiagnosticReportContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DiagnosticReport res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDiagnosticReportDiagnosticReportPerformerComponent
protected DiagnosticReport.DiagnosticReportPerformerComponent parseDiagnosticReportDiagnosticReportPerformerComponent(org.xmlpull.v1.XmlPullParser xpp, DiagnosticReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDiagnosticReportDiagnosticReportPerformerComponentContent
protected boolean parseDiagnosticReportDiagnosticReportPerformerComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DiagnosticReport owner, DiagnosticReport.DiagnosticReportPerformerComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDiagnosticReportDiagnosticReportImageComponent
protected DiagnosticReport.DiagnosticReportImageComponent parseDiagnosticReportDiagnosticReportImageComponent(org.xmlpull.v1.XmlPullParser xpp, DiagnosticReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDiagnosticReportDiagnosticReportImageComponentContent
protected boolean parseDiagnosticReportDiagnosticReportImageComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DiagnosticReport owner, DiagnosticReport.DiagnosticReportImageComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentManifest
protected DocumentManifest parseDocumentManifest(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentManifestContent
protected boolean parseDocumentManifestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentManifest res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentManifestDocumentManifestContentComponent
protected DocumentManifest.DocumentManifestContentComponent parseDocumentManifestDocumentManifestContentComponent(org.xmlpull.v1.XmlPullParser xpp, DocumentManifest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentManifestDocumentManifestContentComponentContent
protected boolean parseDocumentManifestDocumentManifestContentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentManifest owner, DocumentManifest.DocumentManifestContentComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentManifestDocumentManifestRelatedComponent
protected DocumentManifest.DocumentManifestRelatedComponent parseDocumentManifestDocumentManifestRelatedComponent(org.xmlpull.v1.XmlPullParser xpp, DocumentManifest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentManifestDocumentManifestRelatedComponentContent
protected boolean parseDocumentManifestDocumentManifestRelatedComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentManifest owner, DocumentManifest.DocumentManifestRelatedComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentReference
protected DocumentReference parseDocumentReference(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentReferenceContent
protected boolean parseDocumentReferenceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentReference res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentReferenceDocumentReferenceRelatesToComponent
protected DocumentReference.DocumentReferenceRelatesToComponent parseDocumentReferenceDocumentReferenceRelatesToComponent(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentReferenceDocumentReferenceRelatesToComponentContent
protected boolean parseDocumentReferenceDocumentReferenceRelatesToComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner, DocumentReference.DocumentReferenceRelatesToComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentReferenceDocumentReferenceContentComponent
protected DocumentReference.DocumentReferenceContentComponent parseDocumentReferenceDocumentReferenceContentComponent(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentReferenceDocumentReferenceContentComponentContent
protected boolean parseDocumentReferenceDocumentReferenceContentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner, DocumentReference.DocumentReferenceContentComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentReferenceDocumentReferenceContextComponent
protected DocumentReference.DocumentReferenceContextComponent parseDocumentReferenceDocumentReferenceContextComponent(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentReferenceDocumentReferenceContextComponentContent
protected boolean parseDocumentReferenceDocumentReferenceContextComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner, DocumentReference.DocumentReferenceContextComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentReferenceDocumentReferenceContextRelatedComponent
protected DocumentReference.DocumentReferenceContextRelatedComponent parseDocumentReferenceDocumentReferenceContextRelatedComponent(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentReferenceDocumentReferenceContextRelatedComponentContent
protected boolean parseDocumentReferenceDocumentReferenceContextRelatedComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner, DocumentReference.DocumentReferenceContextRelatedComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEligibilityRequest
protected EligibilityRequest parseEligibilityRequest(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEligibilityRequestContent
protected boolean parseEligibilityRequestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EligibilityRequest res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEligibilityResponse
protected EligibilityResponse parseEligibilityResponse(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEligibilityResponseContent
protected boolean parseEligibilityResponseContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEligibilityResponseInsuranceComponent
protected EligibilityResponse.InsuranceComponent parseEligibilityResponseInsuranceComponent(org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEligibilityResponseInsuranceComponentContent
protected boolean parseEligibilityResponseInsuranceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner, EligibilityResponse.InsuranceComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEligibilityResponseBenefitsComponent
protected EligibilityResponse.BenefitsComponent parseEligibilityResponseBenefitsComponent(org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEligibilityResponseBenefitsComponentContent
protected boolean parseEligibilityResponseBenefitsComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner, EligibilityResponse.BenefitsComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEligibilityResponseBenefitComponent
protected EligibilityResponse.BenefitComponent parseEligibilityResponseBenefitComponent(org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEligibilityResponseBenefitComponentContent
protected boolean parseEligibilityResponseBenefitComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner, EligibilityResponse.BenefitComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEligibilityResponseErrorsComponent
protected EligibilityResponse.ErrorsComponent parseEligibilityResponseErrorsComponent(org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEligibilityResponseErrorsComponentContent
protected boolean parseEligibilityResponseErrorsComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner, EligibilityResponse.ErrorsComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEncounter
protected Encounter parseEncounter(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEncounterContent
protected boolean parseEncounterContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Encounter res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEncounterStatusHistoryComponent
protected Encounter.StatusHistoryComponent parseEncounterStatusHistoryComponent(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEncounterStatusHistoryComponentContent
protected boolean parseEncounterStatusHistoryComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Encounter owner, Encounter.StatusHistoryComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEncounterClassHistoryComponent
protected Encounter.ClassHistoryComponent parseEncounterClassHistoryComponent(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEncounterClassHistoryComponentContent
protected boolean parseEncounterClassHistoryComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Encounter owner, Encounter.ClassHistoryComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEncounterEncounterParticipantComponent
protected Encounter.EncounterParticipantComponent parseEncounterEncounterParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEncounterEncounterParticipantComponentContent
protected boolean parseEncounterEncounterParticipantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Encounter owner, Encounter.EncounterParticipantComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEncounterDiagnosisComponent
protected Encounter.DiagnosisComponent parseEncounterDiagnosisComponent(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEncounterDiagnosisComponentContent
protected boolean parseEncounterDiagnosisComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Encounter owner, Encounter.DiagnosisComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEncounterEncounterHospitalizationComponent
protected Encounter.EncounterHospitalizationComponent parseEncounterEncounterHospitalizationComponent(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEncounterEncounterHospitalizationComponentContent
protected boolean parseEncounterEncounterHospitalizationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Encounter owner, Encounter.EncounterHospitalizationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEncounterEncounterLocationComponent
protected Encounter.EncounterLocationComponent parseEncounterEncounterLocationComponent(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEncounterEncounterLocationComponentContent
protected boolean parseEncounterEncounterLocationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Encounter owner, Encounter.EncounterLocationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEndpoint
protected Endpoint parseEndpoint(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEndpointContent
protected boolean parseEndpointContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Endpoint res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEnrollmentRequest
protected EnrollmentRequest parseEnrollmentRequest(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEnrollmentRequestContent
protected boolean parseEnrollmentRequestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EnrollmentRequest res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEnrollmentResponse
protected EnrollmentResponse parseEnrollmentResponse(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEnrollmentResponseContent
protected boolean parseEnrollmentResponseContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EnrollmentResponse res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEpisodeOfCare
protected EpisodeOfCare parseEpisodeOfCare(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEpisodeOfCareContent
protected boolean parseEpisodeOfCareContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EpisodeOfCare res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEpisodeOfCareEpisodeOfCareStatusHistoryComponent
protected EpisodeOfCare.EpisodeOfCareStatusHistoryComponent parseEpisodeOfCareEpisodeOfCareStatusHistoryComponent(org.xmlpull.v1.XmlPullParser xpp, EpisodeOfCare owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEpisodeOfCareEpisodeOfCareStatusHistoryComponentContent
protected boolean parseEpisodeOfCareEpisodeOfCareStatusHistoryComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EpisodeOfCare owner, EpisodeOfCare.EpisodeOfCareStatusHistoryComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEpisodeOfCareDiagnosisComponent
protected EpisodeOfCare.DiagnosisComponent parseEpisodeOfCareDiagnosisComponent(org.xmlpull.v1.XmlPullParser xpp, EpisodeOfCare owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEpisodeOfCareDiagnosisComponentContent
protected boolean parseEpisodeOfCareDiagnosisComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EpisodeOfCare owner, EpisodeOfCare.DiagnosisComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExpansionProfile
protected ExpansionProfile parseExpansionProfile(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExpansionProfileContent
protected boolean parseExpansionProfileContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExpansionProfile res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExpansionProfileExpansionProfileFixedVersionComponent
protected ExpansionProfile.ExpansionProfileFixedVersionComponent parseExpansionProfileExpansionProfileFixedVersionComponent(org.xmlpull.v1.XmlPullParser xpp, ExpansionProfile owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExpansionProfileExpansionProfileFixedVersionComponentContent
protected boolean parseExpansionProfileExpansionProfileFixedVersionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExpansionProfile owner, ExpansionProfile.ExpansionProfileFixedVersionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExpansionProfileExpansionProfileExcludedSystemComponent
protected ExpansionProfile.ExpansionProfileExcludedSystemComponent parseExpansionProfileExpansionProfileExcludedSystemComponent(org.xmlpull.v1.XmlPullParser xpp, ExpansionProfile owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExpansionProfileExpansionProfileExcludedSystemComponentContent
protected boolean parseExpansionProfileExpansionProfileExcludedSystemComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExpansionProfile owner, ExpansionProfile.ExpansionProfileExcludedSystemComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExpansionProfileExpansionProfileDesignationComponent
protected ExpansionProfile.ExpansionProfileDesignationComponent parseExpansionProfileExpansionProfileDesignationComponent(org.xmlpull.v1.XmlPullParser xpp, ExpansionProfile owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExpansionProfileExpansionProfileDesignationComponentContent
protected boolean parseExpansionProfileExpansionProfileDesignationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExpansionProfile owner, ExpansionProfile.ExpansionProfileDesignationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExpansionProfileDesignationIncludeComponent
protected ExpansionProfile.DesignationIncludeComponent parseExpansionProfileDesignationIncludeComponent(org.xmlpull.v1.XmlPullParser xpp, ExpansionProfile owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExpansionProfileDesignationIncludeComponentContent
protected boolean parseExpansionProfileDesignationIncludeComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExpansionProfile owner, ExpansionProfile.DesignationIncludeComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExpansionProfileDesignationIncludeDesignationComponent
protected ExpansionProfile.DesignationIncludeDesignationComponent parseExpansionProfileDesignationIncludeDesignationComponent(org.xmlpull.v1.XmlPullParser xpp, ExpansionProfile owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExpansionProfileDesignationIncludeDesignationComponentContent
protected boolean parseExpansionProfileDesignationIncludeDesignationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExpansionProfile owner, ExpansionProfile.DesignationIncludeDesignationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExpansionProfileDesignationExcludeComponent
protected ExpansionProfile.DesignationExcludeComponent parseExpansionProfileDesignationExcludeComponent(org.xmlpull.v1.XmlPullParser xpp, ExpansionProfile owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExpansionProfileDesignationExcludeComponentContent
protected boolean parseExpansionProfileDesignationExcludeComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExpansionProfile owner, ExpansionProfile.DesignationExcludeComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExpansionProfileDesignationExcludeDesignationComponent
protected ExpansionProfile.DesignationExcludeDesignationComponent parseExpansionProfileDesignationExcludeDesignationComponent(org.xmlpull.v1.XmlPullParser xpp, ExpansionProfile owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExpansionProfileDesignationExcludeDesignationComponentContent
protected boolean parseExpansionProfileDesignationExcludeDesignationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExpansionProfile owner, ExpansionProfile.DesignationExcludeDesignationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefit
protected ExplanationOfBenefit parseExplanationOfBenefit(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitContent
protected boolean parseExplanationOfBenefitContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitRelatedClaimComponent
protected ExplanationOfBenefit.RelatedClaimComponent parseExplanationOfBenefitRelatedClaimComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitRelatedClaimComponentContent
protected boolean parseExplanationOfBenefitRelatedClaimComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner, ExplanationOfBenefit.RelatedClaimComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitPayeeComponent
protected ExplanationOfBenefit.PayeeComponent parseExplanationOfBenefitPayeeComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitPayeeComponentContent
protected boolean parseExplanationOfBenefitPayeeComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner, ExplanationOfBenefit.PayeeComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitSupportingInformationComponent
protected ExplanationOfBenefit.SupportingInformationComponent parseExplanationOfBenefitSupportingInformationComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitSupportingInformationComponentContent
protected boolean parseExplanationOfBenefitSupportingInformationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner, ExplanationOfBenefit.SupportingInformationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitCareTeamComponent
protected ExplanationOfBenefit.CareTeamComponent parseExplanationOfBenefitCareTeamComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitCareTeamComponentContent
protected boolean parseExplanationOfBenefitCareTeamComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner, ExplanationOfBenefit.CareTeamComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitDiagnosisComponent
protected ExplanationOfBenefit.DiagnosisComponent parseExplanationOfBenefitDiagnosisComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitDiagnosisComponentContent
protected boolean parseExplanationOfBenefitDiagnosisComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner, ExplanationOfBenefit.DiagnosisComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitProcedureComponent
protected ExplanationOfBenefit.ProcedureComponent parseExplanationOfBenefitProcedureComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitProcedureComponentContent
protected boolean parseExplanationOfBenefitProcedureComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner, ExplanationOfBenefit.ProcedureComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitInsuranceComponent
protected ExplanationOfBenefit.InsuranceComponent parseExplanationOfBenefitInsuranceComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitInsuranceComponentContent
protected boolean parseExplanationOfBenefitInsuranceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner, ExplanationOfBenefit.InsuranceComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitAccidentComponent
protected ExplanationOfBenefit.AccidentComponent parseExplanationOfBenefitAccidentComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitAccidentComponentContent
protected boolean parseExplanationOfBenefitAccidentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner, ExplanationOfBenefit.AccidentComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitItemComponent
protected ExplanationOfBenefit.ItemComponent parseExplanationOfBenefitItemComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitItemComponentContent
protected boolean parseExplanationOfBenefitItemComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner, ExplanationOfBenefit.ItemComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitAdjudicationComponent
protected ExplanationOfBenefit.AdjudicationComponent parseExplanationOfBenefitAdjudicationComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitAdjudicationComponentContent
protected boolean parseExplanationOfBenefitAdjudicationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner, ExplanationOfBenefit.AdjudicationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitDetailComponent
protected ExplanationOfBenefit.DetailComponent parseExplanationOfBenefitDetailComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitDetailComponentContent
protected boolean parseExplanationOfBenefitDetailComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner, ExplanationOfBenefit.DetailComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitSubDetailComponent
protected ExplanationOfBenefit.SubDetailComponent parseExplanationOfBenefitSubDetailComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitSubDetailComponentContent
protected boolean parseExplanationOfBenefitSubDetailComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner, ExplanationOfBenefit.SubDetailComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitAddedItemComponent
protected ExplanationOfBenefit.AddedItemComponent parseExplanationOfBenefitAddedItemComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitAddedItemComponentContent
protected boolean parseExplanationOfBenefitAddedItemComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner, ExplanationOfBenefit.AddedItemComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitAddedItemsDetailComponent
protected ExplanationOfBenefit.AddedItemsDetailComponent parseExplanationOfBenefitAddedItemsDetailComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitAddedItemsDetailComponentContent
protected boolean parseExplanationOfBenefitAddedItemsDetailComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner, ExplanationOfBenefit.AddedItemsDetailComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitPaymentComponent
protected ExplanationOfBenefit.PaymentComponent parseExplanationOfBenefitPaymentComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitPaymentComponentContent
protected boolean parseExplanationOfBenefitPaymentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner, ExplanationOfBenefit.PaymentComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitNoteComponent
protected ExplanationOfBenefit.NoteComponent parseExplanationOfBenefitNoteComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitNoteComponentContent
protected boolean parseExplanationOfBenefitNoteComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner, ExplanationOfBenefit.NoteComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitBenefitBalanceComponent
protected ExplanationOfBenefit.BenefitBalanceComponent parseExplanationOfBenefitBenefitBalanceComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitBenefitBalanceComponentContent
protected boolean parseExplanationOfBenefitBenefitBalanceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner, ExplanationOfBenefit.BenefitBalanceComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitBenefitComponent
protected ExplanationOfBenefit.BenefitComponent parseExplanationOfBenefitBenefitComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitBenefitComponentContent
protected boolean parseExplanationOfBenefitBenefitComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner, ExplanationOfBenefit.BenefitComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseFamilyMemberHistory
protected FamilyMemberHistory parseFamilyMemberHistory(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseFamilyMemberHistoryContent
protected boolean parseFamilyMemberHistoryContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, FamilyMemberHistory res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseFamilyMemberHistoryFamilyMemberHistoryConditionComponent
protected FamilyMemberHistory.FamilyMemberHistoryConditionComponent parseFamilyMemberHistoryFamilyMemberHistoryConditionComponent(org.xmlpull.v1.XmlPullParser xpp, FamilyMemberHistory owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseFamilyMemberHistoryFamilyMemberHistoryConditionComponentContent
protected boolean parseFamilyMemberHistoryFamilyMemberHistoryConditionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, FamilyMemberHistory owner, FamilyMemberHistory.FamilyMemberHistoryConditionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseFlag
protected Flag parseFlag(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseFlagContent
protected boolean parseFlagContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Flag res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGoal
protected Goal parseGoal(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGoalContent
protected boolean parseGoalContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Goal res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGoalGoalTargetComponent
protected Goal.GoalTargetComponent parseGoalGoalTargetComponent(org.xmlpull.v1.XmlPullParser xpp, Goal owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGoalGoalTargetComponentContent
protected boolean parseGoalGoalTargetComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Goal owner, Goal.GoalTargetComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGraphDefinition
protected GraphDefinition parseGraphDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGraphDefinitionContent
protected boolean parseGraphDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, GraphDefinition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGraphDefinitionGraphDefinitionLinkComponent
protected GraphDefinition.GraphDefinitionLinkComponent parseGraphDefinitionGraphDefinitionLinkComponent(org.xmlpull.v1.XmlPullParser xpp, GraphDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGraphDefinitionGraphDefinitionLinkComponentContent
protected boolean parseGraphDefinitionGraphDefinitionLinkComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, GraphDefinition owner, GraphDefinition.GraphDefinitionLinkComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGraphDefinitionGraphDefinitionLinkTargetComponent
protected GraphDefinition.GraphDefinitionLinkTargetComponent parseGraphDefinitionGraphDefinitionLinkTargetComponent(org.xmlpull.v1.XmlPullParser xpp, GraphDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGraphDefinitionGraphDefinitionLinkTargetComponentContent
protected boolean parseGraphDefinitionGraphDefinitionLinkTargetComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, GraphDefinition owner, GraphDefinition.GraphDefinitionLinkTargetComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGraphDefinitionGraphDefinitionLinkTargetCompartmentComponent
protected GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent parseGraphDefinitionGraphDefinitionLinkTargetCompartmentComponent(org.xmlpull.v1.XmlPullParser xpp, GraphDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGraphDefinitionGraphDefinitionLinkTargetCompartmentComponentContent
protected boolean parseGraphDefinitionGraphDefinitionLinkTargetCompartmentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, GraphDefinition owner, GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGroup
protected Group parseGroup(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGroupContent
protected boolean parseGroupContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Group res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGroupGroupCharacteristicComponent
protected Group.GroupCharacteristicComponent parseGroupGroupCharacteristicComponent(org.xmlpull.v1.XmlPullParser xpp, Group owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGroupGroupCharacteristicComponentContent
protected boolean parseGroupGroupCharacteristicComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Group owner, Group.GroupCharacteristicComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGroupGroupMemberComponent
protected Group.GroupMemberComponent parseGroupGroupMemberComponent(org.xmlpull.v1.XmlPullParser xpp, Group owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGroupGroupMemberComponentContent
protected boolean parseGroupGroupMemberComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Group owner, Group.GroupMemberComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGuidanceResponse
protected GuidanceResponse parseGuidanceResponse(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGuidanceResponseContent
protected boolean parseGuidanceResponseContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, GuidanceResponse res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseHealthcareService
protected HealthcareService parseHealthcareService(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseHealthcareServiceContent
protected boolean parseHealthcareServiceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, HealthcareService res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseHealthcareServiceHealthcareServiceAvailableTimeComponent
protected HealthcareService.HealthcareServiceAvailableTimeComponent parseHealthcareServiceHealthcareServiceAvailableTimeComponent(org.xmlpull.v1.XmlPullParser xpp, HealthcareService owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseHealthcareServiceHealthcareServiceAvailableTimeComponentContent
protected boolean parseHealthcareServiceHealthcareServiceAvailableTimeComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, HealthcareService owner, HealthcareService.HealthcareServiceAvailableTimeComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseHealthcareServiceHealthcareServiceNotAvailableComponent
protected HealthcareService.HealthcareServiceNotAvailableComponent parseHealthcareServiceHealthcareServiceNotAvailableComponent(org.xmlpull.v1.XmlPullParser xpp, HealthcareService owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseHealthcareServiceHealthcareServiceNotAvailableComponentContent
protected boolean parseHealthcareServiceHealthcareServiceNotAvailableComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, HealthcareService owner, HealthcareService.HealthcareServiceNotAvailableComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingManifest
protected ImagingManifest parseImagingManifest(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingManifestContent
protected boolean parseImagingManifestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingManifest res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingManifestStudyComponent
protected ImagingManifest.StudyComponent parseImagingManifestStudyComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingManifest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingManifestStudyComponentContent
protected boolean parseImagingManifestStudyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingManifest owner, ImagingManifest.StudyComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingManifestSeriesComponent
protected ImagingManifest.SeriesComponent parseImagingManifestSeriesComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingManifest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingManifestSeriesComponentContent
protected boolean parseImagingManifestSeriesComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingManifest owner, ImagingManifest.SeriesComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingManifestInstanceComponent
protected ImagingManifest.InstanceComponent parseImagingManifestInstanceComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingManifest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingManifestInstanceComponentContent
protected boolean parseImagingManifestInstanceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingManifest owner, ImagingManifest.InstanceComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingStudy
protected ImagingStudy parseImagingStudy(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingStudyContent
protected boolean parseImagingStudyContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingStudy res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingStudyImagingStudySeriesComponent
protected ImagingStudy.ImagingStudySeriesComponent parseImagingStudyImagingStudySeriesComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingStudy owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingStudyImagingStudySeriesComponentContent
protected boolean parseImagingStudyImagingStudySeriesComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingStudy owner, ImagingStudy.ImagingStudySeriesComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingStudyImagingStudySeriesInstanceComponent
protected ImagingStudy.ImagingStudySeriesInstanceComponent parseImagingStudyImagingStudySeriesInstanceComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingStudy owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingStudyImagingStudySeriesInstanceComponentContent
protected boolean parseImagingStudyImagingStudySeriesInstanceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingStudy owner, ImagingStudy.ImagingStudySeriesInstanceComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunization
protected Immunization parseImmunization(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationContent
protected boolean parseImmunizationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Immunization res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationImmunizationPractitionerComponent
protected Immunization.ImmunizationPractitionerComponent parseImmunizationImmunizationPractitionerComponent(org.xmlpull.v1.XmlPullParser xpp, Immunization owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationImmunizationPractitionerComponentContent
protected boolean parseImmunizationImmunizationPractitionerComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Immunization owner, Immunization.ImmunizationPractitionerComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationImmunizationExplanationComponent
protected Immunization.ImmunizationExplanationComponent parseImmunizationImmunizationExplanationComponent(org.xmlpull.v1.XmlPullParser xpp, Immunization owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationImmunizationExplanationComponentContent
protected boolean parseImmunizationImmunizationExplanationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Immunization owner, Immunization.ImmunizationExplanationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationImmunizationReactionComponent
protected Immunization.ImmunizationReactionComponent parseImmunizationImmunizationReactionComponent(org.xmlpull.v1.XmlPullParser xpp, Immunization owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationImmunizationReactionComponentContent
protected boolean parseImmunizationImmunizationReactionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Immunization owner, Immunization.ImmunizationReactionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationImmunizationVaccinationProtocolComponent
protected Immunization.ImmunizationVaccinationProtocolComponent parseImmunizationImmunizationVaccinationProtocolComponent(org.xmlpull.v1.XmlPullParser xpp, Immunization owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationImmunizationVaccinationProtocolComponentContent
protected boolean parseImmunizationImmunizationVaccinationProtocolComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Immunization owner, Immunization.ImmunizationVaccinationProtocolComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationRecommendation
protected ImmunizationRecommendation parseImmunizationRecommendation(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationRecommendationContent
protected boolean parseImmunizationRecommendationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImmunizationRecommendation res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationRecommendationImmunizationRecommendationRecommendationComponent
protected ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent parseImmunizationRecommendationImmunizationRecommendationRecommendationComponent(org.xmlpull.v1.XmlPullParser xpp, ImmunizationRecommendation owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationRecommendationImmunizationRecommendationRecommendationComponentContent
protected boolean parseImmunizationRecommendationImmunizationRecommendationRecommendationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImmunizationRecommendation owner, ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationRecommendationImmunizationRecommendationRecommendationDateCriterionComponent
protected ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent parseImmunizationRecommendationImmunizationRecommendationRecommendationDateCriterionComponent(org.xmlpull.v1.XmlPullParser xpp, ImmunizationRecommendation owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationRecommendationImmunizationRecommendationRecommendationDateCriterionComponentContent
protected boolean parseImmunizationRecommendationImmunizationRecommendationRecommendationDateCriterionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImmunizationRecommendation owner, ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationRecommendationImmunizationRecommendationRecommendationProtocolComponent
protected ImmunizationRecommendation.ImmunizationRecommendationRecommendationProtocolComponent parseImmunizationRecommendationImmunizationRecommendationRecommendationProtocolComponent(org.xmlpull.v1.XmlPullParser xpp, ImmunizationRecommendation owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationRecommendationImmunizationRecommendationRecommendationProtocolComponentContent
protected boolean parseImmunizationRecommendationImmunizationRecommendationRecommendationProtocolComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImmunizationRecommendation owner, ImmunizationRecommendation.ImmunizationRecommendationRecommendationProtocolComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImplementationGuide
protected ImplementationGuide parseImplementationGuide(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImplementationGuideContent
protected boolean parseImplementationGuideContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImplementationGuideImplementationGuideDependencyComponent
protected ImplementationGuide.ImplementationGuideDependencyComponent parseImplementationGuideImplementationGuideDependencyComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImplementationGuideImplementationGuideDependencyComponentContent
protected boolean parseImplementationGuideImplementationGuideDependencyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner, ImplementationGuide.ImplementationGuideDependencyComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImplementationGuideImplementationGuidePackageComponent
protected ImplementationGuide.ImplementationGuidePackageComponent parseImplementationGuideImplementationGuidePackageComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImplementationGuideImplementationGuidePackageComponentContent
protected boolean parseImplementationGuideImplementationGuidePackageComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner, ImplementationGuide.ImplementationGuidePackageComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImplementationGuideImplementationGuidePackageResourceComponent
protected ImplementationGuide.ImplementationGuidePackageResourceComponent parseImplementationGuideImplementationGuidePackageResourceComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImplementationGuideImplementationGuidePackageResourceComponentContent
protected boolean parseImplementationGuideImplementationGuidePackageResourceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner, ImplementationGuide.ImplementationGuidePackageResourceComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImplementationGuideImplementationGuideGlobalComponent
protected ImplementationGuide.ImplementationGuideGlobalComponent parseImplementationGuideImplementationGuideGlobalComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImplementationGuideImplementationGuideGlobalComponentContent
protected boolean parseImplementationGuideImplementationGuideGlobalComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner, ImplementationGuide.ImplementationGuideGlobalComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImplementationGuideImplementationGuidePageComponent
protected ImplementationGuide.ImplementationGuidePageComponent parseImplementationGuideImplementationGuidePageComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImplementationGuideImplementationGuidePageComponentContent
protected boolean parseImplementationGuideImplementationGuidePageComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner, ImplementationGuide.ImplementationGuidePageComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseLibrary
protected Library parseLibrary(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseLibraryContent
protected boolean parseLibraryContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Library res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseLinkage
protected Linkage parseLinkage(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseLinkageContent
protected boolean parseLinkageContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Linkage res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseLinkageLinkageItemComponent
protected Linkage.LinkageItemComponent parseLinkageLinkageItemComponent(org.xmlpull.v1.XmlPullParser xpp, Linkage owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseLinkageLinkageItemComponentContent
protected boolean parseLinkageLinkageItemComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Linkage owner, Linkage.LinkageItemComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseListResource
protected ListResource parseListResource(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseListResourceContent
protected boolean parseListResourceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ListResource res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseListResourceListEntryComponent
protected ListResource.ListEntryComponent parseListResourceListEntryComponent(org.xmlpull.v1.XmlPullParser xpp, ListResource owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseListResourceListEntryComponentContent
protected boolean parseListResourceListEntryComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ListResource owner, ListResource.ListEntryComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseLocation
protected Location parseLocation(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseLocationContent
protected boolean parseLocationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Location res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseLocationLocationPositionComponent
protected Location.LocationPositionComponent parseLocationLocationPositionComponent(org.xmlpull.v1.XmlPullParser xpp, Location owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseLocationLocationPositionComponentContent
protected boolean parseLocationLocationPositionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Location owner, Location.LocationPositionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasure
protected Measure parseMeasure(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureContent
protected boolean parseMeasureContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Measure res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureMeasureGroupComponent
protected Measure.MeasureGroupComponent parseMeasureMeasureGroupComponent(org.xmlpull.v1.XmlPullParser xpp, Measure owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureMeasureGroupComponentContent
protected boolean parseMeasureMeasureGroupComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Measure owner, Measure.MeasureGroupComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureMeasureGroupPopulationComponent
protected Measure.MeasureGroupPopulationComponent parseMeasureMeasureGroupPopulationComponent(org.xmlpull.v1.XmlPullParser xpp, Measure owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureMeasureGroupPopulationComponentContent
protected boolean parseMeasureMeasureGroupPopulationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Measure owner, Measure.MeasureGroupPopulationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureMeasureGroupStratifierComponent
protected Measure.MeasureGroupStratifierComponent parseMeasureMeasureGroupStratifierComponent(org.xmlpull.v1.XmlPullParser xpp, Measure owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureMeasureGroupStratifierComponentContent
protected boolean parseMeasureMeasureGroupStratifierComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Measure owner, Measure.MeasureGroupStratifierComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureMeasureSupplementalDataComponent
protected Measure.MeasureSupplementalDataComponent parseMeasureMeasureSupplementalDataComponent(org.xmlpull.v1.XmlPullParser xpp, Measure owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureMeasureSupplementalDataComponentContent
protected boolean parseMeasureMeasureSupplementalDataComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Measure owner, Measure.MeasureSupplementalDataComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureReport
protected MeasureReport parseMeasureReport(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureReportContent
protected boolean parseMeasureReportContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureReportMeasureReportGroupComponent
protected MeasureReport.MeasureReportGroupComponent parseMeasureReportMeasureReportGroupComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureReportMeasureReportGroupComponentContent
protected boolean parseMeasureReportMeasureReportGroupComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.MeasureReportGroupComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureReportMeasureReportGroupPopulationComponent
protected MeasureReport.MeasureReportGroupPopulationComponent parseMeasureReportMeasureReportGroupPopulationComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureReportMeasureReportGroupPopulationComponentContent
protected boolean parseMeasureReportMeasureReportGroupPopulationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.MeasureReportGroupPopulationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureReportMeasureReportGroupStratifierComponent
protected MeasureReport.MeasureReportGroupStratifierComponent parseMeasureReportMeasureReportGroupStratifierComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureReportMeasureReportGroupStratifierComponentContent
protected boolean parseMeasureReportMeasureReportGroupStratifierComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.MeasureReportGroupStratifierComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureReportStratifierGroupComponent
protected MeasureReport.StratifierGroupComponent parseMeasureReportStratifierGroupComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureReportStratifierGroupComponentContent
protected boolean parseMeasureReportStratifierGroupComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.StratifierGroupComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureReportStratifierGroupPopulationComponent
protected MeasureReport.StratifierGroupPopulationComponent parseMeasureReportStratifierGroupPopulationComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureReportStratifierGroupPopulationComponentContent
protected boolean parseMeasureReportStratifierGroupPopulationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.StratifierGroupPopulationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedia
protected Media parseMedia(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMediaContent
protected boolean parseMediaContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Media res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedication
protected Medication parseMedication(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationContent
protected boolean parseMedicationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Medication res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationMedicationIngredientComponent
protected Medication.MedicationIngredientComponent parseMedicationMedicationIngredientComponent(org.xmlpull.v1.XmlPullParser xpp, Medication owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationMedicationIngredientComponentContent
protected boolean parseMedicationMedicationIngredientComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Medication owner, Medication.MedicationIngredientComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationMedicationPackageComponent
protected Medication.MedicationPackageComponent parseMedicationMedicationPackageComponent(org.xmlpull.v1.XmlPullParser xpp, Medication owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationMedicationPackageComponentContent
protected boolean parseMedicationMedicationPackageComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Medication owner, Medication.MedicationPackageComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationMedicationPackageContentComponent
protected Medication.MedicationPackageContentComponent parseMedicationMedicationPackageContentComponent(org.xmlpull.v1.XmlPullParser xpp, Medication owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationMedicationPackageContentComponentContent
protected boolean parseMedicationMedicationPackageContentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Medication owner, Medication.MedicationPackageContentComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationMedicationPackageBatchComponent
protected Medication.MedicationPackageBatchComponent parseMedicationMedicationPackageBatchComponent(org.xmlpull.v1.XmlPullParser xpp, Medication owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationMedicationPackageBatchComponentContent
protected boolean parseMedicationMedicationPackageBatchComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Medication owner, Medication.MedicationPackageBatchComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationAdministration
protected MedicationAdministration parseMedicationAdministration(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationAdministrationContent
protected boolean parseMedicationAdministrationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationAdministration res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationAdministrationMedicationAdministrationPerformerComponent
protected MedicationAdministration.MedicationAdministrationPerformerComponent parseMedicationAdministrationMedicationAdministrationPerformerComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationAdministration owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationAdministrationMedicationAdministrationPerformerComponentContent
protected boolean parseMedicationAdministrationMedicationAdministrationPerformerComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationAdministration owner, MedicationAdministration.MedicationAdministrationPerformerComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationAdministrationMedicationAdministrationDosageComponent
protected MedicationAdministration.MedicationAdministrationDosageComponent parseMedicationAdministrationMedicationAdministrationDosageComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationAdministration owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationAdministrationMedicationAdministrationDosageComponentContent
protected boolean parseMedicationAdministrationMedicationAdministrationDosageComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationAdministration owner, MedicationAdministration.MedicationAdministrationDosageComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationDispense
protected MedicationDispense parseMedicationDispense(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationDispenseContent
protected boolean parseMedicationDispenseContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationDispense res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationDispenseMedicationDispensePerformerComponent
protected MedicationDispense.MedicationDispensePerformerComponent parseMedicationDispenseMedicationDispensePerformerComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationDispense owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationDispenseMedicationDispensePerformerComponentContent
protected boolean parseMedicationDispenseMedicationDispensePerformerComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationDispense owner, MedicationDispense.MedicationDispensePerformerComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationDispenseMedicationDispenseSubstitutionComponent
protected MedicationDispense.MedicationDispenseSubstitutionComponent parseMedicationDispenseMedicationDispenseSubstitutionComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationDispense owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationDispenseMedicationDispenseSubstitutionComponentContent
protected boolean parseMedicationDispenseMedicationDispenseSubstitutionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationDispense owner, MedicationDispense.MedicationDispenseSubstitutionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationRequest
protected MedicationRequest parseMedicationRequest(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationRequestContent
protected boolean parseMedicationRequestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationRequest res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationRequestMedicationRequestRequesterComponent
protected MedicationRequest.MedicationRequestRequesterComponent parseMedicationRequestMedicationRequestRequesterComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationRequest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationRequestMedicationRequestRequesterComponentContent
protected boolean parseMedicationRequestMedicationRequestRequesterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationRequest owner, MedicationRequest.MedicationRequestRequesterComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationRequestMedicationRequestDispenseRequestComponent
protected MedicationRequest.MedicationRequestDispenseRequestComponent parseMedicationRequestMedicationRequestDispenseRequestComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationRequest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationRequestMedicationRequestDispenseRequestComponentContent
protected boolean parseMedicationRequestMedicationRequestDispenseRequestComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationRequest owner, MedicationRequest.MedicationRequestDispenseRequestComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationRequestMedicationRequestSubstitutionComponent
protected MedicationRequest.MedicationRequestSubstitutionComponent parseMedicationRequestMedicationRequestSubstitutionComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationRequest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationRequestMedicationRequestSubstitutionComponentContent
protected boolean parseMedicationRequestMedicationRequestSubstitutionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationRequest owner, MedicationRequest.MedicationRequestSubstitutionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationStatement
protected MedicationStatement parseMedicationStatement(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationStatementContent
protected boolean parseMedicationStatementContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationStatement res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMessageDefinition
protected MessageDefinition parseMessageDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMessageDefinitionContent
protected boolean parseMessageDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MessageDefinition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMessageDefinitionMessageDefinitionFocusComponent
protected MessageDefinition.MessageDefinitionFocusComponent parseMessageDefinitionMessageDefinitionFocusComponent(org.xmlpull.v1.XmlPullParser xpp, MessageDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMessageDefinitionMessageDefinitionFocusComponentContent
protected boolean parseMessageDefinitionMessageDefinitionFocusComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MessageDefinition owner, MessageDefinition.MessageDefinitionFocusComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMessageDefinitionMessageDefinitionAllowedResponseComponent
protected MessageDefinition.MessageDefinitionAllowedResponseComponent parseMessageDefinitionMessageDefinitionAllowedResponseComponent(org.xmlpull.v1.XmlPullParser xpp, MessageDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMessageDefinitionMessageDefinitionAllowedResponseComponentContent
protected boolean parseMessageDefinitionMessageDefinitionAllowedResponseComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MessageDefinition owner, MessageDefinition.MessageDefinitionAllowedResponseComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMessageHeader
protected MessageHeader parseMessageHeader(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMessageHeaderContent
protected boolean parseMessageHeaderContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MessageHeader res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMessageHeaderMessageDestinationComponent
protected MessageHeader.MessageDestinationComponent parseMessageHeaderMessageDestinationComponent(org.xmlpull.v1.XmlPullParser xpp, MessageHeader owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMessageHeaderMessageDestinationComponentContent
protected boolean parseMessageHeaderMessageDestinationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MessageHeader owner, MessageHeader.MessageDestinationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMessageHeaderMessageSourceComponent
protected MessageHeader.MessageSourceComponent parseMessageHeaderMessageSourceComponent(org.xmlpull.v1.XmlPullParser xpp, MessageHeader owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMessageHeaderMessageSourceComponentContent
protected boolean parseMessageHeaderMessageSourceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MessageHeader owner, MessageHeader.MessageSourceComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMessageHeaderMessageHeaderResponseComponent
protected MessageHeader.MessageHeaderResponseComponent parseMessageHeaderMessageHeaderResponseComponent(org.xmlpull.v1.XmlPullParser xpp, MessageHeader owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMessageHeaderMessageHeaderResponseComponentContent
protected boolean parseMessageHeaderMessageHeaderResponseComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MessageHeader owner, MessageHeader.MessageHeaderResponseComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNamingSystem
protected NamingSystem parseNamingSystem(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNamingSystemContent
protected boolean parseNamingSystemContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, NamingSystem res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNamingSystemNamingSystemUniqueIdComponent
protected NamingSystem.NamingSystemUniqueIdComponent parseNamingSystemNamingSystemUniqueIdComponent(org.xmlpull.v1.XmlPullParser xpp, NamingSystem owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNamingSystemNamingSystemUniqueIdComponentContent
protected boolean parseNamingSystemNamingSystemUniqueIdComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, NamingSystem owner, NamingSystem.NamingSystemUniqueIdComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNutritionOrder
protected NutritionOrder parseNutritionOrder(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNutritionOrderContent
protected boolean parseNutritionOrderContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, NutritionOrder res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNutritionOrderNutritionOrderOralDietComponent
protected NutritionOrder.NutritionOrderOralDietComponent parseNutritionOrderNutritionOrderOralDietComponent(org.xmlpull.v1.XmlPullParser xpp, NutritionOrder owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNutritionOrderNutritionOrderOralDietComponentContent
protected boolean parseNutritionOrderNutritionOrderOralDietComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, NutritionOrder owner, NutritionOrder.NutritionOrderOralDietComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNutritionOrderNutritionOrderOralDietNutrientComponent
protected NutritionOrder.NutritionOrderOralDietNutrientComponent parseNutritionOrderNutritionOrderOralDietNutrientComponent(org.xmlpull.v1.XmlPullParser xpp, NutritionOrder owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNutritionOrderNutritionOrderOralDietNutrientComponentContent
protected boolean parseNutritionOrderNutritionOrderOralDietNutrientComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, NutritionOrder owner, NutritionOrder.NutritionOrderOralDietNutrientComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNutritionOrderNutritionOrderOralDietTextureComponent
protected NutritionOrder.NutritionOrderOralDietTextureComponent parseNutritionOrderNutritionOrderOralDietTextureComponent(org.xmlpull.v1.XmlPullParser xpp, NutritionOrder owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNutritionOrderNutritionOrderOralDietTextureComponentContent
protected boolean parseNutritionOrderNutritionOrderOralDietTextureComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, NutritionOrder owner, NutritionOrder.NutritionOrderOralDietTextureComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNutritionOrderNutritionOrderSupplementComponent
protected NutritionOrder.NutritionOrderSupplementComponent parseNutritionOrderNutritionOrderSupplementComponent(org.xmlpull.v1.XmlPullParser xpp, NutritionOrder owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNutritionOrderNutritionOrderSupplementComponentContent
protected boolean parseNutritionOrderNutritionOrderSupplementComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, NutritionOrder owner, NutritionOrder.NutritionOrderSupplementComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNutritionOrderNutritionOrderEnteralFormulaComponent
protected NutritionOrder.NutritionOrderEnteralFormulaComponent parseNutritionOrderNutritionOrderEnteralFormulaComponent(org.xmlpull.v1.XmlPullParser xpp, NutritionOrder owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNutritionOrderNutritionOrderEnteralFormulaComponentContent
protected boolean parseNutritionOrderNutritionOrderEnteralFormulaComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, NutritionOrder owner, NutritionOrder.NutritionOrderEnteralFormulaComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNutritionOrderNutritionOrderEnteralFormulaAdministrationComponent
protected NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent parseNutritionOrderNutritionOrderEnteralFormulaAdministrationComponent(org.xmlpull.v1.XmlPullParser xpp, NutritionOrder owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNutritionOrderNutritionOrderEnteralFormulaAdministrationComponentContent
protected boolean parseNutritionOrderNutritionOrderEnteralFormulaAdministrationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, NutritionOrder owner, NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseObservation
protected Observation parseObservation(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseObservationContent
protected boolean parseObservationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Observation res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseObservationObservationReferenceRangeComponent
protected Observation.ObservationReferenceRangeComponent parseObservationObservationReferenceRangeComponent(org.xmlpull.v1.XmlPullParser xpp, Observation owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseObservationObservationReferenceRangeComponentContent
protected boolean parseObservationObservationReferenceRangeComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Observation owner, Observation.ObservationReferenceRangeComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseObservationObservationRelatedComponent
protected Observation.ObservationRelatedComponent parseObservationObservationRelatedComponent(org.xmlpull.v1.XmlPullParser xpp, Observation owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseObservationObservationRelatedComponentContent
protected boolean parseObservationObservationRelatedComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Observation owner, Observation.ObservationRelatedComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseObservationObservationComponentComponent
protected Observation.ObservationComponentComponent parseObservationObservationComponentComponent(org.xmlpull.v1.XmlPullParser xpp, Observation owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseObservationObservationComponentComponentContent
protected boolean parseObservationObservationComponentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Observation owner, Observation.ObservationComponentComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOperationDefinition
protected OperationDefinition parseOperationDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOperationDefinitionContent
protected boolean parseOperationDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, OperationDefinition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOperationDefinitionOperationDefinitionParameterComponent
protected OperationDefinition.OperationDefinitionParameterComponent parseOperationDefinitionOperationDefinitionParameterComponent(org.xmlpull.v1.XmlPullParser xpp, OperationDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOperationDefinitionOperationDefinitionParameterComponentContent
protected boolean parseOperationDefinitionOperationDefinitionParameterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, OperationDefinition owner, OperationDefinition.OperationDefinitionParameterComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOperationDefinitionOperationDefinitionParameterBindingComponent
protected OperationDefinition.OperationDefinitionParameterBindingComponent parseOperationDefinitionOperationDefinitionParameterBindingComponent(org.xmlpull.v1.XmlPullParser xpp, OperationDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOperationDefinitionOperationDefinitionParameterBindingComponentContent
protected boolean parseOperationDefinitionOperationDefinitionParameterBindingComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, OperationDefinition owner, OperationDefinition.OperationDefinitionParameterBindingComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOperationDefinitionOperationDefinitionOverloadComponent
protected OperationDefinition.OperationDefinitionOverloadComponent parseOperationDefinitionOperationDefinitionOverloadComponent(org.xmlpull.v1.XmlPullParser xpp, OperationDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOperationDefinitionOperationDefinitionOverloadComponentContent
protected boolean parseOperationDefinitionOperationDefinitionOverloadComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, OperationDefinition owner, OperationDefinition.OperationDefinitionOverloadComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOperationOutcome
protected OperationOutcome parseOperationOutcome(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOperationOutcomeContent
protected boolean parseOperationOutcomeContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, OperationOutcome res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOperationOutcomeOperationOutcomeIssueComponent
protected OperationOutcome.OperationOutcomeIssueComponent parseOperationOutcomeOperationOutcomeIssueComponent(org.xmlpull.v1.XmlPullParser xpp, OperationOutcome owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOperationOutcomeOperationOutcomeIssueComponentContent
protected boolean parseOperationOutcomeOperationOutcomeIssueComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, OperationOutcome owner, OperationOutcome.OperationOutcomeIssueComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOrganization
protected Organization parseOrganization(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOrganizationContent
protected boolean parseOrganizationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Organization res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOrganizationOrganizationContactComponent
protected Organization.OrganizationContactComponent parseOrganizationOrganizationContactComponent(org.xmlpull.v1.XmlPullParser xpp, Organization owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOrganizationOrganizationContactComponentContent
protected boolean parseOrganizationOrganizationContactComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Organization owner, Organization.OrganizationContactComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePatient
protected Patient parsePatient(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePatientContent
protected boolean parsePatientContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Patient res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePatientContactComponent
protected Patient.ContactComponent parsePatientContactComponent(org.xmlpull.v1.XmlPullParser xpp, Patient owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePatientContactComponentContent
protected boolean parsePatientContactComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Patient owner, Patient.ContactComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePatientAnimalComponent
protected Patient.AnimalComponent parsePatientAnimalComponent(org.xmlpull.v1.XmlPullParser xpp, Patient owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePatientAnimalComponentContent
protected boolean parsePatientAnimalComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Patient owner, Patient.AnimalComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePatientPatientCommunicationComponent
protected Patient.PatientCommunicationComponent parsePatientPatientCommunicationComponent(org.xmlpull.v1.XmlPullParser xpp, Patient owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePatientPatientCommunicationComponentContent
protected boolean parsePatientPatientCommunicationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Patient owner, Patient.PatientCommunicationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePatientPatientLinkComponent
protected Patient.PatientLinkComponent parsePatientPatientLinkComponent(org.xmlpull.v1.XmlPullParser xpp, Patient owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePatientPatientLinkComponentContent
protected boolean parsePatientPatientLinkComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Patient owner, Patient.PatientLinkComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePaymentNotice
protected PaymentNotice parsePaymentNotice(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePaymentNoticeContent
protected boolean parsePaymentNoticeContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PaymentNotice res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePaymentReconciliation
protected PaymentReconciliation parsePaymentReconciliation(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePaymentReconciliationContent
protected boolean parsePaymentReconciliationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PaymentReconciliation res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePaymentReconciliationDetailsComponent
protected PaymentReconciliation.DetailsComponent parsePaymentReconciliationDetailsComponent(org.xmlpull.v1.XmlPullParser xpp, PaymentReconciliation owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePaymentReconciliationDetailsComponentContent
protected boolean parsePaymentReconciliationDetailsComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PaymentReconciliation owner, PaymentReconciliation.DetailsComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePaymentReconciliationNotesComponent
protected PaymentReconciliation.NotesComponent parsePaymentReconciliationNotesComponent(org.xmlpull.v1.XmlPullParser xpp, PaymentReconciliation owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePaymentReconciliationNotesComponentContent
protected boolean parsePaymentReconciliationNotesComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PaymentReconciliation owner, PaymentReconciliation.NotesComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePerson
protected Person parsePerson(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePersonContent
protected boolean parsePersonContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Person res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePersonPersonLinkComponent
protected Person.PersonLinkComponent parsePersonPersonLinkComponent(org.xmlpull.v1.XmlPullParser xpp, Person owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePersonPersonLinkComponentContent
protected boolean parsePersonPersonLinkComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Person owner, Person.PersonLinkComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePlanDefinition
protected PlanDefinition parsePlanDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePlanDefinitionContent
protected boolean parsePlanDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePlanDefinitionPlanDefinitionGoalComponent
protected PlanDefinition.PlanDefinitionGoalComponent parsePlanDefinitionPlanDefinitionGoalComponent(org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePlanDefinitionPlanDefinitionGoalComponentContent
protected boolean parsePlanDefinitionPlanDefinitionGoalComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner, PlanDefinition.PlanDefinitionGoalComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePlanDefinitionPlanDefinitionGoalTargetComponent
protected PlanDefinition.PlanDefinitionGoalTargetComponent parsePlanDefinitionPlanDefinitionGoalTargetComponent(org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePlanDefinitionPlanDefinitionGoalTargetComponentContent
protected boolean parsePlanDefinitionPlanDefinitionGoalTargetComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner, PlanDefinition.PlanDefinitionGoalTargetComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePlanDefinitionPlanDefinitionActionComponent
protected PlanDefinition.PlanDefinitionActionComponent parsePlanDefinitionPlanDefinitionActionComponent(org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePlanDefinitionPlanDefinitionActionComponentContent
protected boolean parsePlanDefinitionPlanDefinitionActionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner, PlanDefinition.PlanDefinitionActionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePlanDefinitionPlanDefinitionActionConditionComponent
protected PlanDefinition.PlanDefinitionActionConditionComponent parsePlanDefinitionPlanDefinitionActionConditionComponent(org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePlanDefinitionPlanDefinitionActionConditionComponentContent
protected boolean parsePlanDefinitionPlanDefinitionActionConditionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner, PlanDefinition.PlanDefinitionActionConditionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePlanDefinitionPlanDefinitionActionRelatedActionComponent
protected PlanDefinition.PlanDefinitionActionRelatedActionComponent parsePlanDefinitionPlanDefinitionActionRelatedActionComponent(org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePlanDefinitionPlanDefinitionActionRelatedActionComponentContent
protected boolean parsePlanDefinitionPlanDefinitionActionRelatedActionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner, PlanDefinition.PlanDefinitionActionRelatedActionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePlanDefinitionPlanDefinitionActionParticipantComponent
protected PlanDefinition.PlanDefinitionActionParticipantComponent parsePlanDefinitionPlanDefinitionActionParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePlanDefinitionPlanDefinitionActionParticipantComponentContent
protected boolean parsePlanDefinitionPlanDefinitionActionParticipantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner, PlanDefinition.PlanDefinitionActionParticipantComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePlanDefinitionPlanDefinitionActionDynamicValueComponent
protected PlanDefinition.PlanDefinitionActionDynamicValueComponent parsePlanDefinitionPlanDefinitionActionDynamicValueComponent(org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePlanDefinitionPlanDefinitionActionDynamicValueComponentContent
protected boolean parsePlanDefinitionPlanDefinitionActionDynamicValueComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner, PlanDefinition.PlanDefinitionActionDynamicValueComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePractitioner
protected Practitioner parsePractitioner(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePractitionerContent
protected boolean parsePractitionerContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Practitioner res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePractitionerPractitionerQualificationComponent
protected Practitioner.PractitionerQualificationComponent parsePractitionerPractitionerQualificationComponent(org.xmlpull.v1.XmlPullParser xpp, Practitioner owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePractitionerPractitionerQualificationComponentContent
protected boolean parsePractitionerPractitionerQualificationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Practitioner owner, Practitioner.PractitionerQualificationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePractitionerRole
protected PractitionerRole parsePractitionerRole(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePractitionerRoleContent
protected boolean parsePractitionerRoleContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PractitionerRole res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePractitionerRolePractitionerRoleAvailableTimeComponent
protected PractitionerRole.PractitionerRoleAvailableTimeComponent parsePractitionerRolePractitionerRoleAvailableTimeComponent(org.xmlpull.v1.XmlPullParser xpp, PractitionerRole owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePractitionerRolePractitionerRoleAvailableTimeComponentContent
protected boolean parsePractitionerRolePractitionerRoleAvailableTimeComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PractitionerRole owner, PractitionerRole.PractitionerRoleAvailableTimeComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePractitionerRolePractitionerRoleNotAvailableComponent
protected PractitionerRole.PractitionerRoleNotAvailableComponent parsePractitionerRolePractitionerRoleNotAvailableComponent(org.xmlpull.v1.XmlPullParser xpp, PractitionerRole owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePractitionerRolePractitionerRoleNotAvailableComponentContent
protected boolean parsePractitionerRolePractitionerRoleNotAvailableComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PractitionerRole owner, PractitionerRole.PractitionerRoleNotAvailableComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcedure
protected Procedure parseProcedure(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcedureContent
protected boolean parseProcedureContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Procedure res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcedureProcedurePerformerComponent
protected Procedure.ProcedurePerformerComponent parseProcedureProcedurePerformerComponent(org.xmlpull.v1.XmlPullParser xpp, Procedure owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcedureProcedurePerformerComponentContent
protected boolean parseProcedureProcedurePerformerComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Procedure owner, Procedure.ProcedurePerformerComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcedureProcedureFocalDeviceComponent
protected Procedure.ProcedureFocalDeviceComponent parseProcedureProcedureFocalDeviceComponent(org.xmlpull.v1.XmlPullParser xpp, Procedure owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcedureProcedureFocalDeviceComponentContent
protected boolean parseProcedureProcedureFocalDeviceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Procedure owner, Procedure.ProcedureFocalDeviceComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcedureRequest
protected ProcedureRequest parseProcedureRequest(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcedureRequestContent
protected boolean parseProcedureRequestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ProcedureRequest res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcedureRequestProcedureRequestRequesterComponent
protected ProcedureRequest.ProcedureRequestRequesterComponent parseProcedureRequestProcedureRequestRequesterComponent(org.xmlpull.v1.XmlPullParser xpp, ProcedureRequest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcedureRequestProcedureRequestRequesterComponentContent
protected boolean parseProcedureRequestProcedureRequestRequesterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ProcedureRequest owner, ProcedureRequest.ProcedureRequestRequesterComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcessRequest
protected ProcessRequest parseProcessRequest(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcessRequestContent
protected boolean parseProcessRequestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ProcessRequest res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcessRequestItemsComponent
protected ProcessRequest.ItemsComponent parseProcessRequestItemsComponent(org.xmlpull.v1.XmlPullParser xpp, ProcessRequest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcessRequestItemsComponentContent
protected boolean parseProcessRequestItemsComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ProcessRequest owner, ProcessRequest.ItemsComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcessResponse
protected ProcessResponse parseProcessResponse(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcessResponseContent
protected boolean parseProcessResponseContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ProcessResponse res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcessResponseProcessResponseProcessNoteComponent
protected ProcessResponse.ProcessResponseProcessNoteComponent parseProcessResponseProcessResponseProcessNoteComponent(org.xmlpull.v1.XmlPullParser xpp, ProcessResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcessResponseProcessResponseProcessNoteComponentContent
protected boolean parseProcessResponseProcessResponseProcessNoteComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ProcessResponse owner, ProcessResponse.ProcessResponseProcessNoteComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProvenance
protected Provenance parseProvenance(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProvenanceContent
protected boolean parseProvenanceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Provenance res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProvenanceProvenanceAgentComponent
protected Provenance.ProvenanceAgentComponent parseProvenanceProvenanceAgentComponent(org.xmlpull.v1.XmlPullParser xpp, Provenance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProvenanceProvenanceAgentComponentContent
protected boolean parseProvenanceProvenanceAgentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Provenance owner, Provenance.ProvenanceAgentComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProvenanceProvenanceEntityComponent
protected Provenance.ProvenanceEntityComponent parseProvenanceProvenanceEntityComponent(org.xmlpull.v1.XmlPullParser xpp, Provenance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProvenanceProvenanceEntityComponentContent
protected boolean parseProvenanceProvenanceEntityComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Provenance owner, Provenance.ProvenanceEntityComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuestionnaire
protected Questionnaire parseQuestionnaire(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuestionnaireContent
protected boolean parseQuestionnaireContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Questionnaire res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuestionnaireQuestionnaireItemComponent
protected Questionnaire.QuestionnaireItemComponent parseQuestionnaireQuestionnaireItemComponent(org.xmlpull.v1.XmlPullParser xpp, Questionnaire owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuestionnaireQuestionnaireItemComponentContent
protected boolean parseQuestionnaireQuestionnaireItemComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Questionnaire owner, Questionnaire.QuestionnaireItemComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuestionnaireQuestionnaireItemEnableWhenComponent
protected Questionnaire.QuestionnaireItemEnableWhenComponent parseQuestionnaireQuestionnaireItemEnableWhenComponent(org.xmlpull.v1.XmlPullParser xpp, Questionnaire owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuestionnaireQuestionnaireItemEnableWhenComponentContent
protected boolean parseQuestionnaireQuestionnaireItemEnableWhenComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Questionnaire owner, Questionnaire.QuestionnaireItemEnableWhenComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuestionnaireQuestionnaireItemOptionComponent
protected Questionnaire.QuestionnaireItemOptionComponent parseQuestionnaireQuestionnaireItemOptionComponent(org.xmlpull.v1.XmlPullParser xpp, Questionnaire owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuestionnaireQuestionnaireItemOptionComponentContent
protected boolean parseQuestionnaireQuestionnaireItemOptionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Questionnaire owner, Questionnaire.QuestionnaireItemOptionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuestionnaireResponse
protected QuestionnaireResponse parseQuestionnaireResponse(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuestionnaireResponseContent
protected boolean parseQuestionnaireResponseContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, QuestionnaireResponse res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuestionnaireResponseQuestionnaireResponseItemComponent
protected QuestionnaireResponse.QuestionnaireResponseItemComponent parseQuestionnaireResponseQuestionnaireResponseItemComponent(org.xmlpull.v1.XmlPullParser xpp, QuestionnaireResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuestionnaireResponseQuestionnaireResponseItemComponentContent
protected boolean parseQuestionnaireResponseQuestionnaireResponseItemComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, QuestionnaireResponse owner, QuestionnaireResponse.QuestionnaireResponseItemComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuestionnaireResponseQuestionnaireResponseItemAnswerComponent
protected QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent parseQuestionnaireResponseQuestionnaireResponseItemAnswerComponent(org.xmlpull.v1.XmlPullParser xpp, QuestionnaireResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuestionnaireResponseQuestionnaireResponseItemAnswerComponentContent
protected boolean parseQuestionnaireResponseQuestionnaireResponseItemAnswerComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, QuestionnaireResponse owner, QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseReferralRequest
protected ReferralRequest parseReferralRequest(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseReferralRequestContent
protected boolean parseReferralRequestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ReferralRequest res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseReferralRequestReferralRequestRequesterComponent
protected ReferralRequest.ReferralRequestRequesterComponent parseReferralRequestReferralRequestRequesterComponent(org.xmlpull.v1.XmlPullParser xpp, ReferralRequest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseReferralRequestReferralRequestRequesterComponentContent
protected boolean parseReferralRequestReferralRequestRequesterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ReferralRequest owner, ReferralRequest.ReferralRequestRequesterComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseRelatedPerson
protected RelatedPerson parseRelatedPerson(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseRelatedPersonContent
protected boolean parseRelatedPersonContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RelatedPerson res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseRequestGroup
protected RequestGroup parseRequestGroup(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseRequestGroupContent
protected boolean parseRequestGroupContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RequestGroup res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseRequestGroupRequestGroupActionComponent
protected RequestGroup.RequestGroupActionComponent parseRequestGroupRequestGroupActionComponent(org.xmlpull.v1.XmlPullParser xpp, RequestGroup owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseRequestGroupRequestGroupActionComponentContent
protected boolean parseRequestGroupRequestGroupActionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RequestGroup owner, RequestGroup.RequestGroupActionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseRequestGroupRequestGroupActionConditionComponent
protected RequestGroup.RequestGroupActionConditionComponent parseRequestGroupRequestGroupActionConditionComponent(org.xmlpull.v1.XmlPullParser xpp, RequestGroup owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseRequestGroupRequestGroupActionConditionComponentContent
protected boolean parseRequestGroupRequestGroupActionConditionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RequestGroup owner, RequestGroup.RequestGroupActionConditionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseRequestGroupRequestGroupActionRelatedActionComponent
protected RequestGroup.RequestGroupActionRelatedActionComponent parseRequestGroupRequestGroupActionRelatedActionComponent(org.xmlpull.v1.XmlPullParser xpp, RequestGroup owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseRequestGroupRequestGroupActionRelatedActionComponentContent
protected boolean parseRequestGroupRequestGroupActionRelatedActionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RequestGroup owner, RequestGroup.RequestGroupActionRelatedActionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseResearchStudy
protected ResearchStudy parseResearchStudy(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseResearchStudyContent
protected boolean parseResearchStudyContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchStudy res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseResearchStudyResearchStudyArmComponent
protected ResearchStudy.ResearchStudyArmComponent parseResearchStudyResearchStudyArmComponent(org.xmlpull.v1.XmlPullParser xpp, ResearchStudy owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseResearchStudyResearchStudyArmComponentContent
protected boolean parseResearchStudyResearchStudyArmComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchStudy owner, ResearchStudy.ResearchStudyArmComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseResearchSubject
protected ResearchSubject parseResearchSubject(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseResearchSubjectContent
protected boolean parseResearchSubjectContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchSubject res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseRiskAssessment
protected RiskAssessment parseRiskAssessment(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseRiskAssessmentContent
protected boolean parseRiskAssessmentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RiskAssessment res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseRiskAssessmentRiskAssessmentPredictionComponent
protected RiskAssessment.RiskAssessmentPredictionComponent parseRiskAssessmentRiskAssessmentPredictionComponent(org.xmlpull.v1.XmlPullParser xpp, RiskAssessment owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseRiskAssessmentRiskAssessmentPredictionComponentContent
protected boolean parseRiskAssessmentRiskAssessmentPredictionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RiskAssessment owner, RiskAssessment.RiskAssessmentPredictionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSchedule
protected Schedule parseSchedule(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseScheduleContent
protected boolean parseScheduleContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Schedule res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSearchParameter
protected SearchParameter parseSearchParameter(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSearchParameterContent
protected boolean parseSearchParameterContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SearchParameter res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSearchParameterSearchParameterComponentComponent
protected SearchParameter.SearchParameterComponentComponent parseSearchParameterSearchParameterComponentComponent(org.xmlpull.v1.XmlPullParser xpp, SearchParameter owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSearchParameterSearchParameterComponentComponentContent
protected boolean parseSearchParameterSearchParameterComponentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SearchParameter owner, SearchParameter.SearchParameterComponentComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSequence
protected Sequence parseSequence(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSequenceContent
protected boolean parseSequenceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Sequence res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSequenceSequenceReferenceSeqComponent
protected Sequence.SequenceReferenceSeqComponent parseSequenceSequenceReferenceSeqComponent(org.xmlpull.v1.XmlPullParser xpp, Sequence owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSequenceSequenceReferenceSeqComponentContent
protected boolean parseSequenceSequenceReferenceSeqComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Sequence owner, Sequence.SequenceReferenceSeqComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSequenceSequenceVariantComponent
protected Sequence.SequenceVariantComponent parseSequenceSequenceVariantComponent(org.xmlpull.v1.XmlPullParser xpp, Sequence owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSequenceSequenceVariantComponentContent
protected boolean parseSequenceSequenceVariantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Sequence owner, Sequence.SequenceVariantComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSequenceSequenceQualityComponent
protected Sequence.SequenceQualityComponent parseSequenceSequenceQualityComponent(org.xmlpull.v1.XmlPullParser xpp, Sequence owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSequenceSequenceQualityComponentContent
protected boolean parseSequenceSequenceQualityComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Sequence owner, Sequence.SequenceQualityComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSequenceSequenceRepositoryComponent
protected Sequence.SequenceRepositoryComponent parseSequenceSequenceRepositoryComponent(org.xmlpull.v1.XmlPullParser xpp, Sequence owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSequenceSequenceRepositoryComponentContent
protected boolean parseSequenceSequenceRepositoryComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Sequence owner, Sequence.SequenceRepositoryComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseServiceDefinition
protected ServiceDefinition parseServiceDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseServiceDefinitionContent
protected boolean parseServiceDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ServiceDefinition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSlot
protected Slot parseSlot(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSlotContent
protected boolean parseSlotContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Slot res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSpecimen
protected Specimen parseSpecimen(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSpecimenContent
protected boolean parseSpecimenContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Specimen res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSpecimenSpecimenCollectionComponent
protected Specimen.SpecimenCollectionComponent parseSpecimenSpecimenCollectionComponent(org.xmlpull.v1.XmlPullParser xpp, Specimen owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSpecimenSpecimenCollectionComponentContent
protected boolean parseSpecimenSpecimenCollectionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Specimen owner, Specimen.SpecimenCollectionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSpecimenSpecimenProcessingComponent
protected Specimen.SpecimenProcessingComponent parseSpecimenSpecimenProcessingComponent(org.xmlpull.v1.XmlPullParser xpp, Specimen owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSpecimenSpecimenProcessingComponentContent
protected boolean parseSpecimenSpecimenProcessingComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Specimen owner, Specimen.SpecimenProcessingComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSpecimenSpecimenContainerComponent
protected Specimen.SpecimenContainerComponent parseSpecimenSpecimenContainerComponent(org.xmlpull.v1.XmlPullParser xpp, Specimen owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSpecimenSpecimenContainerComponentContent
protected boolean parseSpecimenSpecimenContainerComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Specimen owner, Specimen.SpecimenContainerComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureDefinition
protected StructureDefinition parseStructureDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureDefinitionContent
protected boolean parseStructureDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureDefinition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureDefinitionStructureDefinitionMappingComponent
protected StructureDefinition.StructureDefinitionMappingComponent parseStructureDefinitionStructureDefinitionMappingComponent(org.xmlpull.v1.XmlPullParser xpp, StructureDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureDefinitionStructureDefinitionMappingComponentContent
protected boolean parseStructureDefinitionStructureDefinitionMappingComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureDefinition owner, StructureDefinition.StructureDefinitionMappingComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureDefinitionStructureDefinitionSnapshotComponent
protected StructureDefinition.StructureDefinitionSnapshotComponent parseStructureDefinitionStructureDefinitionSnapshotComponent(org.xmlpull.v1.XmlPullParser xpp, StructureDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureDefinitionStructureDefinitionSnapshotComponentContent
protected boolean parseStructureDefinitionStructureDefinitionSnapshotComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureDefinition owner, StructureDefinition.StructureDefinitionSnapshotComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureDefinitionStructureDefinitionDifferentialComponent
protected StructureDefinition.StructureDefinitionDifferentialComponent parseStructureDefinitionStructureDefinitionDifferentialComponent(org.xmlpull.v1.XmlPullParser xpp, StructureDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureDefinitionStructureDefinitionDifferentialComponentContent
protected boolean parseStructureDefinitionStructureDefinitionDifferentialComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureDefinition owner, StructureDefinition.StructureDefinitionDifferentialComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureMap
protected StructureMap parseStructureMap(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureMapContent
protected boolean parseStructureMapContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureMap res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureMapStructureMapStructureComponent
protected StructureMap.StructureMapStructureComponent parseStructureMapStructureMapStructureComponent(org.xmlpull.v1.XmlPullParser xpp, StructureMap owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureMapStructureMapStructureComponentContent
protected boolean parseStructureMapStructureMapStructureComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureMap owner, StructureMap.StructureMapStructureComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureMapStructureMapGroupComponent
protected StructureMap.StructureMapGroupComponent parseStructureMapStructureMapGroupComponent(org.xmlpull.v1.XmlPullParser xpp, StructureMap owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureMapStructureMapGroupComponentContent
protected boolean parseStructureMapStructureMapGroupComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureMap owner, StructureMap.StructureMapGroupComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureMapStructureMapGroupInputComponent
protected StructureMap.StructureMapGroupInputComponent parseStructureMapStructureMapGroupInputComponent(org.xmlpull.v1.XmlPullParser xpp, StructureMap owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureMapStructureMapGroupInputComponentContent
protected boolean parseStructureMapStructureMapGroupInputComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureMap owner, StructureMap.StructureMapGroupInputComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureMapStructureMapGroupRuleComponent
protected StructureMap.StructureMapGroupRuleComponent parseStructureMapStructureMapGroupRuleComponent(org.xmlpull.v1.XmlPullParser xpp, StructureMap owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureMapStructureMapGroupRuleComponentContent
protected boolean parseStructureMapStructureMapGroupRuleComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureMap owner, StructureMap.StructureMapGroupRuleComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureMapStructureMapGroupRuleSourceComponent
protected StructureMap.StructureMapGroupRuleSourceComponent parseStructureMapStructureMapGroupRuleSourceComponent(org.xmlpull.v1.XmlPullParser xpp, StructureMap owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureMapStructureMapGroupRuleSourceComponentContent
protected boolean parseStructureMapStructureMapGroupRuleSourceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureMap owner, StructureMap.StructureMapGroupRuleSourceComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureMapStructureMapGroupRuleTargetComponent
protected StructureMap.StructureMapGroupRuleTargetComponent parseStructureMapStructureMapGroupRuleTargetComponent(org.xmlpull.v1.XmlPullParser xpp, StructureMap owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureMapStructureMapGroupRuleTargetComponentContent
protected boolean parseStructureMapStructureMapGroupRuleTargetComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureMap owner, StructureMap.StructureMapGroupRuleTargetComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureMapStructureMapGroupRuleTargetParameterComponent
protected StructureMap.StructureMapGroupRuleTargetParameterComponent parseStructureMapStructureMapGroupRuleTargetParameterComponent(org.xmlpull.v1.XmlPullParser xpp, StructureMap owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureMapStructureMapGroupRuleTargetParameterComponentContent
protected boolean parseStructureMapStructureMapGroupRuleTargetParameterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureMap owner, StructureMap.StructureMapGroupRuleTargetParameterComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureMapStructureMapGroupRuleDependentComponent
protected StructureMap.StructureMapGroupRuleDependentComponent parseStructureMapStructureMapGroupRuleDependentComponent(org.xmlpull.v1.XmlPullParser xpp, StructureMap owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureMapStructureMapGroupRuleDependentComponentContent
protected boolean parseStructureMapStructureMapGroupRuleDependentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureMap owner, StructureMap.StructureMapGroupRuleDependentComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSubscription
protected Subscription parseSubscription(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSubscriptionContent
protected boolean parseSubscriptionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Subscription res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSubscriptionSubscriptionChannelComponent
protected Subscription.SubscriptionChannelComponent parseSubscriptionSubscriptionChannelComponent(org.xmlpull.v1.XmlPullParser xpp, Subscription owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSubscriptionSubscriptionChannelComponentContent
protected boolean parseSubscriptionSubscriptionChannelComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Subscription owner, Subscription.SubscriptionChannelComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSubstance
protected Substance parseSubstance(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSubstanceContent
protected boolean parseSubstanceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Substance res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSubstanceSubstanceInstanceComponent
protected Substance.SubstanceInstanceComponent parseSubstanceSubstanceInstanceComponent(org.xmlpull.v1.XmlPullParser xpp, Substance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSubstanceSubstanceInstanceComponentContent
protected boolean parseSubstanceSubstanceInstanceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Substance owner, Substance.SubstanceInstanceComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSubstanceSubstanceIngredientComponent
protected Substance.SubstanceIngredientComponent parseSubstanceSubstanceIngredientComponent(org.xmlpull.v1.XmlPullParser xpp, Substance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSubstanceSubstanceIngredientComponentContent
protected boolean parseSubstanceSubstanceIngredientComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Substance owner, Substance.SubstanceIngredientComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSupplyDelivery
protected SupplyDelivery parseSupplyDelivery(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSupplyDeliveryContent
protected boolean parseSupplyDeliveryContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SupplyDelivery res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSupplyDeliverySupplyDeliverySuppliedItemComponent
protected SupplyDelivery.SupplyDeliverySuppliedItemComponent parseSupplyDeliverySupplyDeliverySuppliedItemComponent(org.xmlpull.v1.XmlPullParser xpp, SupplyDelivery owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSupplyDeliverySupplyDeliverySuppliedItemComponentContent
protected boolean parseSupplyDeliverySupplyDeliverySuppliedItemComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SupplyDelivery owner, SupplyDelivery.SupplyDeliverySuppliedItemComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSupplyRequest
protected SupplyRequest parseSupplyRequest(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSupplyRequestContent
protected boolean parseSupplyRequestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SupplyRequest res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSupplyRequestSupplyRequestOrderedItemComponent
protected SupplyRequest.SupplyRequestOrderedItemComponent parseSupplyRequestSupplyRequestOrderedItemComponent(org.xmlpull.v1.XmlPullParser xpp, SupplyRequest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSupplyRequestSupplyRequestOrderedItemComponentContent
protected boolean parseSupplyRequestSupplyRequestOrderedItemComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SupplyRequest owner, SupplyRequest.SupplyRequestOrderedItemComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSupplyRequestSupplyRequestRequesterComponent
protected SupplyRequest.SupplyRequestRequesterComponent parseSupplyRequestSupplyRequestRequesterComponent(org.xmlpull.v1.XmlPullParser xpp, SupplyRequest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSupplyRequestSupplyRequestRequesterComponentContent
protected boolean parseSupplyRequestSupplyRequestRequesterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SupplyRequest owner, SupplyRequest.SupplyRequestRequesterComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTask
protected Task parseTask(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTaskContent
protected boolean parseTaskContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Task res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTaskTaskRequesterComponent
protected Task.TaskRequesterComponent parseTaskTaskRequesterComponent(org.xmlpull.v1.XmlPullParser xpp, Task owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTaskTaskRequesterComponentContent
protected boolean parseTaskTaskRequesterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Task owner, Task.TaskRequesterComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTaskTaskRestrictionComponent
protected Task.TaskRestrictionComponent parseTaskTaskRestrictionComponent(org.xmlpull.v1.XmlPullParser xpp, Task owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTaskTaskRestrictionComponentContent
protected boolean parseTaskTaskRestrictionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Task owner, Task.TaskRestrictionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTaskParameterComponent
protected Task.ParameterComponent parseTaskParameterComponent(org.xmlpull.v1.XmlPullParser xpp, Task owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTaskParameterComponentContent
protected boolean parseTaskParameterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Task owner, Task.ParameterComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTaskTaskOutputComponent
protected Task.TaskOutputComponent parseTaskTaskOutputComponent(org.xmlpull.v1.XmlPullParser xpp, Task owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTaskTaskOutputComponentContent
protected boolean parseTaskTaskOutputComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Task owner, Task.TaskOutputComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestReport
protected TestReport parseTestReport(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestReportContent
protected boolean parseTestReportContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestReport res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestReportTestReportParticipantComponent
protected TestReport.TestReportParticipantComponent parseTestReportTestReportParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestReportTestReportParticipantComponentContent
protected boolean parseTestReportTestReportParticipantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestReport owner, TestReport.TestReportParticipantComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestReportTestReportSetupComponent
protected TestReport.TestReportSetupComponent parseTestReportTestReportSetupComponent(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestReportTestReportSetupComponentContent
protected boolean parseTestReportTestReportSetupComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestReport owner, TestReport.TestReportSetupComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestReportSetupActionComponent
protected TestReport.SetupActionComponent parseTestReportSetupActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestReportSetupActionComponentContent
protected boolean parseTestReportSetupActionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestReport owner, TestReport.SetupActionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestReportSetupActionOperationComponent
protected TestReport.SetupActionOperationComponent parseTestReportSetupActionOperationComponent(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestReportSetupActionOperationComponentContent
protected boolean parseTestReportSetupActionOperationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestReport owner, TestReport.SetupActionOperationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestReportSetupActionAssertComponent
protected TestReport.SetupActionAssertComponent parseTestReportSetupActionAssertComponent(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestReportSetupActionAssertComponentContent
protected boolean parseTestReportSetupActionAssertComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestReport owner, TestReport.SetupActionAssertComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestReportTestReportTestComponent
protected TestReport.TestReportTestComponent parseTestReportTestReportTestComponent(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestReportTestReportTestComponentContent
protected boolean parseTestReportTestReportTestComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestReport owner, TestReport.TestReportTestComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestReportTestActionComponent
protected TestReport.TestActionComponent parseTestReportTestActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestReportTestActionComponentContent
protected boolean parseTestReportTestActionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestReport owner, TestReport.TestActionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestReportTestReportTeardownComponent
protected TestReport.TestReportTeardownComponent parseTestReportTestReportTeardownComponent(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestReportTestReportTeardownComponentContent
protected boolean parseTestReportTestReportTeardownComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestReport owner, TestReport.TestReportTeardownComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestReportTeardownActionComponent
protected TestReport.TeardownActionComponent parseTestReportTeardownActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestReportTeardownActionComponentContent
protected boolean parseTestReportTeardownActionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestReport owner, TestReport.TeardownActionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScript
protected TestScript parseTestScript(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptContent
protected boolean parseTestScriptContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptOriginComponent
protected TestScript.TestScriptOriginComponent parseTestScriptTestScriptOriginComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptOriginComponentContent
protected boolean parseTestScriptTestScriptOriginComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.TestScriptOriginComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptDestinationComponent
protected TestScript.TestScriptDestinationComponent parseTestScriptTestScriptDestinationComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptDestinationComponentContent
protected boolean parseTestScriptTestScriptDestinationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.TestScriptDestinationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptMetadataComponent
protected TestScript.TestScriptMetadataComponent parseTestScriptTestScriptMetadataComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptMetadataComponentContent
protected boolean parseTestScriptTestScriptMetadataComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.TestScriptMetadataComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptMetadataLinkComponent
protected TestScript.TestScriptMetadataLinkComponent parseTestScriptTestScriptMetadataLinkComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptMetadataLinkComponentContent
protected boolean parseTestScriptTestScriptMetadataLinkComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.TestScriptMetadataLinkComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptMetadataCapabilityComponent
protected TestScript.TestScriptMetadataCapabilityComponent parseTestScriptTestScriptMetadataCapabilityComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptMetadataCapabilityComponentContent
protected boolean parseTestScriptTestScriptMetadataCapabilityComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.TestScriptMetadataCapabilityComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptFixtureComponent
protected TestScript.TestScriptFixtureComponent parseTestScriptTestScriptFixtureComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptFixtureComponentContent
protected boolean parseTestScriptTestScriptFixtureComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.TestScriptFixtureComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptVariableComponent
protected TestScript.TestScriptVariableComponent parseTestScriptTestScriptVariableComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptVariableComponentContent
protected boolean parseTestScriptTestScriptVariableComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.TestScriptVariableComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptRuleComponent
protected TestScript.TestScriptRuleComponent parseTestScriptTestScriptRuleComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptRuleComponentContent
protected boolean parseTestScriptTestScriptRuleComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.TestScriptRuleComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptRuleParamComponent
protected TestScript.RuleParamComponent parseTestScriptRuleParamComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptRuleParamComponentContent
protected boolean parseTestScriptRuleParamComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.RuleParamComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptRulesetComponent
protected TestScript.TestScriptRulesetComponent parseTestScriptTestScriptRulesetComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptRulesetComponentContent
protected boolean parseTestScriptTestScriptRulesetComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.TestScriptRulesetComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptRulesetRuleComponent
protected TestScript.RulesetRuleComponent parseTestScriptRulesetRuleComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptRulesetRuleComponentContent
protected boolean parseTestScriptRulesetRuleComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.RulesetRuleComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptRulesetRuleParamComponent
protected TestScript.RulesetRuleParamComponent parseTestScriptRulesetRuleParamComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptRulesetRuleParamComponentContent
protected boolean parseTestScriptRulesetRuleParamComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.RulesetRuleParamComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptSetupComponent
protected TestScript.TestScriptSetupComponent parseTestScriptTestScriptSetupComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptSetupComponentContent
protected boolean parseTestScriptTestScriptSetupComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.TestScriptSetupComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptSetupActionComponent
protected TestScript.SetupActionComponent parseTestScriptSetupActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptSetupActionComponentContent
protected boolean parseTestScriptSetupActionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.SetupActionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptSetupActionOperationComponent
protected TestScript.SetupActionOperationComponent parseTestScriptSetupActionOperationComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptSetupActionOperationComponentContent
protected boolean parseTestScriptSetupActionOperationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.SetupActionOperationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptSetupActionOperationRequestHeaderComponent
protected TestScript.SetupActionOperationRequestHeaderComponent parseTestScriptSetupActionOperationRequestHeaderComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptSetupActionOperationRequestHeaderComponentContent
protected boolean parseTestScriptSetupActionOperationRequestHeaderComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.SetupActionOperationRequestHeaderComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptSetupActionAssertComponent
protected TestScript.SetupActionAssertComponent parseTestScriptSetupActionAssertComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptSetupActionAssertComponentContent
protected boolean parseTestScriptSetupActionAssertComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.SetupActionAssertComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptActionAssertRuleComponent
protected TestScript.ActionAssertRuleComponent parseTestScriptActionAssertRuleComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptActionAssertRuleComponentContent
protected boolean parseTestScriptActionAssertRuleComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.ActionAssertRuleComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptActionAssertRuleParamComponent
protected TestScript.ActionAssertRuleParamComponent parseTestScriptActionAssertRuleParamComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptActionAssertRuleParamComponentContent
protected boolean parseTestScriptActionAssertRuleParamComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.ActionAssertRuleParamComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptActionAssertRulesetComponent
protected TestScript.ActionAssertRulesetComponent parseTestScriptActionAssertRulesetComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptActionAssertRulesetComponentContent
protected boolean parseTestScriptActionAssertRulesetComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.ActionAssertRulesetComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptActionAssertRulesetRuleComponent
protected TestScript.ActionAssertRulesetRuleComponent parseTestScriptActionAssertRulesetRuleComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptActionAssertRulesetRuleComponentContent
protected boolean parseTestScriptActionAssertRulesetRuleComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.ActionAssertRulesetRuleComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptActionAssertRulesetRuleParamComponent
protected TestScript.ActionAssertRulesetRuleParamComponent parseTestScriptActionAssertRulesetRuleParamComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptActionAssertRulesetRuleParamComponentContent
protected boolean parseTestScriptActionAssertRulesetRuleParamComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.ActionAssertRulesetRuleParamComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptTestComponent
protected TestScript.TestScriptTestComponent parseTestScriptTestScriptTestComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptTestComponentContent
protected boolean parseTestScriptTestScriptTestComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.TestScriptTestComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestActionComponent
protected TestScript.TestActionComponent parseTestScriptTestActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestActionComponentContent
protected boolean parseTestScriptTestActionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.TestActionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptTeardownComponent
protected TestScript.TestScriptTeardownComponent parseTestScriptTestScriptTeardownComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptTeardownComponentContent
protected boolean parseTestScriptTestScriptTeardownComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.TestScriptTeardownComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTeardownActionComponent
protected TestScript.TeardownActionComponent parseTestScriptTeardownActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTeardownActionComponentContent
protected boolean parseTestScriptTeardownActionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.TeardownActionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSet
protected ValueSet parseValueSet(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetContent
protected boolean parseValueSetContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ValueSet res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetValueSetComposeComponent
protected ValueSet.ValueSetComposeComponent parseValueSetValueSetComposeComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetValueSetComposeComponentContent
protected boolean parseValueSetValueSetComposeComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ValueSet owner, ValueSet.ValueSetComposeComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetConceptSetComponent
protected ValueSet.ConceptSetComponent parseValueSetConceptSetComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetConceptSetComponentContent
protected boolean parseValueSetConceptSetComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ValueSet owner, ValueSet.ConceptSetComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetConceptReferenceComponent
protected ValueSet.ConceptReferenceComponent parseValueSetConceptReferenceComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetConceptReferenceComponentContent
protected boolean parseValueSetConceptReferenceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ValueSet owner, ValueSet.ConceptReferenceComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetConceptReferenceDesignationComponent
protected ValueSet.ConceptReferenceDesignationComponent parseValueSetConceptReferenceDesignationComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetConceptReferenceDesignationComponentContent
protected boolean parseValueSetConceptReferenceDesignationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ValueSet owner, ValueSet.ConceptReferenceDesignationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetConceptSetFilterComponent
protected ValueSet.ConceptSetFilterComponent parseValueSetConceptSetFilterComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetConceptSetFilterComponentContent
protected boolean parseValueSetConceptSetFilterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ValueSet owner, ValueSet.ConceptSetFilterComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetValueSetExpansionComponent
protected ValueSet.ValueSetExpansionComponent parseValueSetValueSetExpansionComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetValueSetExpansionComponentContent
protected boolean parseValueSetValueSetExpansionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ValueSet owner, ValueSet.ValueSetExpansionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetValueSetExpansionParameterComponent
protected ValueSet.ValueSetExpansionParameterComponent parseValueSetValueSetExpansionParameterComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetValueSetExpansionParameterComponentContent
protected boolean parseValueSetValueSetExpansionParameterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ValueSet owner, ValueSet.ValueSetExpansionParameterComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetValueSetExpansionContainsComponent
protected ValueSet.ValueSetExpansionContainsComponent parseValueSetValueSetExpansionContainsComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetValueSetExpansionContainsComponentContent
protected boolean parseValueSetValueSetExpansionContainsComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ValueSet owner, ValueSet.ValueSetExpansionContainsComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseVisionPrescription
protected VisionPrescription parseVisionPrescription(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseVisionPrescriptionContent
protected boolean parseVisionPrescriptionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, VisionPrescription res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseVisionPrescriptionVisionPrescriptionDispenseComponent
protected VisionPrescription.VisionPrescriptionDispenseComponent parseVisionPrescriptionVisionPrescriptionDispenseComponent(org.xmlpull.v1.XmlPullParser xpp, VisionPrescription owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseVisionPrescriptionVisionPrescriptionDispenseComponentContent
protected boolean parseVisionPrescriptionVisionPrescriptionDispenseComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, VisionPrescription owner, VisionPrescription.VisionPrescriptionDispenseComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseResource
protected Resource parseResource(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Specified by:
parseResourcein classXmlParserBase- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseType
protected Type parseType(String prefix, org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseType
protected Type parseType(org.xmlpull.v1.XmlPullParser xpp, String type) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Specified by:
parseTypein classXmlParserBase- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseFragment
public Base parseFragment(org.xmlpull.v1.XmlPullParser xpp, String type) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
composeElementElements
protected void composeElementElements(Element element) throws IOException
- Throws:
IOException
-
composeBackboneElements
protected void composeBackboneElements(BackboneElement element) throws IOException
- Throws:
IOException
-
composeEnumeration
protected <E extends Enum<E>> void composeEnumeration(String name, Enumeration<E> value, EnumFactory e) throws IOException
- Throws:
IOException
-
composeDate
protected void composeDate(String name, DateType value) throws IOException
- Throws:
IOException
-
composeDateTime
protected void composeDateTime(String name, DateTimeType value) throws IOException
- Throws:
IOException
-
composeCode
protected void composeCode(String name, CodeType value) throws IOException
- Throws:
IOException
-
composeString
protected void composeString(String name, StringType value) throws IOException
- Specified by:
composeStringin classXmlParserBase- Throws:
IOException
-
composeInteger
protected void composeInteger(String name, IntegerType value) throws IOException
- Throws:
IOException
-
composeOid
protected void composeOid(String name, OidType value) throws IOException
- Throws:
IOException
-
composeUri
protected void composeUri(String name, UriType value) throws IOException
- Throws:
IOException
-
composeUuid
protected void composeUuid(String name, UuidType value) throws IOException
- Throws:
IOException
-
composeInstant
protected void composeInstant(String name, InstantType value) throws IOException
- Throws:
IOException
-
composeBoolean
protected void composeBoolean(String name, BooleanType value) throws IOException
- Throws:
IOException
-
composeBase64Binary
protected void composeBase64Binary(String name, Base64BinaryType value) throws IOException
- Throws:
IOException
-
composeUnsignedInt
protected void composeUnsignedInt(String name, UnsignedIntType value) throws IOException
- Throws:
IOException
-
composeMarkdown
protected void composeMarkdown(String name, MarkdownType value) throws IOException
- Throws:
IOException
-
composeTime
protected void composeTime(String name, TimeType value) throws IOException
- Throws:
IOException
-
composeId
protected void composeId(String name, IdType value) throws IOException
- Throws:
IOException
-
composePositiveInt
protected void composePositiveInt(String name, PositiveIntType value) throws IOException
- Throws:
IOException
-
composeDecimal
protected void composeDecimal(String name, DecimalType value) throws IOException
- Throws:
IOException
-
composeExtension
protected void composeExtension(String name, Extension element) throws IOException
- Throws:
IOException
-
composeExtensionElements
protected void composeExtensionElements(Extension element) throws IOException
- Throws:
IOException
-
composeNarrative
protected void composeNarrative(String name, Narrative element) throws IOException
- Throws:
IOException
-
composeNarrativeElements
protected void composeNarrativeElements(Narrative element) throws IOException
- Throws:
IOException
-
composeDuration
protected void composeDuration(String name, Duration element) throws IOException
- Throws:
IOException
-
composeDurationElements
protected void composeDurationElements(Duration element) throws IOException
- Throws:
IOException
-
composeCount
protected void composeCount(String name, Count element) throws IOException
- Throws:
IOException
-
composeCountElements
protected void composeCountElements(Count element) throws IOException
- Throws:
IOException
-
composeMoney
protected void composeMoney(String name, Money element) throws IOException
- Throws:
IOException
-
composeMoneyElements
protected void composeMoneyElements(Money element) throws IOException
- Throws:
IOException
-
composeDistance
protected void composeDistance(String name, Distance element) throws IOException
- Throws:
IOException
-
composeDistanceElements
protected void composeDistanceElements(Distance element) throws IOException
- Throws:
IOException
-
composeAge
protected void composeAge(String name, Age element) throws IOException
- Throws:
IOException
-
composeAgeElements
protected void composeAgeElements(Age element) throws IOException
- Throws:
IOException
-
composeReference
protected void composeReference(String name, Reference element) throws IOException
- Throws:
IOException
-
composeReferenceElements
protected void composeReferenceElements(Reference element) throws IOException
- Throws:
IOException
-
composeQuantity
protected void composeQuantity(String name, Quantity element) throws IOException
- Throws:
IOException
-
composeQuantityElements
protected void composeQuantityElements(Quantity element) throws IOException
- Throws:
IOException
-
composePeriod
protected void composePeriod(String name, Period element) throws IOException
- Throws:
IOException
-
composePeriodElements
protected void composePeriodElements(Period element) throws IOException
- Throws:
IOException
-
composeAttachment
protected void composeAttachment(String name, Attachment element) throws IOException
- Throws:
IOException
-
composeAttachmentElements
protected void composeAttachmentElements(Attachment element) throws IOException
- Throws:
IOException
-
composeRange
protected void composeRange(String name, Range element) throws IOException
- Throws:
IOException
-
composeRangeElements
protected void composeRangeElements(Range element) throws IOException
- Throws:
IOException
-
composeAnnotation
protected void composeAnnotation(String name, Annotation element) throws IOException
- Throws:
IOException
-
composeAnnotationElements
protected void composeAnnotationElements(Annotation element) throws IOException
- Throws:
IOException
-
composeIdentifier
protected void composeIdentifier(String name, Identifier element) throws IOException
- Throws:
IOException
-
composeIdentifierElements
protected void composeIdentifierElements(Identifier element) throws IOException
- Throws:
IOException
-
composeCoding
protected void composeCoding(String name, Coding element) throws IOException
- Throws:
IOException
-
composeCodingElements
protected void composeCodingElements(Coding element) throws IOException
- Throws:
IOException
-
composeSignature
protected void composeSignature(String name, Signature element) throws IOException
- Throws:
IOException
-
composeSignatureElements
protected void composeSignatureElements(Signature element) throws IOException
- Throws:
IOException
-
composeSampledData
protected void composeSampledData(String name, SampledData element) throws IOException
- Throws:
IOException
-
composeSampledDataElements
protected void composeSampledDataElements(SampledData element) throws IOException
- Throws:
IOException
-
composeRatio
protected void composeRatio(String name, Ratio element) throws IOException
- Throws:
IOException
-
composeRatioElements
protected void composeRatioElements(Ratio element) throws IOException
- Throws:
IOException
-
composeCodeableConcept
protected void composeCodeableConcept(String name, CodeableConcept element) throws IOException
- Throws:
IOException
-
composeCodeableConceptElements
protected void composeCodeableConceptElements(CodeableConcept element) throws IOException
- Throws:
IOException
-
composeSimpleQuantity
protected void composeSimpleQuantity(String name, SimpleQuantity element) throws IOException
- Throws:
IOException
-
composeSimpleQuantityElements
protected void composeSimpleQuantityElements(SimpleQuantity element) throws IOException
- Throws:
IOException
-
composeMeta
protected void composeMeta(String name, Meta element) throws IOException
- Throws:
IOException
-
composeMetaElements
protected void composeMetaElements(Meta element) throws IOException
- Throws:
IOException
-
composeAddress
protected void composeAddress(String name, Address element) throws IOException
- Throws:
IOException
-
composeAddressElements
protected void composeAddressElements(Address element) throws IOException
- Throws:
IOException
-
composeTriggerDefinition
protected void composeTriggerDefinition(String name, TriggerDefinition element) throws IOException
- Throws:
IOException
-
composeTriggerDefinitionElements
protected void composeTriggerDefinitionElements(TriggerDefinition element) throws IOException
- Throws:
IOException
-
composeContributor
protected void composeContributor(String name, Contributor element) throws IOException
- Throws:
IOException
-
composeContributorElements
protected void composeContributorElements(Contributor element) throws IOException
- Throws:
IOException
-
composeDataRequirement
protected void composeDataRequirement(String name, DataRequirement element) throws IOException
- Throws:
IOException
-
composeDataRequirementElements
protected void composeDataRequirementElements(DataRequirement element) throws IOException
- Throws:
IOException
-
composeDataRequirementDataRequirementCodeFilterComponent
protected void composeDataRequirementDataRequirementCodeFilterComponent(String name, DataRequirement.DataRequirementCodeFilterComponent element) throws IOException
- Throws:
IOException
-
composeDataRequirementDataRequirementCodeFilterComponentElements
protected void composeDataRequirementDataRequirementCodeFilterComponentElements(DataRequirement.DataRequirementCodeFilterComponent element) throws IOException
- Throws:
IOException
-
composeDataRequirementDataRequirementDateFilterComponent
protected void composeDataRequirementDataRequirementDateFilterComponent(String name, DataRequirement.DataRequirementDateFilterComponent element) throws IOException
- Throws:
IOException
-
composeDataRequirementDataRequirementDateFilterComponentElements
protected void composeDataRequirementDataRequirementDateFilterComponentElements(DataRequirement.DataRequirementDateFilterComponent element) throws IOException
- Throws:
IOException
-
composeDosage
protected void composeDosage(String name, Dosage element) throws IOException
- Throws:
IOException
-
composeDosageElements
protected void composeDosageElements(Dosage element) throws IOException
- Throws:
IOException
-
composeRelatedArtifact
protected void composeRelatedArtifact(String name, RelatedArtifact element) throws IOException
- Throws:
IOException
-
composeRelatedArtifactElements
protected void composeRelatedArtifactElements(RelatedArtifact element) throws IOException
- Throws:
IOException
-
composeContactDetail
protected void composeContactDetail(String name, ContactDetail element) throws IOException
- Throws:
IOException
-
composeContactDetailElements
protected void composeContactDetailElements(ContactDetail element) throws IOException
- Throws:
IOException
-
composeHumanName
protected void composeHumanName(String name, HumanName element) throws IOException
- Throws:
IOException
-
composeHumanNameElements
protected void composeHumanNameElements(HumanName element) throws IOException
- Throws:
IOException
-
composeContactPoint
protected void composeContactPoint(String name, ContactPoint element) throws IOException
- Throws:
IOException
-
composeContactPointElements
protected void composeContactPointElements(ContactPoint element) throws IOException
- Throws:
IOException
-
composeUsageContext
protected void composeUsageContext(String name, UsageContext element) throws IOException
- Throws:
IOException
-
composeUsageContextElements
protected void composeUsageContextElements(UsageContext element) throws IOException
- Throws:
IOException
-
composeTiming
protected void composeTiming(String name, Timing element) throws IOException
- Throws:
IOException
-
composeTimingElements
protected void composeTimingElements(Timing element) throws IOException
- Throws:
IOException
-
composeTimingTimingRepeatComponent
protected void composeTimingTimingRepeatComponent(String name, Timing.TimingRepeatComponent element) throws IOException
- Throws:
IOException
-
composeTimingTimingRepeatComponentElements
protected void composeTimingTimingRepeatComponentElements(Timing.TimingRepeatComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinition
protected void composeElementDefinition(String name, ElementDefinition element) throws IOException
- Throws:
IOException
-
composeElementDefinitionElements
protected void composeElementDefinitionElements(ElementDefinition element) throws IOException
- Throws:
IOException
-
composeElementDefinitionElementDefinitionSlicingComponent
protected void composeElementDefinitionElementDefinitionSlicingComponent(String name, ElementDefinition.ElementDefinitionSlicingComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionElementDefinitionSlicingComponentElements
protected void composeElementDefinitionElementDefinitionSlicingComponentElements(ElementDefinition.ElementDefinitionSlicingComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionElementDefinitionSlicingDiscriminatorComponent
protected void composeElementDefinitionElementDefinitionSlicingDiscriminatorComponent(String name, ElementDefinition.ElementDefinitionSlicingDiscriminatorComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionElementDefinitionSlicingDiscriminatorComponentElements
protected void composeElementDefinitionElementDefinitionSlicingDiscriminatorComponentElements(ElementDefinition.ElementDefinitionSlicingDiscriminatorComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionElementDefinitionBaseComponent
protected void composeElementDefinitionElementDefinitionBaseComponent(String name, ElementDefinition.ElementDefinitionBaseComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionElementDefinitionBaseComponentElements
protected void composeElementDefinitionElementDefinitionBaseComponentElements(ElementDefinition.ElementDefinitionBaseComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionTypeRefComponent
protected void composeElementDefinitionTypeRefComponent(String name, ElementDefinition.TypeRefComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionTypeRefComponentElements
protected void composeElementDefinitionTypeRefComponentElements(ElementDefinition.TypeRefComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionElementDefinitionExampleComponent
protected void composeElementDefinitionElementDefinitionExampleComponent(String name, ElementDefinition.ElementDefinitionExampleComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionElementDefinitionExampleComponentElements
protected void composeElementDefinitionElementDefinitionExampleComponentElements(ElementDefinition.ElementDefinitionExampleComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionElementDefinitionConstraintComponent
protected void composeElementDefinitionElementDefinitionConstraintComponent(String name, ElementDefinition.ElementDefinitionConstraintComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionElementDefinitionConstraintComponentElements
protected void composeElementDefinitionElementDefinitionConstraintComponentElements(ElementDefinition.ElementDefinitionConstraintComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionElementDefinitionBindingComponent
protected void composeElementDefinitionElementDefinitionBindingComponent(String name, ElementDefinition.ElementDefinitionBindingComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionElementDefinitionBindingComponentElements
protected void composeElementDefinitionElementDefinitionBindingComponentElements(ElementDefinition.ElementDefinitionBindingComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionElementDefinitionMappingComponent
protected void composeElementDefinitionElementDefinitionMappingComponent(String name, ElementDefinition.ElementDefinitionMappingComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionElementDefinitionMappingComponentElements
protected void composeElementDefinitionElementDefinitionMappingComponentElements(ElementDefinition.ElementDefinitionMappingComponent element) throws IOException
- Throws:
IOException
-
composeParameterDefinition
protected void composeParameterDefinition(String name, ParameterDefinition element) throws IOException
- Throws:
IOException
-
composeParameterDefinitionElements
protected void composeParameterDefinitionElements(ParameterDefinition element) throws IOException
- Throws:
IOException
-
composeDomainResourceAttributes
protected void composeDomainResourceAttributes(DomainResource element) throws IOException
- Throws:
IOException
-
composeDomainResourceElements
protected void composeDomainResourceElements(DomainResource element) throws IOException
- Throws:
IOException
-
composeParameters
protected void composeParameters(String name, Parameters element) throws IOException
- Throws:
IOException
-
composeParametersElements
protected void composeParametersElements(Parameters element) throws IOException
- Throws:
IOException
-
composeParametersParametersParameterComponent
protected void composeParametersParametersParameterComponent(String name, Parameters.ParametersParameterComponent element) throws IOException
- Throws:
IOException
-
composeParametersParametersParameterComponentElements
protected void composeParametersParametersParameterComponentElements(Parameters.ParametersParameterComponent element) throws IOException
- Throws:
IOException
-
composeResourceAttributes
protected void composeResourceAttributes(Resource element) throws IOException
- Throws:
IOException
-
composeResourceElements
protected void composeResourceElements(Resource element) throws IOException
- Throws:
IOException
-
composeAccount
protected void composeAccount(String name, Account element) throws IOException
- Throws:
IOException
-
composeAccountElements
protected void composeAccountElements(Account element) throws IOException
- Throws:
IOException
-
composeAccountCoverageComponent
protected void composeAccountCoverageComponent(String name, Account.CoverageComponent element) throws IOException
- Throws:
IOException
-
composeAccountCoverageComponentElements
protected void composeAccountCoverageComponentElements(Account.CoverageComponent element) throws IOException
- Throws:
IOException
-
composeAccountGuarantorComponent
protected void composeAccountGuarantorComponent(String name, Account.GuarantorComponent element) throws IOException
- Throws:
IOException
-
composeAccountGuarantorComponentElements
protected void composeAccountGuarantorComponentElements(Account.GuarantorComponent element) throws IOException
- Throws:
IOException
-
composeActivityDefinition
protected void composeActivityDefinition(String name, ActivityDefinition element) throws IOException
- Throws:
IOException
-
composeActivityDefinitionElements
protected void composeActivityDefinitionElements(ActivityDefinition element) throws IOException
- Throws:
IOException
-
composeActivityDefinitionActivityDefinitionParticipantComponent
protected void composeActivityDefinitionActivityDefinitionParticipantComponent(String name, ActivityDefinition.ActivityDefinitionParticipantComponent element) throws IOException
- Throws:
IOException
-
composeActivityDefinitionActivityDefinitionParticipantComponentElements
protected void composeActivityDefinitionActivityDefinitionParticipantComponentElements(ActivityDefinition.ActivityDefinitionParticipantComponent element) throws IOException
- Throws:
IOException
-
composeActivityDefinitionActivityDefinitionDynamicValueComponent
protected void composeActivityDefinitionActivityDefinitionDynamicValueComponent(String name, ActivityDefinition.ActivityDefinitionDynamicValueComponent element) throws IOException
- Throws:
IOException
-
composeActivityDefinitionActivityDefinitionDynamicValueComponentElements
protected void composeActivityDefinitionActivityDefinitionDynamicValueComponentElements(ActivityDefinition.ActivityDefinitionDynamicValueComponent element) throws IOException
- Throws:
IOException
-
composeAdverseEvent
protected void composeAdverseEvent(String name, AdverseEvent element) throws IOException
- Throws:
IOException
-
composeAdverseEventElements
protected void composeAdverseEventElements(AdverseEvent element) throws IOException
- Throws:
IOException
-
composeAdverseEventAdverseEventSuspectEntityComponent
protected void composeAdverseEventAdverseEventSuspectEntityComponent(String name, AdverseEvent.AdverseEventSuspectEntityComponent element) throws IOException
- Throws:
IOException
-
composeAdverseEventAdverseEventSuspectEntityComponentElements
protected void composeAdverseEventAdverseEventSuspectEntityComponentElements(AdverseEvent.AdverseEventSuspectEntityComponent element) throws IOException
- Throws:
IOException
-
composeAllergyIntolerance
protected void composeAllergyIntolerance(String name, AllergyIntolerance element) throws IOException
- Throws:
IOException
-
composeAllergyIntoleranceElements
protected void composeAllergyIntoleranceElements(AllergyIntolerance element) throws IOException
- Throws:
IOException
-
composeAllergyIntoleranceAllergyIntoleranceReactionComponent
protected void composeAllergyIntoleranceAllergyIntoleranceReactionComponent(String name, AllergyIntolerance.AllergyIntoleranceReactionComponent element) throws IOException
- Throws:
IOException
-
composeAllergyIntoleranceAllergyIntoleranceReactionComponentElements
protected void composeAllergyIntoleranceAllergyIntoleranceReactionComponentElements(AllergyIntolerance.AllergyIntoleranceReactionComponent element) throws IOException
- Throws:
IOException
-
composeAppointment
protected void composeAppointment(String name, Appointment element) throws IOException
- Throws:
IOException
-
composeAppointmentElements
protected void composeAppointmentElements(Appointment element) throws IOException
- Throws:
IOException
-
composeAppointmentAppointmentParticipantComponent
protected void composeAppointmentAppointmentParticipantComponent(String name, Appointment.AppointmentParticipantComponent element) throws IOException
- Throws:
IOException
-
composeAppointmentAppointmentParticipantComponentElements
protected void composeAppointmentAppointmentParticipantComponentElements(Appointment.AppointmentParticipantComponent element) throws IOException
- Throws:
IOException
-
composeAppointmentResponse
protected void composeAppointmentResponse(String name, AppointmentResponse element) throws IOException
- Throws:
IOException
-
composeAppointmentResponseElements
protected void composeAppointmentResponseElements(AppointmentResponse element) throws IOException
- Throws:
IOException
-
composeAuditEvent
protected void composeAuditEvent(String name, AuditEvent element) throws IOException
- Throws:
IOException
-
composeAuditEventElements
protected void composeAuditEventElements(AuditEvent element) throws IOException
- Throws:
IOException
-
composeAuditEventAuditEventAgentComponent
protected void composeAuditEventAuditEventAgentComponent(String name, AuditEvent.AuditEventAgentComponent element) throws IOException
- Throws:
IOException
-
composeAuditEventAuditEventAgentComponentElements
protected void composeAuditEventAuditEventAgentComponentElements(AuditEvent.AuditEventAgentComponent element) throws IOException
- Throws:
IOException
-
composeAuditEventAuditEventAgentNetworkComponent
protected void composeAuditEventAuditEventAgentNetworkComponent(String name, AuditEvent.AuditEventAgentNetworkComponent element) throws IOException
- Throws:
IOException
-
composeAuditEventAuditEventAgentNetworkComponentElements
protected void composeAuditEventAuditEventAgentNetworkComponentElements(AuditEvent.AuditEventAgentNetworkComponent element) throws IOException
- Throws:
IOException
-
composeAuditEventAuditEventSourceComponent
protected void composeAuditEventAuditEventSourceComponent(String name, AuditEvent.AuditEventSourceComponent element) throws IOException
- Throws:
IOException
-
composeAuditEventAuditEventSourceComponentElements
protected void composeAuditEventAuditEventSourceComponentElements(AuditEvent.AuditEventSourceComponent element) throws IOException
- Throws:
IOException
-
composeAuditEventAuditEventEntityComponent
protected void composeAuditEventAuditEventEntityComponent(String name, AuditEvent.AuditEventEntityComponent element) throws IOException
- Throws:
IOException
-
composeAuditEventAuditEventEntityComponentElements
protected void composeAuditEventAuditEventEntityComponentElements(AuditEvent.AuditEventEntityComponent element) throws IOException
- Throws:
IOException
-
composeAuditEventAuditEventEntityDetailComponent
protected void composeAuditEventAuditEventEntityDetailComponent(String name, AuditEvent.AuditEventEntityDetailComponent element) throws IOException
- Throws:
IOException
-
composeAuditEventAuditEventEntityDetailComponentElements
protected void composeAuditEventAuditEventEntityDetailComponentElements(AuditEvent.AuditEventEntityDetailComponent element) throws IOException
- Throws:
IOException
-
composeBasic
protected void composeBasic(String name, Basic element) throws IOException
- Throws:
IOException
-
composeBasicElements
protected void composeBasicElements(Basic element) throws IOException
- Throws:
IOException
-
composeBinary
protected void composeBinary(String name, Binary element) throws IOException
- Throws:
IOException
-
composeBinaryElements
protected void composeBinaryElements(Binary element) throws IOException
- Throws:
IOException
-
composeBodySite
protected void composeBodySite(String name, BodySite element) throws IOException
- Throws:
IOException
-
composeBodySiteElements
protected void composeBodySiteElements(BodySite element) throws IOException
- Throws:
IOException
-
composeBundle
protected void composeBundle(String name, Bundle element) throws IOException
- Throws:
IOException
-
composeBundleElements
protected void composeBundleElements(Bundle element) throws IOException
- Throws:
IOException
-
composeBundleBundleLinkComponent
protected void composeBundleBundleLinkComponent(String name, Bundle.BundleLinkComponent element) throws IOException
- Throws:
IOException
-
composeBundleBundleLinkComponentElements
protected void composeBundleBundleLinkComponentElements(Bundle.BundleLinkComponent element) throws IOException
- Throws:
IOException
-
composeBundleBundleEntryComponent
protected void composeBundleBundleEntryComponent(String name, Bundle.BundleEntryComponent element) throws IOException
- Throws:
IOException
-
composeBundleBundleEntryComponentElements
protected void composeBundleBundleEntryComponentElements(Bundle.BundleEntryComponent element) throws IOException
- Throws:
IOException
-
composeBundleBundleEntrySearchComponent
protected void composeBundleBundleEntrySearchComponent(String name, Bundle.BundleEntrySearchComponent element) throws IOException
- Throws:
IOException
-
composeBundleBundleEntrySearchComponentElements
protected void composeBundleBundleEntrySearchComponentElements(Bundle.BundleEntrySearchComponent element) throws IOException
- Throws:
IOException
-
composeBundleBundleEntryRequestComponent
protected void composeBundleBundleEntryRequestComponent(String name, Bundle.BundleEntryRequestComponent element) throws IOException
- Throws:
IOException
-
composeBundleBundleEntryRequestComponentElements
protected void composeBundleBundleEntryRequestComponentElements(Bundle.BundleEntryRequestComponent element) throws IOException
- Throws:
IOException
-
composeBundleBundleEntryResponseComponent
protected void composeBundleBundleEntryResponseComponent(String name, Bundle.BundleEntryResponseComponent element) throws IOException
- Throws:
IOException
-
composeBundleBundleEntryResponseComponentElements
protected void composeBundleBundleEntryResponseComponentElements(Bundle.BundleEntryResponseComponent element) throws IOException
- Throws:
IOException
-
composeCapabilityStatement
protected void composeCapabilityStatement(String name, CapabilityStatement element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementElements
protected void composeCapabilityStatementElements(CapabilityStatement element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementCapabilityStatementSoftwareComponent
protected void composeCapabilityStatementCapabilityStatementSoftwareComponent(String name, CapabilityStatement.CapabilityStatementSoftwareComponent element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementCapabilityStatementSoftwareComponentElements
protected void composeCapabilityStatementCapabilityStatementSoftwareComponentElements(CapabilityStatement.CapabilityStatementSoftwareComponent element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementCapabilityStatementImplementationComponent
protected void composeCapabilityStatementCapabilityStatementImplementationComponent(String name, CapabilityStatement.CapabilityStatementImplementationComponent element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementCapabilityStatementImplementationComponentElements
protected void composeCapabilityStatementCapabilityStatementImplementationComponentElements(CapabilityStatement.CapabilityStatementImplementationComponent element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementCapabilityStatementRestComponent
protected void composeCapabilityStatementCapabilityStatementRestComponent(String name, CapabilityStatement.CapabilityStatementRestComponent element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementCapabilityStatementRestComponentElements
protected void composeCapabilityStatementCapabilityStatementRestComponentElements(CapabilityStatement.CapabilityStatementRestComponent element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementCapabilityStatementRestSecurityComponent
protected void composeCapabilityStatementCapabilityStatementRestSecurityComponent(String name, CapabilityStatement.CapabilityStatementRestSecurityComponent element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementCapabilityStatementRestSecurityComponentElements
protected void composeCapabilityStatementCapabilityStatementRestSecurityComponentElements(CapabilityStatement.CapabilityStatementRestSecurityComponent element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementCapabilityStatementRestSecurityCertificateComponent
protected void composeCapabilityStatementCapabilityStatementRestSecurityCertificateComponent(String name, CapabilityStatement.CapabilityStatementRestSecurityCertificateComponent element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementCapabilityStatementRestSecurityCertificateComponentElements
protected void composeCapabilityStatementCapabilityStatementRestSecurityCertificateComponentElements(CapabilityStatement.CapabilityStatementRestSecurityCertificateComponent element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementCapabilityStatementRestResourceComponent
protected void composeCapabilityStatementCapabilityStatementRestResourceComponent(String name, CapabilityStatement.CapabilityStatementRestResourceComponent element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementCapabilityStatementRestResourceComponentElements
protected void composeCapabilityStatementCapabilityStatementRestResourceComponentElements(CapabilityStatement.CapabilityStatementRestResourceComponent element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementResourceInteractionComponent
protected void composeCapabilityStatementResourceInteractionComponent(String name, CapabilityStatement.ResourceInteractionComponent element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementResourceInteractionComponentElements
protected void composeCapabilityStatementResourceInteractionComponentElements(CapabilityStatement.ResourceInteractionComponent element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementCapabilityStatementRestResourceSearchParamComponent
protected void composeCapabilityStatementCapabilityStatementRestResourceSearchParamComponent(String name, CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementCapabilityStatementRestResourceSearchParamComponentElements
protected void composeCapabilityStatementCapabilityStatementRestResourceSearchParamComponentElements(CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementSystemInteractionComponent
protected void composeCapabilityStatementSystemInteractionComponent(String name, CapabilityStatement.SystemInteractionComponent element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementSystemInteractionComponentElements
protected void composeCapabilityStatementSystemInteractionComponentElements(CapabilityStatement.SystemInteractionComponent element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementCapabilityStatementRestOperationComponent
protected void composeCapabilityStatementCapabilityStatementRestOperationComponent(String name, CapabilityStatement.CapabilityStatementRestOperationComponent element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementCapabilityStatementRestOperationComponentElements
protected void composeCapabilityStatementCapabilityStatementRestOperationComponentElements(CapabilityStatement.CapabilityStatementRestOperationComponent element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementCapabilityStatementMessagingComponent
protected void composeCapabilityStatementCapabilityStatementMessagingComponent(String name, CapabilityStatement.CapabilityStatementMessagingComponent element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementCapabilityStatementMessagingComponentElements
protected void composeCapabilityStatementCapabilityStatementMessagingComponentElements(CapabilityStatement.CapabilityStatementMessagingComponent element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementCapabilityStatementMessagingEndpointComponent
protected void composeCapabilityStatementCapabilityStatementMessagingEndpointComponent(String name, CapabilityStatement.CapabilityStatementMessagingEndpointComponent element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementCapabilityStatementMessagingEndpointComponentElements
protected void composeCapabilityStatementCapabilityStatementMessagingEndpointComponentElements(CapabilityStatement.CapabilityStatementMessagingEndpointComponent element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementCapabilityStatementMessagingSupportedMessageComponent
protected void composeCapabilityStatementCapabilityStatementMessagingSupportedMessageComponent(String name, CapabilityStatement.CapabilityStatementMessagingSupportedMessageComponent element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementCapabilityStatementMessagingSupportedMessageComponentElements
protected void composeCapabilityStatementCapabilityStatementMessagingSupportedMessageComponentElements(CapabilityStatement.CapabilityStatementMessagingSupportedMessageComponent element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementCapabilityStatementMessagingEventComponent
protected void composeCapabilityStatementCapabilityStatementMessagingEventComponent(String name, CapabilityStatement.CapabilityStatementMessagingEventComponent element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementCapabilityStatementMessagingEventComponentElements
protected void composeCapabilityStatementCapabilityStatementMessagingEventComponentElements(CapabilityStatement.CapabilityStatementMessagingEventComponent element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementCapabilityStatementDocumentComponent
protected void composeCapabilityStatementCapabilityStatementDocumentComponent(String name, CapabilityStatement.CapabilityStatementDocumentComponent element) throws IOException
- Throws:
IOException
-
composeCapabilityStatementCapabilityStatementDocumentComponentElements
protected void composeCapabilityStatementCapabilityStatementDocumentComponentElements(CapabilityStatement.CapabilityStatementDocumentComponent element) throws IOException
- Throws:
IOException
-
composeCarePlan
protected void composeCarePlan(String name, CarePlan element) throws IOException
- Throws:
IOException
-
composeCarePlanElements
protected void composeCarePlanElements(CarePlan element) throws IOException
- Throws:
IOException
-
composeCarePlanCarePlanActivityComponent
protected void composeCarePlanCarePlanActivityComponent(String name, CarePlan.CarePlanActivityComponent element) throws IOException
- Throws:
IOException
-
composeCarePlanCarePlanActivityComponentElements
protected void composeCarePlanCarePlanActivityComponentElements(CarePlan.CarePlanActivityComponent element) throws IOException
- Throws:
IOException
-
composeCarePlanCarePlanActivityDetailComponent
protected void composeCarePlanCarePlanActivityDetailComponent(String name, CarePlan.CarePlanActivityDetailComponent element) throws IOException
- Throws:
IOException
-
composeCarePlanCarePlanActivityDetailComponentElements
protected void composeCarePlanCarePlanActivityDetailComponentElements(CarePlan.CarePlanActivityDetailComponent element) throws IOException
- Throws:
IOException
-
composeCareTeam
protected void composeCareTeam(String name, CareTeam element) throws IOException
- Throws:
IOException
-
composeCareTeamElements
protected void composeCareTeamElements(CareTeam element) throws IOException
- Throws:
IOException
-
composeCareTeamCareTeamParticipantComponent
protected void composeCareTeamCareTeamParticipantComponent(String name, CareTeam.CareTeamParticipantComponent element) throws IOException
- Throws:
IOException
-
composeCareTeamCareTeamParticipantComponentElements
protected void composeCareTeamCareTeamParticipantComponentElements(CareTeam.CareTeamParticipantComponent element) throws IOException
- Throws:
IOException
-
composeChargeItem
protected void composeChargeItem(String name, ChargeItem element) throws IOException
- Throws:
IOException
-
composeChargeItemElements
protected void composeChargeItemElements(ChargeItem element) throws IOException
- Throws:
IOException
-
composeChargeItemChargeItemParticipantComponent
protected void composeChargeItemChargeItemParticipantComponent(String name, ChargeItem.ChargeItemParticipantComponent element) throws IOException
- Throws:
IOException
-
composeChargeItemChargeItemParticipantComponentElements
protected void composeChargeItemChargeItemParticipantComponentElements(ChargeItem.ChargeItemParticipantComponent element) throws IOException
- Throws:
IOException
-
composeClaim
protected void composeClaim(String name, Claim element) throws IOException
- Throws:
IOException
-
composeClaimElements
protected void composeClaimElements(Claim element) throws IOException
- Throws:
IOException
-
composeClaimRelatedClaimComponent
protected void composeClaimRelatedClaimComponent(String name, Claim.RelatedClaimComponent element) throws IOException
- Throws:
IOException
-
composeClaimRelatedClaimComponentElements
protected void composeClaimRelatedClaimComponentElements(Claim.RelatedClaimComponent element) throws IOException
- Throws:
IOException
-
composeClaimPayeeComponent
protected void composeClaimPayeeComponent(String name, Claim.PayeeComponent element) throws IOException
- Throws:
IOException
-
composeClaimPayeeComponentElements
protected void composeClaimPayeeComponentElements(Claim.PayeeComponent element) throws IOException
- Throws:
IOException
-
composeClaimCareTeamComponent
protected void composeClaimCareTeamComponent(String name, Claim.CareTeamComponent element) throws IOException
- Throws:
IOException
-
composeClaimCareTeamComponentElements
protected void composeClaimCareTeamComponentElements(Claim.CareTeamComponent element) throws IOException
- Throws:
IOException
-
composeClaimSpecialConditionComponent
protected void composeClaimSpecialConditionComponent(String name, Claim.SpecialConditionComponent element) throws IOException
- Throws:
IOException
-
composeClaimSpecialConditionComponentElements
protected void composeClaimSpecialConditionComponentElements(Claim.SpecialConditionComponent element) throws IOException
- Throws:
IOException
-
composeClaimDiagnosisComponent
protected void composeClaimDiagnosisComponent(String name, Claim.DiagnosisComponent element) throws IOException
- Throws:
IOException
-
composeClaimDiagnosisComponentElements
protected void composeClaimDiagnosisComponentElements(Claim.DiagnosisComponent element) throws IOException
- Throws:
IOException
-
composeClaimProcedureComponent
protected void composeClaimProcedureComponent(String name, Claim.ProcedureComponent element) throws IOException
- Throws:
IOException
-
composeClaimProcedureComponentElements
protected void composeClaimProcedureComponentElements(Claim.ProcedureComponent element) throws IOException
- Throws:
IOException
-
composeClaimInsuranceComponent
protected void composeClaimInsuranceComponent(String name, Claim.InsuranceComponent element) throws IOException
- Throws:
IOException
-
composeClaimInsuranceComponentElements
protected void composeClaimInsuranceComponentElements(Claim.InsuranceComponent element) throws IOException
- Throws:
IOException
-
composeClaimAccidentComponent
protected void composeClaimAccidentComponent(String name, Claim.AccidentComponent element) throws IOException
- Throws:
IOException
-
composeClaimAccidentComponentElements
protected void composeClaimAccidentComponentElements(Claim.AccidentComponent element) throws IOException
- Throws:
IOException
-
composeClaimItemComponent
protected void composeClaimItemComponent(String name, Claim.ItemComponent element) throws IOException
- Throws:
IOException
-
composeClaimItemComponentElements
protected void composeClaimItemComponentElements(Claim.ItemComponent element) throws IOException
- Throws:
IOException
-
composeClaimDetailComponent
protected void composeClaimDetailComponent(String name, Claim.DetailComponent element) throws IOException
- Throws:
IOException
-
composeClaimDetailComponentElements
protected void composeClaimDetailComponentElements(Claim.DetailComponent element) throws IOException
- Throws:
IOException
-
composeClaimSubDetailComponent
protected void composeClaimSubDetailComponent(String name, Claim.SubDetailComponent element) throws IOException
- Throws:
IOException
-
composeClaimSubDetailComponentElements
protected void composeClaimSubDetailComponentElements(Claim.SubDetailComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponse
protected void composeClaimResponse(String name, ClaimResponse element) throws IOException
- Throws:
IOException
-
composeClaimResponseElements
protected void composeClaimResponseElements(ClaimResponse element) throws IOException
- Throws:
IOException
-
composeClaimResponseItemComponent
protected void composeClaimResponseItemComponent(String name, ClaimResponse.ItemComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseItemComponentElements
protected void composeClaimResponseItemComponentElements(ClaimResponse.ItemComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseAdjudicationComponent
protected void composeClaimResponseAdjudicationComponent(String name, ClaimResponse.AdjudicationComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseAdjudicationComponentElements
protected void composeClaimResponseAdjudicationComponentElements(ClaimResponse.AdjudicationComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseItemDetailComponent
protected void composeClaimResponseItemDetailComponent(String name, ClaimResponse.ItemDetailComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseItemDetailComponentElements
protected void composeClaimResponseItemDetailComponentElements(ClaimResponse.ItemDetailComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseSubDetailComponent
protected void composeClaimResponseSubDetailComponent(String name, ClaimResponse.SubDetailComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseSubDetailComponentElements
protected void composeClaimResponseSubDetailComponentElements(ClaimResponse.SubDetailComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseAddedItemComponent
protected void composeClaimResponseAddedItemComponent(String name, ClaimResponse.AddedItemComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseAddedItemComponentElements
protected void composeClaimResponseAddedItemComponentElements(ClaimResponse.AddedItemComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseAddedItemsDetailComponent
protected void composeClaimResponseAddedItemsDetailComponent(String name, ClaimResponse.AddedItemsDetailComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseAddedItemsDetailComponentElements
protected void composeClaimResponseAddedItemsDetailComponentElements(ClaimResponse.AddedItemsDetailComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseErrorComponent
protected void composeClaimResponseErrorComponent(String name, ClaimResponse.ErrorComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseErrorComponentElements
protected void composeClaimResponseErrorComponentElements(ClaimResponse.ErrorComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponsePaymentComponent
protected void composeClaimResponsePaymentComponent(String name, ClaimResponse.PaymentComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponsePaymentComponentElements
protected void composeClaimResponsePaymentComponentElements(ClaimResponse.PaymentComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseNoteComponent
protected void composeClaimResponseNoteComponent(String name, ClaimResponse.NoteComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseNoteComponentElements
protected void composeClaimResponseNoteComponentElements(ClaimResponse.NoteComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseInsuranceComponent
protected void composeClaimResponseInsuranceComponent(String name, ClaimResponse.InsuranceComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseInsuranceComponentElements
protected void composeClaimResponseInsuranceComponentElements(ClaimResponse.InsuranceComponent element) throws IOException
- Throws:
IOException
-
composeClinicalImpression
protected void composeClinicalImpression(String name, ClinicalImpression element) throws IOException
- Throws:
IOException
-
composeClinicalImpressionElements
protected void composeClinicalImpressionElements(ClinicalImpression element) throws IOException
- Throws:
IOException
-
composeClinicalImpressionClinicalImpressionInvestigationComponent
protected void composeClinicalImpressionClinicalImpressionInvestigationComponent(String name, ClinicalImpression.ClinicalImpressionInvestigationComponent element) throws IOException
- Throws:
IOException
-
composeClinicalImpressionClinicalImpressionInvestigationComponentElements
protected void composeClinicalImpressionClinicalImpressionInvestigationComponentElements(ClinicalImpression.ClinicalImpressionInvestigationComponent element) throws IOException
- Throws:
IOException
-
composeClinicalImpressionClinicalImpressionFindingComponent
protected void composeClinicalImpressionClinicalImpressionFindingComponent(String name, ClinicalImpression.ClinicalImpressionFindingComponent element) throws IOException
- Throws:
IOException
-
composeClinicalImpressionClinicalImpressionFindingComponentElements
protected void composeClinicalImpressionClinicalImpressionFindingComponentElements(ClinicalImpression.ClinicalImpressionFindingComponent element) throws IOException
- Throws:
IOException
-
composeCodeSystem
protected void composeCodeSystem(String name, CodeSystem element) throws IOException
- Throws:
IOException
-
composeCodeSystemElements
protected void composeCodeSystemElements(CodeSystem element) throws IOException
- Throws:
IOException
-
composeCodeSystemCodeSystemFilterComponent
protected void composeCodeSystemCodeSystemFilterComponent(String name, CodeSystem.CodeSystemFilterComponent element) throws IOException
- Throws:
IOException
-
composeCodeSystemCodeSystemFilterComponentElements
protected void composeCodeSystemCodeSystemFilterComponentElements(CodeSystem.CodeSystemFilterComponent element) throws IOException
- Throws:
IOException
-
composeCodeSystemPropertyComponent
protected void composeCodeSystemPropertyComponent(String name, CodeSystem.PropertyComponent element) throws IOException
- Throws:
IOException
-
composeCodeSystemPropertyComponentElements
protected void composeCodeSystemPropertyComponentElements(CodeSystem.PropertyComponent element) throws IOException
- Throws:
IOException
-
composeCodeSystemConceptDefinitionComponent
protected void composeCodeSystemConceptDefinitionComponent(String name, CodeSystem.ConceptDefinitionComponent element) throws IOException
- Throws:
IOException
-
composeCodeSystemConceptDefinitionComponentElements
protected void composeCodeSystemConceptDefinitionComponentElements(CodeSystem.ConceptDefinitionComponent element) throws IOException
- Throws:
IOException
-
composeCodeSystemConceptDefinitionDesignationComponent
protected void composeCodeSystemConceptDefinitionDesignationComponent(String name, CodeSystem.ConceptDefinitionDesignationComponent element) throws IOException
- Throws:
IOException
-
composeCodeSystemConceptDefinitionDesignationComponentElements
protected void composeCodeSystemConceptDefinitionDesignationComponentElements(CodeSystem.ConceptDefinitionDesignationComponent element) throws IOException
- Throws:
IOException
-
composeCodeSystemConceptPropertyComponent
protected void composeCodeSystemConceptPropertyComponent(String name, CodeSystem.ConceptPropertyComponent element) throws IOException
- Throws:
IOException
-
composeCodeSystemConceptPropertyComponentElements
protected void composeCodeSystemConceptPropertyComponentElements(CodeSystem.ConceptPropertyComponent element) throws IOException
- Throws:
IOException
-
composeCommunication
protected void composeCommunication(String name, Communication element) throws IOException
- Throws:
IOException
-
composeCommunicationElements
protected void composeCommunicationElements(Communication element) throws IOException
- Throws:
IOException
-
composeCommunicationCommunicationPayloadComponent
protected void composeCommunicationCommunicationPayloadComponent(String name, Communication.CommunicationPayloadComponent element) throws IOException
- Throws:
IOException
-
composeCommunicationCommunicationPayloadComponentElements
protected void composeCommunicationCommunicationPayloadComponentElements(Communication.CommunicationPayloadComponent element) throws IOException
- Throws:
IOException
-
composeCommunicationRequest
protected void composeCommunicationRequest(String name, CommunicationRequest element) throws IOException
- Throws:
IOException
-
composeCommunicationRequestElements
protected void composeCommunicationRequestElements(CommunicationRequest element) throws IOException
- Throws:
IOException
-
composeCommunicationRequestCommunicationRequestPayloadComponent
protected void composeCommunicationRequestCommunicationRequestPayloadComponent(String name, CommunicationRequest.CommunicationRequestPayloadComponent element) throws IOException
- Throws:
IOException
-
composeCommunicationRequestCommunicationRequestPayloadComponentElements
protected void composeCommunicationRequestCommunicationRequestPayloadComponentElements(CommunicationRequest.CommunicationRequestPayloadComponent element) throws IOException
- Throws:
IOException
-
composeCommunicationRequestCommunicationRequestRequesterComponent
protected void composeCommunicationRequestCommunicationRequestRequesterComponent(String name, CommunicationRequest.CommunicationRequestRequesterComponent element) throws IOException
- Throws:
IOException
-
composeCommunicationRequestCommunicationRequestRequesterComponentElements
protected void composeCommunicationRequestCommunicationRequestRequesterComponentElements(CommunicationRequest.CommunicationRequestRequesterComponent element) throws IOException
- Throws:
IOException
-
composeCompartmentDefinition
protected void composeCompartmentDefinition(String name, CompartmentDefinition element) throws IOException
- Throws:
IOException
-
composeCompartmentDefinitionElements
protected void composeCompartmentDefinitionElements(CompartmentDefinition element) throws IOException
- Throws:
IOException
-
composeCompartmentDefinitionCompartmentDefinitionResourceComponent
protected void composeCompartmentDefinitionCompartmentDefinitionResourceComponent(String name, CompartmentDefinition.CompartmentDefinitionResourceComponent element) throws IOException
- Throws:
IOException
-
composeCompartmentDefinitionCompartmentDefinitionResourceComponentElements
protected void composeCompartmentDefinitionCompartmentDefinitionResourceComponentElements(CompartmentDefinition.CompartmentDefinitionResourceComponent element) throws IOException
- Throws:
IOException
-
composeComposition
protected void composeComposition(String name, Composition element) throws IOException
- Throws:
IOException
-
composeCompositionElements
protected void composeCompositionElements(Composition element) throws IOException
- Throws:
IOException
-
composeCompositionCompositionAttesterComponent
protected void composeCompositionCompositionAttesterComponent(String name, Composition.CompositionAttesterComponent element) throws IOException
- Throws:
IOException
-
composeCompositionCompositionAttesterComponentElements
protected void composeCompositionCompositionAttesterComponentElements(Composition.CompositionAttesterComponent element) throws IOException
- Throws:
IOException
-
composeCompositionCompositionRelatesToComponent
protected void composeCompositionCompositionRelatesToComponent(String name, Composition.CompositionRelatesToComponent element) throws IOException
- Throws:
IOException
-
composeCompositionCompositionRelatesToComponentElements
protected void composeCompositionCompositionRelatesToComponentElements(Composition.CompositionRelatesToComponent element) throws IOException
- Throws:
IOException
-
composeCompositionCompositionEventComponent
protected void composeCompositionCompositionEventComponent(String name, Composition.CompositionEventComponent element) throws IOException
- Throws:
IOException
-
composeCompositionCompositionEventComponentElements
protected void composeCompositionCompositionEventComponentElements(Composition.CompositionEventComponent element) throws IOException
- Throws:
IOException
-
composeCompositionSectionComponent
protected void composeCompositionSectionComponent(String name, Composition.SectionComponent element) throws IOException
- Throws:
IOException
-
composeCompositionSectionComponentElements
protected void composeCompositionSectionComponentElements(Composition.SectionComponent element) throws IOException
- Throws:
IOException
-
composeConceptMap
protected void composeConceptMap(String name, ConceptMap element) throws IOException
- Throws:
IOException
-
composeConceptMapElements
protected void composeConceptMapElements(ConceptMap element) throws IOException
- Throws:
IOException
-
composeConceptMapConceptMapGroupComponent
protected void composeConceptMapConceptMapGroupComponent(String name, ConceptMap.ConceptMapGroupComponent element) throws IOException
- Throws:
IOException
-
composeConceptMapConceptMapGroupComponentElements
protected void composeConceptMapConceptMapGroupComponentElements(ConceptMap.ConceptMapGroupComponent element) throws IOException
- Throws:
IOException
-
composeConceptMapSourceElementComponent
protected void composeConceptMapSourceElementComponent(String name, ConceptMap.SourceElementComponent element) throws IOException
- Throws:
IOException
-
composeConceptMapSourceElementComponentElements
protected void composeConceptMapSourceElementComponentElements(ConceptMap.SourceElementComponent element) throws IOException
- Throws:
IOException
-
composeConceptMapTargetElementComponent
protected void composeConceptMapTargetElementComponent(String name, ConceptMap.TargetElementComponent element) throws IOException
- Throws:
IOException
-
composeConceptMapTargetElementComponentElements
protected void composeConceptMapTargetElementComponentElements(ConceptMap.TargetElementComponent element) throws IOException
- Throws:
IOException
-
composeConceptMapOtherElementComponent
protected void composeConceptMapOtherElementComponent(String name, ConceptMap.OtherElementComponent element) throws IOException
- Throws:
IOException
-
composeConceptMapOtherElementComponentElements
protected void composeConceptMapOtherElementComponentElements(ConceptMap.OtherElementComponent element) throws IOException
- Throws:
IOException
-
composeConceptMapConceptMapGroupUnmappedComponent
protected void composeConceptMapConceptMapGroupUnmappedComponent(String name, ConceptMap.ConceptMapGroupUnmappedComponent element) throws IOException
- Throws:
IOException
-
composeConceptMapConceptMapGroupUnmappedComponentElements
protected void composeConceptMapConceptMapGroupUnmappedComponentElements(ConceptMap.ConceptMapGroupUnmappedComponent element) throws IOException
- Throws:
IOException
-
composeCondition
protected void composeCondition(String name, Condition element) throws IOException
- Throws:
IOException
-
composeConditionElements
protected void composeConditionElements(Condition element) throws IOException
- Throws:
IOException
-
composeConditionConditionStageComponent
protected void composeConditionConditionStageComponent(String name, Condition.ConditionStageComponent element) throws IOException
- Throws:
IOException
-
composeConditionConditionStageComponentElements
protected void composeConditionConditionStageComponentElements(Condition.ConditionStageComponent element) throws IOException
- Throws:
IOException
-
composeConditionConditionEvidenceComponent
protected void composeConditionConditionEvidenceComponent(String name, Condition.ConditionEvidenceComponent element) throws IOException
- Throws:
IOException
-
composeConditionConditionEvidenceComponentElements
protected void composeConditionConditionEvidenceComponentElements(Condition.ConditionEvidenceComponent element) throws IOException
- Throws:
IOException
-
composeConsent
protected void composeConsent(String name, Consent element) throws IOException
- Throws:
IOException
-
composeConsentElements
protected void composeConsentElements(Consent element) throws IOException
- Throws:
IOException
-
composeConsentConsentActorComponent
protected void composeConsentConsentActorComponent(String name, Consent.ConsentActorComponent element) throws IOException
- Throws:
IOException
-
composeConsentConsentActorComponentElements
protected void composeConsentConsentActorComponentElements(Consent.ConsentActorComponent element) throws IOException
- Throws:
IOException
-
composeConsentConsentPolicyComponent
protected void composeConsentConsentPolicyComponent(String name, Consent.ConsentPolicyComponent element) throws IOException
- Throws:
IOException
-
composeConsentConsentPolicyComponentElements
protected void composeConsentConsentPolicyComponentElements(Consent.ConsentPolicyComponent element) throws IOException
- Throws:
IOException
-
composeConsentConsentDataComponent
protected void composeConsentConsentDataComponent(String name, Consent.ConsentDataComponent element) throws IOException
- Throws:
IOException
-
composeConsentConsentDataComponentElements
protected void composeConsentConsentDataComponentElements(Consent.ConsentDataComponent element) throws IOException
- Throws:
IOException
-
composeConsentExceptComponent
protected void composeConsentExceptComponent(String name, Consent.ExceptComponent element) throws IOException
- Throws:
IOException
-
composeConsentExceptComponentElements
protected void composeConsentExceptComponentElements(Consent.ExceptComponent element) throws IOException
- Throws:
IOException
-
composeConsentExceptActorComponent
protected void composeConsentExceptActorComponent(String name, Consent.ExceptActorComponent element) throws IOException
- Throws:
IOException
-
composeConsentExceptActorComponentElements
protected void composeConsentExceptActorComponentElements(Consent.ExceptActorComponent element) throws IOException
- Throws:
IOException
-
composeConsentExceptDataComponent
protected void composeConsentExceptDataComponent(String name, Consent.ExceptDataComponent element) throws IOException
- Throws:
IOException
-
composeConsentExceptDataComponentElements
protected void composeConsentExceptDataComponentElements(Consent.ExceptDataComponent element) throws IOException
- Throws:
IOException
-
composeContract
protected void composeContract(String name, Contract element) throws IOException
- Throws:
IOException
-
composeContractElements
protected void composeContractElements(Contract element) throws IOException
- Throws:
IOException
-
composeContractAgentComponent
protected void composeContractAgentComponent(String name, Contract.AgentComponent element) throws IOException
- Throws:
IOException
-
composeContractAgentComponentElements
protected void composeContractAgentComponentElements(Contract.AgentComponent element) throws IOException
- Throws:
IOException
-
composeContractSignatoryComponent
protected void composeContractSignatoryComponent(String name, Contract.SignatoryComponent element) throws IOException
- Throws:
IOException
-
composeContractSignatoryComponentElements
protected void composeContractSignatoryComponentElements(Contract.SignatoryComponent element) throws IOException
- Throws:
IOException
-
composeContractValuedItemComponent
protected void composeContractValuedItemComponent(String name, Contract.ValuedItemComponent element) throws IOException
- Throws:
IOException
-
composeContractValuedItemComponentElements
protected void composeContractValuedItemComponentElements(Contract.ValuedItemComponent element) throws IOException
- Throws:
IOException
-
composeContractTermComponent
protected void composeContractTermComponent(String name, Contract.TermComponent element) throws IOException
- Throws:
IOException
-
composeContractTermComponentElements
protected void composeContractTermComponentElements(Contract.TermComponent element) throws IOException
- Throws:
IOException
-
composeContractTermAgentComponent
protected void composeContractTermAgentComponent(String name, Contract.TermAgentComponent element) throws IOException
- Throws:
IOException
-
composeContractTermAgentComponentElements
protected void composeContractTermAgentComponentElements(Contract.TermAgentComponent element) throws IOException
- Throws:
IOException
-
composeContractTermValuedItemComponent
protected void composeContractTermValuedItemComponent(String name, Contract.TermValuedItemComponent element) throws IOException
- Throws:
IOException
-
composeContractTermValuedItemComponentElements
protected void composeContractTermValuedItemComponentElements(Contract.TermValuedItemComponent element) throws IOException
- Throws:
IOException
-
composeContractFriendlyLanguageComponent
protected void composeContractFriendlyLanguageComponent(String name, Contract.FriendlyLanguageComponent element) throws IOException
- Throws:
IOException
-
composeContractFriendlyLanguageComponentElements
protected void composeContractFriendlyLanguageComponentElements(Contract.FriendlyLanguageComponent element) throws IOException
- Throws:
IOException
-
composeContractLegalLanguageComponent
protected void composeContractLegalLanguageComponent(String name, Contract.LegalLanguageComponent element) throws IOException
- Throws:
IOException
-
composeContractLegalLanguageComponentElements
protected void composeContractLegalLanguageComponentElements(Contract.LegalLanguageComponent element) throws IOException
- Throws:
IOException
-
composeContractComputableLanguageComponent
protected void composeContractComputableLanguageComponent(String name, Contract.ComputableLanguageComponent element) throws IOException
- Throws:
IOException
-
composeContractComputableLanguageComponentElements
protected void composeContractComputableLanguageComponentElements(Contract.ComputableLanguageComponent element) throws IOException
- Throws:
IOException
-
composeCoverage
protected void composeCoverage(String name, Coverage element) throws IOException
- Throws:
IOException
-
composeCoverageElements
protected void composeCoverageElements(Coverage element) throws IOException
- Throws:
IOException
-
composeCoverageGroupComponent
protected void composeCoverageGroupComponent(String name, Coverage.GroupComponent element) throws IOException
- Throws:
IOException
-
composeCoverageGroupComponentElements
protected void composeCoverageGroupComponentElements(Coverage.GroupComponent element) throws IOException
- Throws:
IOException
-
composeDataElement
protected void composeDataElement(String name, DataElement element) throws IOException
- Throws:
IOException
-
composeDataElementElements
protected void composeDataElementElements(DataElement element) throws IOException
- Throws:
IOException
-
composeDataElementDataElementMappingComponent
protected void composeDataElementDataElementMappingComponent(String name, DataElement.DataElementMappingComponent element) throws IOException
- Throws:
IOException
-
composeDataElementDataElementMappingComponentElements
protected void composeDataElementDataElementMappingComponentElements(DataElement.DataElementMappingComponent element) throws IOException
- Throws:
IOException
-
composeDetectedIssue
protected void composeDetectedIssue(String name, DetectedIssue element) throws IOException
- Throws:
IOException
-
composeDetectedIssueElements
protected void composeDetectedIssueElements(DetectedIssue element) throws IOException
- Throws:
IOException
-
composeDetectedIssueDetectedIssueMitigationComponent
protected void composeDetectedIssueDetectedIssueMitigationComponent(String name, DetectedIssue.DetectedIssueMitigationComponent element) throws IOException
- Throws:
IOException
-
composeDetectedIssueDetectedIssueMitigationComponentElements
protected void composeDetectedIssueDetectedIssueMitigationComponentElements(DetectedIssue.DetectedIssueMitigationComponent element) throws IOException
- Throws:
IOException
-
composeDevice
protected void composeDevice(String name, Device element) throws IOException
- Throws:
IOException
-
composeDeviceElements
protected void composeDeviceElements(Device element) throws IOException
- Throws:
IOException
-
composeDeviceDeviceUdiComponent
protected void composeDeviceDeviceUdiComponent(String name, Device.DeviceUdiComponent element) throws IOException
- Throws:
IOException
-
composeDeviceDeviceUdiComponentElements
protected void composeDeviceDeviceUdiComponentElements(Device.DeviceUdiComponent element) throws IOException
- Throws:
IOException
-
composeDeviceComponent
protected void composeDeviceComponent(String name, DeviceComponent element) throws IOException
- Throws:
IOException
-
composeDeviceComponentElements
protected void composeDeviceComponentElements(DeviceComponent element) throws IOException
- Throws:
IOException
-
composeDeviceComponentDeviceComponentProductionSpecificationComponent
protected void composeDeviceComponentDeviceComponentProductionSpecificationComponent(String name, DeviceComponent.DeviceComponentProductionSpecificationComponent element) throws IOException
- Throws:
IOException
-
composeDeviceComponentDeviceComponentProductionSpecificationComponentElements
protected void composeDeviceComponentDeviceComponentProductionSpecificationComponentElements(DeviceComponent.DeviceComponentProductionSpecificationComponent element) throws IOException
- Throws:
IOException
-
composeDeviceMetric
protected void composeDeviceMetric(String name, DeviceMetric element) throws IOException
- Throws:
IOException
-
composeDeviceMetricElements
protected void composeDeviceMetricElements(DeviceMetric element) throws IOException
- Throws:
IOException
-
composeDeviceMetricDeviceMetricCalibrationComponent
protected void composeDeviceMetricDeviceMetricCalibrationComponent(String name, DeviceMetric.DeviceMetricCalibrationComponent element) throws IOException
- Throws:
IOException
-
composeDeviceMetricDeviceMetricCalibrationComponentElements
protected void composeDeviceMetricDeviceMetricCalibrationComponentElements(DeviceMetric.DeviceMetricCalibrationComponent element) throws IOException
- Throws:
IOException
-
composeDeviceRequest
protected void composeDeviceRequest(String name, DeviceRequest element) throws IOException
- Throws:
IOException
-
composeDeviceRequestElements
protected void composeDeviceRequestElements(DeviceRequest element) throws IOException
- Throws:
IOException
-
composeDeviceRequestDeviceRequestRequesterComponent
protected void composeDeviceRequestDeviceRequestRequesterComponent(String name, DeviceRequest.DeviceRequestRequesterComponent element) throws IOException
- Throws:
IOException
-
composeDeviceRequestDeviceRequestRequesterComponentElements
protected void composeDeviceRequestDeviceRequestRequesterComponentElements(DeviceRequest.DeviceRequestRequesterComponent element) throws IOException
- Throws:
IOException
-
composeDeviceUseStatement
protected void composeDeviceUseStatement(String name, DeviceUseStatement element) throws IOException
- Throws:
IOException
-
composeDeviceUseStatementElements
protected void composeDeviceUseStatementElements(DeviceUseStatement element) throws IOException
- Throws:
IOException
-
composeDiagnosticReport
protected void composeDiagnosticReport(String name, DiagnosticReport element) throws IOException
- Throws:
IOException
-
composeDiagnosticReportElements
protected void composeDiagnosticReportElements(DiagnosticReport element) throws IOException
- Throws:
IOException
-
composeDiagnosticReportDiagnosticReportPerformerComponent
protected void composeDiagnosticReportDiagnosticReportPerformerComponent(String name, DiagnosticReport.DiagnosticReportPerformerComponent element) throws IOException
- Throws:
IOException
-
composeDiagnosticReportDiagnosticReportPerformerComponentElements
protected void composeDiagnosticReportDiagnosticReportPerformerComponentElements(DiagnosticReport.DiagnosticReportPerformerComponent element) throws IOException
- Throws:
IOException
-
composeDiagnosticReportDiagnosticReportImageComponent
protected void composeDiagnosticReportDiagnosticReportImageComponent(String name, DiagnosticReport.DiagnosticReportImageComponent element) throws IOException
- Throws:
IOException
-
composeDiagnosticReportDiagnosticReportImageComponentElements
protected void composeDiagnosticReportDiagnosticReportImageComponentElements(DiagnosticReport.DiagnosticReportImageComponent element) throws IOException
- Throws:
IOException
-
composeDocumentManifest
protected void composeDocumentManifest(String name, DocumentManifest element) throws IOException
- Throws:
IOException
-
composeDocumentManifestElements
protected void composeDocumentManifestElements(DocumentManifest element) throws IOException
- Throws:
IOException
-
composeDocumentManifestDocumentManifestContentComponent
protected void composeDocumentManifestDocumentManifestContentComponent(String name, DocumentManifest.DocumentManifestContentComponent element) throws IOException
- Throws:
IOException
-
composeDocumentManifestDocumentManifestContentComponentElements
protected void composeDocumentManifestDocumentManifestContentComponentElements(DocumentManifest.DocumentManifestContentComponent element) throws IOException
- Throws:
IOException
-
composeDocumentManifestDocumentManifestRelatedComponent
protected void composeDocumentManifestDocumentManifestRelatedComponent(String name, DocumentManifest.DocumentManifestRelatedComponent element) throws IOException
- Throws:
IOException
-
composeDocumentManifestDocumentManifestRelatedComponentElements
protected void composeDocumentManifestDocumentManifestRelatedComponentElements(DocumentManifest.DocumentManifestRelatedComponent element) throws IOException
- Throws:
IOException
-
composeDocumentReference
protected void composeDocumentReference(String name, DocumentReference element) throws IOException
- Throws:
IOException
-
composeDocumentReferenceElements
protected void composeDocumentReferenceElements(DocumentReference element) throws IOException
- Throws:
IOException
-
composeDocumentReferenceDocumentReferenceRelatesToComponent
protected void composeDocumentReferenceDocumentReferenceRelatesToComponent(String name, DocumentReference.DocumentReferenceRelatesToComponent element) throws IOException
- Throws:
IOException
-
composeDocumentReferenceDocumentReferenceRelatesToComponentElements
protected void composeDocumentReferenceDocumentReferenceRelatesToComponentElements(DocumentReference.DocumentReferenceRelatesToComponent element) throws IOException
- Throws:
IOException
-
composeDocumentReferenceDocumentReferenceContentComponent
protected void composeDocumentReferenceDocumentReferenceContentComponent(String name, DocumentReference.DocumentReferenceContentComponent element) throws IOException
- Throws:
IOException
-
composeDocumentReferenceDocumentReferenceContentComponentElements
protected void composeDocumentReferenceDocumentReferenceContentComponentElements(DocumentReference.DocumentReferenceContentComponent element) throws IOException
- Throws:
IOException
-
composeDocumentReferenceDocumentReferenceContextComponent
protected void composeDocumentReferenceDocumentReferenceContextComponent(String name, DocumentReference.DocumentReferenceContextComponent element) throws IOException
- Throws:
IOException
-
composeDocumentReferenceDocumentReferenceContextComponentElements
protected void composeDocumentReferenceDocumentReferenceContextComponentElements(DocumentReference.DocumentReferenceContextComponent element) throws IOException
- Throws:
IOException
-
composeDocumentReferenceDocumentReferenceContextRelatedComponent
protected void composeDocumentReferenceDocumentReferenceContextRelatedComponent(String name, DocumentReference.DocumentReferenceContextRelatedComponent element) throws IOException
- Throws:
IOException
-
composeDocumentReferenceDocumentReferenceContextRelatedComponentElements
protected void composeDocumentReferenceDocumentReferenceContextRelatedComponentElements(DocumentReference.DocumentReferenceContextRelatedComponent element) throws IOException
- Throws:
IOException
-
composeEligibilityRequest
protected void composeEligibilityRequest(String name, EligibilityRequest element) throws IOException
- Throws:
IOException
-
composeEligibilityRequestElements
protected void composeEligibilityRequestElements(EligibilityRequest element) throws IOException
- Throws:
IOException
-
composeEligibilityResponse
protected void composeEligibilityResponse(String name, EligibilityResponse element) throws IOException
- Throws:
IOException
-
composeEligibilityResponseElements
protected void composeEligibilityResponseElements(EligibilityResponse element) throws IOException
- Throws:
IOException
-
composeEligibilityResponseInsuranceComponent
protected void composeEligibilityResponseInsuranceComponent(String name, EligibilityResponse.InsuranceComponent element) throws IOException
- Throws:
IOException
-
composeEligibilityResponseInsuranceComponentElements
protected void composeEligibilityResponseInsuranceComponentElements(EligibilityResponse.InsuranceComponent element) throws IOException
- Throws:
IOException
-
composeEligibilityResponseBenefitsComponent
protected void composeEligibilityResponseBenefitsComponent(String name, EligibilityResponse.BenefitsComponent element) throws IOException
- Throws:
IOException
-
composeEligibilityResponseBenefitsComponentElements
protected void composeEligibilityResponseBenefitsComponentElements(EligibilityResponse.BenefitsComponent element) throws IOException
- Throws:
IOException
-
composeEligibilityResponseBenefitComponent
protected void composeEligibilityResponseBenefitComponent(String name, EligibilityResponse.BenefitComponent element) throws IOException
- Throws:
IOException
-
composeEligibilityResponseBenefitComponentElements
protected void composeEligibilityResponseBenefitComponentElements(EligibilityResponse.BenefitComponent element) throws IOException
- Throws:
IOException
-
composeEligibilityResponseErrorsComponent
protected void composeEligibilityResponseErrorsComponent(String name, EligibilityResponse.ErrorsComponent element) throws IOException
- Throws:
IOException
-
composeEligibilityResponseErrorsComponentElements
protected void composeEligibilityResponseErrorsComponentElements(EligibilityResponse.ErrorsComponent element) throws IOException
- Throws:
IOException
-
composeEncounter
protected void composeEncounter(String name, Encounter element) throws IOException
- Throws:
IOException
-
composeEncounterElements
protected void composeEncounterElements(Encounter element) throws IOException
- Throws:
IOException
-
composeEncounterStatusHistoryComponent
protected void composeEncounterStatusHistoryComponent(String name, Encounter.StatusHistoryComponent element) throws IOException
- Throws:
IOException
-
composeEncounterStatusHistoryComponentElements
protected void composeEncounterStatusHistoryComponentElements(Encounter.StatusHistoryComponent element) throws IOException
- Throws:
IOException
-
composeEncounterClassHistoryComponent
protected void composeEncounterClassHistoryComponent(String name, Encounter.ClassHistoryComponent element) throws IOException
- Throws:
IOException
-
composeEncounterClassHistoryComponentElements
protected void composeEncounterClassHistoryComponentElements(Encounter.ClassHistoryComponent element) throws IOException
- Throws:
IOException
-
composeEncounterEncounterParticipantComponent
protected void composeEncounterEncounterParticipantComponent(String name, Encounter.EncounterParticipantComponent element) throws IOException
- Throws:
IOException
-
composeEncounterEncounterParticipantComponentElements
protected void composeEncounterEncounterParticipantComponentElements(Encounter.EncounterParticipantComponent element) throws IOException
- Throws:
IOException
-
composeEncounterDiagnosisComponent
protected void composeEncounterDiagnosisComponent(String name, Encounter.DiagnosisComponent element) throws IOException
- Throws:
IOException
-
composeEncounterDiagnosisComponentElements
protected void composeEncounterDiagnosisComponentElements(Encounter.DiagnosisComponent element) throws IOException
- Throws:
IOException
-
composeEncounterEncounterHospitalizationComponent
protected void composeEncounterEncounterHospitalizationComponent(String name, Encounter.EncounterHospitalizationComponent element) throws IOException
- Throws:
IOException
-
composeEncounterEncounterHospitalizationComponentElements
protected void composeEncounterEncounterHospitalizationComponentElements(Encounter.EncounterHospitalizationComponent element) throws IOException
- Throws:
IOException
-
composeEncounterEncounterLocationComponent
protected void composeEncounterEncounterLocationComponent(String name, Encounter.EncounterLocationComponent element) throws IOException
- Throws:
IOException
-
composeEncounterEncounterLocationComponentElements
protected void composeEncounterEncounterLocationComponentElements(Encounter.EncounterLocationComponent element) throws IOException
- Throws:
IOException
-
composeEndpoint
protected void composeEndpoint(String name, Endpoint element) throws IOException
- Throws:
IOException
-
composeEndpointElements
protected void composeEndpointElements(Endpoint element) throws IOException
- Throws:
IOException
-
composeEnrollmentRequest
protected void composeEnrollmentRequest(String name, EnrollmentRequest element) throws IOException
- Throws:
IOException
-
composeEnrollmentRequestElements
protected void composeEnrollmentRequestElements(EnrollmentRequest element) throws IOException
- Throws:
IOException
-
composeEnrollmentResponse
protected void composeEnrollmentResponse(String name, EnrollmentResponse element) throws IOException
- Throws:
IOException
-
composeEnrollmentResponseElements
protected void composeEnrollmentResponseElements(EnrollmentResponse element) throws IOException
- Throws:
IOException
-
composeEpisodeOfCare
protected void composeEpisodeOfCare(String name, EpisodeOfCare element) throws IOException
- Throws:
IOException
-
composeEpisodeOfCareElements
protected void composeEpisodeOfCareElements(EpisodeOfCare element) throws IOException
- Throws:
IOException
-
composeEpisodeOfCareEpisodeOfCareStatusHistoryComponent
protected void composeEpisodeOfCareEpisodeOfCareStatusHistoryComponent(String name, EpisodeOfCare.EpisodeOfCareStatusHistoryComponent element) throws IOException
- Throws:
IOException
-
composeEpisodeOfCareEpisodeOfCareStatusHistoryComponentElements
protected void composeEpisodeOfCareEpisodeOfCareStatusHistoryComponentElements(EpisodeOfCare.EpisodeOfCareStatusHistoryComponent element) throws IOException
- Throws:
IOException
-
composeEpisodeOfCareDiagnosisComponent
protected void composeEpisodeOfCareDiagnosisComponent(String name, EpisodeOfCare.DiagnosisComponent element) throws IOException
- Throws:
IOException
-
composeEpisodeOfCareDiagnosisComponentElements
protected void composeEpisodeOfCareDiagnosisComponentElements(EpisodeOfCare.DiagnosisComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfile
protected void composeExpansionProfile(String name, ExpansionProfile element) throws IOException
- Throws:
IOException
-
composeExpansionProfileElements
protected void composeExpansionProfileElements(ExpansionProfile element) throws IOException
- Throws:
IOException
-
composeExpansionProfileExpansionProfileFixedVersionComponent
protected void composeExpansionProfileExpansionProfileFixedVersionComponent(String name, ExpansionProfile.ExpansionProfileFixedVersionComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileExpansionProfileFixedVersionComponentElements
protected void composeExpansionProfileExpansionProfileFixedVersionComponentElements(ExpansionProfile.ExpansionProfileFixedVersionComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileExpansionProfileExcludedSystemComponent
protected void composeExpansionProfileExpansionProfileExcludedSystemComponent(String name, ExpansionProfile.ExpansionProfileExcludedSystemComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileExpansionProfileExcludedSystemComponentElements
protected void composeExpansionProfileExpansionProfileExcludedSystemComponentElements(ExpansionProfile.ExpansionProfileExcludedSystemComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileExpansionProfileDesignationComponent
protected void composeExpansionProfileExpansionProfileDesignationComponent(String name, ExpansionProfile.ExpansionProfileDesignationComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileExpansionProfileDesignationComponentElements
protected void composeExpansionProfileExpansionProfileDesignationComponentElements(ExpansionProfile.ExpansionProfileDesignationComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileDesignationIncludeComponent
protected void composeExpansionProfileDesignationIncludeComponent(String name, ExpansionProfile.DesignationIncludeComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileDesignationIncludeComponentElements
protected void composeExpansionProfileDesignationIncludeComponentElements(ExpansionProfile.DesignationIncludeComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileDesignationIncludeDesignationComponent
protected void composeExpansionProfileDesignationIncludeDesignationComponent(String name, ExpansionProfile.DesignationIncludeDesignationComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileDesignationIncludeDesignationComponentElements
protected void composeExpansionProfileDesignationIncludeDesignationComponentElements(ExpansionProfile.DesignationIncludeDesignationComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileDesignationExcludeComponent
protected void composeExpansionProfileDesignationExcludeComponent(String name, ExpansionProfile.DesignationExcludeComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileDesignationExcludeComponentElements
protected void composeExpansionProfileDesignationExcludeComponentElements(ExpansionProfile.DesignationExcludeComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileDesignationExcludeDesignationComponent
protected void composeExpansionProfileDesignationExcludeDesignationComponent(String name, ExpansionProfile.DesignationExcludeDesignationComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileDesignationExcludeDesignationComponentElements
protected void composeExpansionProfileDesignationExcludeDesignationComponentElements(ExpansionProfile.DesignationExcludeDesignationComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefit
protected void composeExplanationOfBenefit(String name, ExplanationOfBenefit element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitElements
protected void composeExplanationOfBenefitElements(ExplanationOfBenefit element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitRelatedClaimComponent
protected void composeExplanationOfBenefitRelatedClaimComponent(String name, ExplanationOfBenefit.RelatedClaimComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitRelatedClaimComponentElements
protected void composeExplanationOfBenefitRelatedClaimComponentElements(ExplanationOfBenefit.RelatedClaimComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitPayeeComponent
protected void composeExplanationOfBenefitPayeeComponent(String name, ExplanationOfBenefit.PayeeComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitPayeeComponentElements
protected void composeExplanationOfBenefitPayeeComponentElements(ExplanationOfBenefit.PayeeComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitSupportingInformationComponent
protected void composeExplanationOfBenefitSupportingInformationComponent(String name, ExplanationOfBenefit.SupportingInformationComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitSupportingInformationComponentElements
protected void composeExplanationOfBenefitSupportingInformationComponentElements(ExplanationOfBenefit.SupportingInformationComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitCareTeamComponent
protected void composeExplanationOfBenefitCareTeamComponent(String name, ExplanationOfBenefit.CareTeamComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitCareTeamComponentElements
protected void composeExplanationOfBenefitCareTeamComponentElements(ExplanationOfBenefit.CareTeamComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitDiagnosisComponent
protected void composeExplanationOfBenefitDiagnosisComponent(String name, ExplanationOfBenefit.DiagnosisComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitDiagnosisComponentElements
protected void composeExplanationOfBenefitDiagnosisComponentElements(ExplanationOfBenefit.DiagnosisComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitProcedureComponent
protected void composeExplanationOfBenefitProcedureComponent(String name, ExplanationOfBenefit.ProcedureComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitProcedureComponentElements
protected void composeExplanationOfBenefitProcedureComponentElements(ExplanationOfBenefit.ProcedureComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitInsuranceComponent
protected void composeExplanationOfBenefitInsuranceComponent(String name, ExplanationOfBenefit.InsuranceComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitInsuranceComponentElements
protected void composeExplanationOfBenefitInsuranceComponentElements(ExplanationOfBenefit.InsuranceComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitAccidentComponent
protected void composeExplanationOfBenefitAccidentComponent(String name, ExplanationOfBenefit.AccidentComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitAccidentComponentElements
protected void composeExplanationOfBenefitAccidentComponentElements(ExplanationOfBenefit.AccidentComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitItemComponent
protected void composeExplanationOfBenefitItemComponent(String name, ExplanationOfBenefit.ItemComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitItemComponentElements
protected void composeExplanationOfBenefitItemComponentElements(ExplanationOfBenefit.ItemComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitAdjudicationComponent
protected void composeExplanationOfBenefitAdjudicationComponent(String name, ExplanationOfBenefit.AdjudicationComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitAdjudicationComponentElements
protected void composeExplanationOfBenefitAdjudicationComponentElements(ExplanationOfBenefit.AdjudicationComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitDetailComponent
protected void composeExplanationOfBenefitDetailComponent(String name, ExplanationOfBenefit.DetailComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitDetailComponentElements
protected void composeExplanationOfBenefitDetailComponentElements(ExplanationOfBenefit.DetailComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitSubDetailComponent
protected void composeExplanationOfBenefitSubDetailComponent(String name, ExplanationOfBenefit.SubDetailComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitSubDetailComponentElements
protected void composeExplanationOfBenefitSubDetailComponentElements(ExplanationOfBenefit.SubDetailComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitAddedItemComponent
protected void composeExplanationOfBenefitAddedItemComponent(String name, ExplanationOfBenefit.AddedItemComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitAddedItemComponentElements
protected void composeExplanationOfBenefitAddedItemComponentElements(ExplanationOfBenefit.AddedItemComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitAddedItemsDetailComponent
protected void composeExplanationOfBenefitAddedItemsDetailComponent(String name, ExplanationOfBenefit.AddedItemsDetailComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitAddedItemsDetailComponentElements
protected void composeExplanationOfBenefitAddedItemsDetailComponentElements(ExplanationOfBenefit.AddedItemsDetailComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitPaymentComponent
protected void composeExplanationOfBenefitPaymentComponent(String name, ExplanationOfBenefit.PaymentComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitPaymentComponentElements
protected void composeExplanationOfBenefitPaymentComponentElements(ExplanationOfBenefit.PaymentComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitNoteComponent
protected void composeExplanationOfBenefitNoteComponent(String name, ExplanationOfBenefit.NoteComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitNoteComponentElements
protected void composeExplanationOfBenefitNoteComponentElements(ExplanationOfBenefit.NoteComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitBenefitBalanceComponent
protected void composeExplanationOfBenefitBenefitBalanceComponent(String name, ExplanationOfBenefit.BenefitBalanceComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitBenefitBalanceComponentElements
protected void composeExplanationOfBenefitBenefitBalanceComponentElements(ExplanationOfBenefit.BenefitBalanceComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitBenefitComponent
protected void composeExplanationOfBenefitBenefitComponent(String name, ExplanationOfBenefit.BenefitComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitBenefitComponentElements
protected void composeExplanationOfBenefitBenefitComponentElements(ExplanationOfBenefit.BenefitComponent element) throws IOException
- Throws:
IOException
-
composeFamilyMemberHistory
protected void composeFamilyMemberHistory(String name, FamilyMemberHistory element) throws IOException
- Throws:
IOException
-
composeFamilyMemberHistoryElements
protected void composeFamilyMemberHistoryElements(FamilyMemberHistory element) throws IOException
- Throws:
IOException
-
composeFamilyMemberHistoryFamilyMemberHistoryConditionComponent
protected void composeFamilyMemberHistoryFamilyMemberHistoryConditionComponent(String name, FamilyMemberHistory.FamilyMemberHistoryConditionComponent element) throws IOException
- Throws:
IOException
-
composeFamilyMemberHistoryFamilyMemberHistoryConditionComponentElements
protected void composeFamilyMemberHistoryFamilyMemberHistoryConditionComponentElements(FamilyMemberHistory.FamilyMemberHistoryConditionComponent element) throws IOException
- Throws:
IOException
-
composeFlag
protected void composeFlag(String name, Flag element) throws IOException
- Throws:
IOException
-
composeFlagElements
protected void composeFlagElements(Flag element) throws IOException
- Throws:
IOException
-
composeGoal
protected void composeGoal(String name, Goal element) throws IOException
- Throws:
IOException
-
composeGoalElements
protected void composeGoalElements(Goal element) throws IOException
- Throws:
IOException
-
composeGoalGoalTargetComponent
protected void composeGoalGoalTargetComponent(String name, Goal.GoalTargetComponent element) throws IOException
- Throws:
IOException
-
composeGoalGoalTargetComponentElements
protected void composeGoalGoalTargetComponentElements(Goal.GoalTargetComponent element) throws IOException
- Throws:
IOException
-
composeGraphDefinition
protected void composeGraphDefinition(String name, GraphDefinition element) throws IOException
- Throws:
IOException
-
composeGraphDefinitionElements
protected void composeGraphDefinitionElements(GraphDefinition element) throws IOException
- Throws:
IOException
-
composeGraphDefinitionGraphDefinitionLinkComponent
protected void composeGraphDefinitionGraphDefinitionLinkComponent(String name, GraphDefinition.GraphDefinitionLinkComponent element) throws IOException
- Throws:
IOException
-
composeGraphDefinitionGraphDefinitionLinkComponentElements
protected void composeGraphDefinitionGraphDefinitionLinkComponentElements(GraphDefinition.GraphDefinitionLinkComponent element) throws IOException
- Throws:
IOException
-
composeGraphDefinitionGraphDefinitionLinkTargetComponent
protected void composeGraphDefinitionGraphDefinitionLinkTargetComponent(String name, GraphDefinition.GraphDefinitionLinkTargetComponent element) throws IOException
- Throws:
IOException
-
composeGraphDefinitionGraphDefinitionLinkTargetComponentElements
protected void composeGraphDefinitionGraphDefinitionLinkTargetComponentElements(GraphDefinition.GraphDefinitionLinkTargetComponent element) throws IOException
- Throws:
IOException
-
composeGraphDefinitionGraphDefinitionLinkTargetCompartmentComponent
protected void composeGraphDefinitionGraphDefinitionLinkTargetCompartmentComponent(String name, GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent element) throws IOException
- Throws:
IOException
-
composeGraphDefinitionGraphDefinitionLinkTargetCompartmentComponentElements
protected void composeGraphDefinitionGraphDefinitionLinkTargetCompartmentComponentElements(GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent element) throws IOException
- Throws:
IOException
-
composeGroup
protected void composeGroup(String name, Group element) throws IOException
- Throws:
IOException
-
composeGroupElements
protected void composeGroupElements(Group element) throws IOException
- Throws:
IOException
-
composeGroupGroupCharacteristicComponent
protected void composeGroupGroupCharacteristicComponent(String name, Group.GroupCharacteristicComponent element) throws IOException
- Throws:
IOException
-
composeGroupGroupCharacteristicComponentElements
protected void composeGroupGroupCharacteristicComponentElements(Group.GroupCharacteristicComponent element) throws IOException
- Throws:
IOException
-
composeGroupGroupMemberComponent
protected void composeGroupGroupMemberComponent(String name, Group.GroupMemberComponent element) throws IOException
- Throws:
IOException
-
composeGroupGroupMemberComponentElements
protected void composeGroupGroupMemberComponentElements(Group.GroupMemberComponent element) throws IOException
- Throws:
IOException
-
composeGuidanceResponse
protected void composeGuidanceResponse(String name, GuidanceResponse element) throws IOException
- Throws:
IOException
-
composeGuidanceResponseElements
protected void composeGuidanceResponseElements(GuidanceResponse element) throws IOException
- Throws:
IOException
-
composeHealthcareService
protected void composeHealthcareService(String name, HealthcareService element) throws IOException
- Throws:
IOException
-
composeHealthcareServiceElements
protected void composeHealthcareServiceElements(HealthcareService element) throws IOException
- Throws:
IOException
-
composeHealthcareServiceHealthcareServiceAvailableTimeComponent
protected void composeHealthcareServiceHealthcareServiceAvailableTimeComponent(String name, HealthcareService.HealthcareServiceAvailableTimeComponent element) throws IOException
- Throws:
IOException
-
composeHealthcareServiceHealthcareServiceAvailableTimeComponentElements
protected void composeHealthcareServiceHealthcareServiceAvailableTimeComponentElements(HealthcareService.HealthcareServiceAvailableTimeComponent element) throws IOException
- Throws:
IOException
-
composeHealthcareServiceHealthcareServiceNotAvailableComponent
protected void composeHealthcareServiceHealthcareServiceNotAvailableComponent(String name, HealthcareService.HealthcareServiceNotAvailableComponent element) throws IOException
- Throws:
IOException
-
composeHealthcareServiceHealthcareServiceNotAvailableComponentElements
protected void composeHealthcareServiceHealthcareServiceNotAvailableComponentElements(HealthcareService.HealthcareServiceNotAvailableComponent element) throws IOException
- Throws:
IOException
-
composeImagingManifest
protected void composeImagingManifest(String name, ImagingManifest element) throws IOException
- Throws:
IOException
-
composeImagingManifestElements
protected void composeImagingManifestElements(ImagingManifest element) throws IOException
- Throws:
IOException
-
composeImagingManifestStudyComponent
protected void composeImagingManifestStudyComponent(String name, ImagingManifest.StudyComponent element) throws IOException
- Throws:
IOException
-
composeImagingManifestStudyComponentElements
protected void composeImagingManifestStudyComponentElements(ImagingManifest.StudyComponent element) throws IOException
- Throws:
IOException
-
composeImagingManifestSeriesComponent
protected void composeImagingManifestSeriesComponent(String name, ImagingManifest.SeriesComponent element) throws IOException
- Throws:
IOException
-
composeImagingManifestSeriesComponentElements
protected void composeImagingManifestSeriesComponentElements(ImagingManifest.SeriesComponent element) throws IOException
- Throws:
IOException
-
composeImagingManifestInstanceComponent
protected void composeImagingManifestInstanceComponent(String name, ImagingManifest.InstanceComponent element) throws IOException
- Throws:
IOException
-
composeImagingManifestInstanceComponentElements
protected void composeImagingManifestInstanceComponentElements(ImagingManifest.InstanceComponent element) throws IOException
- Throws:
IOException
-
composeImagingStudy
protected void composeImagingStudy(String name, ImagingStudy element) throws IOException
- Throws:
IOException
-
composeImagingStudyElements
protected void composeImagingStudyElements(ImagingStudy element) throws IOException
- Throws:
IOException
-
composeImagingStudyImagingStudySeriesComponent
protected void composeImagingStudyImagingStudySeriesComponent(String name, ImagingStudy.ImagingStudySeriesComponent element) throws IOException
- Throws:
IOException
-
composeImagingStudyImagingStudySeriesComponentElements
protected void composeImagingStudyImagingStudySeriesComponentElements(ImagingStudy.ImagingStudySeriesComponent element) throws IOException
- Throws:
IOException
-
composeImagingStudyImagingStudySeriesInstanceComponent
protected void composeImagingStudyImagingStudySeriesInstanceComponent(String name, ImagingStudy.ImagingStudySeriesInstanceComponent element) throws IOException
- Throws:
IOException
-
composeImagingStudyImagingStudySeriesInstanceComponentElements
protected void composeImagingStudyImagingStudySeriesInstanceComponentElements(ImagingStudy.ImagingStudySeriesInstanceComponent element) throws IOException
- Throws:
IOException
-
composeImmunization
protected void composeImmunization(String name, Immunization element) throws IOException
- Throws:
IOException
-
composeImmunizationElements
protected void composeImmunizationElements(Immunization element) throws IOException
- Throws:
IOException
-
composeImmunizationImmunizationPractitionerComponent
protected void composeImmunizationImmunizationPractitionerComponent(String name, Immunization.ImmunizationPractitionerComponent element) throws IOException
- Throws:
IOException
-
composeImmunizationImmunizationPractitionerComponentElements
protected void composeImmunizationImmunizationPractitionerComponentElements(Immunization.ImmunizationPractitionerComponent element) throws IOException
- Throws:
IOException
-
composeImmunizationImmunizationExplanationComponent
protected void composeImmunizationImmunizationExplanationComponent(String name, Immunization.ImmunizationExplanationComponent element) throws IOException
- Throws:
IOException
-
composeImmunizationImmunizationExplanationComponentElements
protected void composeImmunizationImmunizationExplanationComponentElements(Immunization.ImmunizationExplanationComponent element) throws IOException
- Throws:
IOException
-
composeImmunizationImmunizationReactionComponent
protected void composeImmunizationImmunizationReactionComponent(String name, Immunization.ImmunizationReactionComponent element) throws IOException
- Throws:
IOException
-
composeImmunizationImmunizationReactionComponentElements
protected void composeImmunizationImmunizationReactionComponentElements(Immunization.ImmunizationReactionComponent element) throws IOException
- Throws:
IOException
-
composeImmunizationImmunizationVaccinationProtocolComponent
protected void composeImmunizationImmunizationVaccinationProtocolComponent(String name, Immunization.ImmunizationVaccinationProtocolComponent element) throws IOException
- Throws:
IOException
-
composeImmunizationImmunizationVaccinationProtocolComponentElements
protected void composeImmunizationImmunizationVaccinationProtocolComponentElements(Immunization.ImmunizationVaccinationProtocolComponent element) throws IOException
- Throws:
IOException
-
composeImmunizationRecommendation
protected void composeImmunizationRecommendation(String name, ImmunizationRecommendation element) throws IOException
- Throws:
IOException
-
composeImmunizationRecommendationElements
protected void composeImmunizationRecommendationElements(ImmunizationRecommendation element) throws IOException
- Throws:
IOException
-
composeImmunizationRecommendationImmunizationRecommendationRecommendationComponent
protected void composeImmunizationRecommendationImmunizationRecommendationRecommendationComponent(String name, ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent element) throws IOException
- Throws:
IOException
-
composeImmunizationRecommendationImmunizationRecommendationRecommendationComponentElements
protected void composeImmunizationRecommendationImmunizationRecommendationRecommendationComponentElements(ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent element) throws IOException
- Throws:
IOException
-
composeImmunizationRecommendationImmunizationRecommendationRecommendationDateCriterionComponent
protected void composeImmunizationRecommendationImmunizationRecommendationRecommendationDateCriterionComponent(String name, ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent element) throws IOException
- Throws:
IOException
-
composeImmunizationRecommendationImmunizationRecommendationRecommendationDateCriterionComponentElements
protected void composeImmunizationRecommendationImmunizationRecommendationRecommendationDateCriterionComponentElements(ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent element) throws IOException
- Throws:
IOException
-
composeImmunizationRecommendationImmunizationRecommendationRecommendationProtocolComponent
protected void composeImmunizationRecommendationImmunizationRecommendationRecommendationProtocolComponent(String name, ImmunizationRecommendation.ImmunizationRecommendationRecommendationProtocolComponent element) throws IOException
- Throws:
IOException
-
composeImmunizationRecommendationImmunizationRecommendationRecommendationProtocolComponentElements
protected void composeImmunizationRecommendationImmunizationRecommendationRecommendationProtocolComponentElements(ImmunizationRecommendation.ImmunizationRecommendationRecommendationProtocolComponent element) throws IOException
- Throws:
IOException
-
composeImplementationGuide
protected void composeImplementationGuide(String name, ImplementationGuide element) throws IOException
- Throws:
IOException
-
composeImplementationGuideElements
protected void composeImplementationGuideElements(ImplementationGuide element) throws IOException
- Throws:
IOException
-
composeImplementationGuideImplementationGuideDependencyComponent
protected void composeImplementationGuideImplementationGuideDependencyComponent(String name, ImplementationGuide.ImplementationGuideDependencyComponent element) throws IOException
- Throws:
IOException
-
composeImplementationGuideImplementationGuideDependencyComponentElements
protected void composeImplementationGuideImplementationGuideDependencyComponentElements(ImplementationGuide.ImplementationGuideDependencyComponent element) throws IOException
- Throws:
IOException
-
composeImplementationGuideImplementationGuidePackageComponent
protected void composeImplementationGuideImplementationGuidePackageComponent(String name, ImplementationGuide.ImplementationGuidePackageComponent element) throws IOException
- Throws:
IOException
-
composeImplementationGuideImplementationGuidePackageComponentElements
protected void composeImplementationGuideImplementationGuidePackageComponentElements(ImplementationGuide.ImplementationGuidePackageComponent element) throws IOException
- Throws:
IOException
-
composeImplementationGuideImplementationGuidePackageResourceComponent
protected void composeImplementationGuideImplementationGuidePackageResourceComponent(String name, ImplementationGuide.ImplementationGuidePackageResourceComponent element) throws IOException
- Throws:
IOException
-
composeImplementationGuideImplementationGuidePackageResourceComponentElements
protected void composeImplementationGuideImplementationGuidePackageResourceComponentElements(ImplementationGuide.ImplementationGuidePackageResourceComponent element) throws IOException
- Throws:
IOException
-
composeImplementationGuideImplementationGuideGlobalComponent
protected void composeImplementationGuideImplementationGuideGlobalComponent(String name, ImplementationGuide.ImplementationGuideGlobalComponent element) throws IOException
- Throws:
IOException
-
composeImplementationGuideImplementationGuideGlobalComponentElements
protected void composeImplementationGuideImplementationGuideGlobalComponentElements(ImplementationGuide.ImplementationGuideGlobalComponent element) throws IOException
- Throws:
IOException
-
composeImplementationGuideImplementationGuidePageComponent
protected void composeImplementationGuideImplementationGuidePageComponent(String name, ImplementationGuide.ImplementationGuidePageComponent element) throws IOException
- Throws:
IOException
-
composeImplementationGuideImplementationGuidePageComponentElements
protected void composeImplementationGuideImplementationGuidePageComponentElements(ImplementationGuide.ImplementationGuidePageComponent element) throws IOException
- Throws:
IOException
-
composeLibrary
protected void composeLibrary(String name, Library element) throws IOException
- Throws:
IOException
-
composeLibraryElements
protected void composeLibraryElements(Library element) throws IOException
- Throws:
IOException
-
composeLinkage
protected void composeLinkage(String name, Linkage element) throws IOException
- Throws:
IOException
-
composeLinkageElements
protected void composeLinkageElements(Linkage element) throws IOException
- Throws:
IOException
-
composeLinkageLinkageItemComponent
protected void composeLinkageLinkageItemComponent(String name, Linkage.LinkageItemComponent element) throws IOException
- Throws:
IOException
-
composeLinkageLinkageItemComponentElements
protected void composeLinkageLinkageItemComponentElements(Linkage.LinkageItemComponent element) throws IOException
- Throws:
IOException
-
composeListResource
protected void composeListResource(String name, ListResource element) throws IOException
- Throws:
IOException
-
composeListResourceElements
protected void composeListResourceElements(ListResource element) throws IOException
- Throws:
IOException
-
composeListResourceListEntryComponent
protected void composeListResourceListEntryComponent(String name, ListResource.ListEntryComponent element) throws IOException
- Throws:
IOException
-
composeListResourceListEntryComponentElements
protected void composeListResourceListEntryComponentElements(ListResource.ListEntryComponent element) throws IOException
- Throws:
IOException
-
composeLocation
protected void composeLocation(String name, Location element) throws IOException
- Throws:
IOException
-
composeLocationElements
protected void composeLocationElements(Location element) throws IOException
- Throws:
IOException
-
composeLocationLocationPositionComponent
protected void composeLocationLocationPositionComponent(String name, Location.LocationPositionComponent element) throws IOException
- Throws:
IOException
-
composeLocationLocationPositionComponentElements
protected void composeLocationLocationPositionComponentElements(Location.LocationPositionComponent element) throws IOException
- Throws:
IOException
-
composeMeasure
protected void composeMeasure(String name, Measure element) throws IOException
- Throws:
IOException
-
composeMeasureElements
protected void composeMeasureElements(Measure element) throws IOException
- Throws:
IOException
-
composeMeasureMeasureGroupComponent
protected void composeMeasureMeasureGroupComponent(String name, Measure.MeasureGroupComponent element) throws IOException
- Throws:
IOException
-
composeMeasureMeasureGroupComponentElements
protected void composeMeasureMeasureGroupComponentElements(Measure.MeasureGroupComponent element) throws IOException
- Throws:
IOException
-
composeMeasureMeasureGroupPopulationComponent
protected void composeMeasureMeasureGroupPopulationComponent(String name, Measure.MeasureGroupPopulationComponent element) throws IOException
- Throws:
IOException
-
composeMeasureMeasureGroupPopulationComponentElements
protected void composeMeasureMeasureGroupPopulationComponentElements(Measure.MeasureGroupPopulationComponent element) throws IOException
- Throws:
IOException
-
composeMeasureMeasureGroupStratifierComponent
protected void composeMeasureMeasureGroupStratifierComponent(String name, Measure.MeasureGroupStratifierComponent element) throws IOException
- Throws:
IOException
-
composeMeasureMeasureGroupStratifierComponentElements
protected void composeMeasureMeasureGroupStratifierComponentElements(Measure.MeasureGroupStratifierComponent element) throws IOException
- Throws:
IOException
-
composeMeasureMeasureSupplementalDataComponent
protected void composeMeasureMeasureSupplementalDataComponent(String name, Measure.MeasureSupplementalDataComponent element) throws IOException
- Throws:
IOException
-
composeMeasureMeasureSupplementalDataComponentElements
protected void composeMeasureMeasureSupplementalDataComponentElements(Measure.MeasureSupplementalDataComponent element) throws IOException
- Throws:
IOException
-
composeMeasureReport
protected void composeMeasureReport(String name, MeasureReport element) throws IOException
- Throws:
IOException
-
composeMeasureReportElements
protected void composeMeasureReportElements(MeasureReport element) throws IOException
- Throws:
IOException
-
composeMeasureReportMeasureReportGroupComponent
protected void composeMeasureReportMeasureReportGroupComponent(String name, MeasureReport.MeasureReportGroupComponent element) throws IOException
- Throws:
IOException
-
composeMeasureReportMeasureReportGroupComponentElements
protected void composeMeasureReportMeasureReportGroupComponentElements(MeasureReport.MeasureReportGroupComponent element) throws IOException
- Throws:
IOException
-
composeMeasureReportMeasureReportGroupPopulationComponent
protected void composeMeasureReportMeasureReportGroupPopulationComponent(String name, MeasureReport.MeasureReportGroupPopulationComponent element) throws IOException
- Throws:
IOException
-
composeMeasureReportMeasureReportGroupPopulationComponentElements
protected void composeMeasureReportMeasureReportGroupPopulationComponentElements(MeasureReport.MeasureReportGroupPopulationComponent element) throws IOException
- Throws:
IOException
-
composeMeasureReportMeasureReportGroupStratifierComponent
protected void composeMeasureReportMeasureReportGroupStratifierComponent(String name, MeasureReport.MeasureReportGroupStratifierComponent element) throws IOException
- Throws:
IOException
-
composeMeasureReportMeasureReportGroupStratifierComponentElements
protected void composeMeasureReportMeasureReportGroupStratifierComponentElements(MeasureReport.MeasureReportGroupStratifierComponent element) throws IOException
- Throws:
IOException
-
composeMeasureReportStratifierGroupComponent
protected void composeMeasureReportStratifierGroupComponent(String name, MeasureReport.StratifierGroupComponent element) throws IOException
- Throws:
IOException
-
composeMeasureReportStratifierGroupComponentElements
protected void composeMeasureReportStratifierGroupComponentElements(MeasureReport.StratifierGroupComponent element) throws IOException
- Throws:
IOException
-
composeMeasureReportStratifierGroupPopulationComponent
protected void composeMeasureReportStratifierGroupPopulationComponent(String name, MeasureReport.StratifierGroupPopulationComponent element) throws IOException
- Throws:
IOException
-
composeMeasureReportStratifierGroupPopulationComponentElements
protected void composeMeasureReportStratifierGroupPopulationComponentElements(MeasureReport.StratifierGroupPopulationComponent element) throws IOException
- Throws:
IOException
-
composeMedia
protected void composeMedia(String name, Media element) throws IOException
- Throws:
IOException
-
composeMediaElements
protected void composeMediaElements(Media element) throws IOException
- Throws:
IOException
-
composeMedication
protected void composeMedication(String name, Medication element) throws IOException
- Throws:
IOException
-
composeMedicationElements
protected void composeMedicationElements(Medication element) throws IOException
- Throws:
IOException
-
composeMedicationMedicationIngredientComponent
protected void composeMedicationMedicationIngredientComponent(String name, Medication.MedicationIngredientComponent element) throws IOException
- Throws:
IOException
-
composeMedicationMedicationIngredientComponentElements
protected void composeMedicationMedicationIngredientComponentElements(Medication.MedicationIngredientComponent element) throws IOException
- Throws:
IOException
-
composeMedicationMedicationPackageComponent
protected void composeMedicationMedicationPackageComponent(String name, Medication.MedicationPackageComponent element) throws IOException
- Throws:
IOException
-
composeMedicationMedicationPackageComponentElements
protected void composeMedicationMedicationPackageComponentElements(Medication.MedicationPackageComponent element) throws IOException
- Throws:
IOException
-
composeMedicationMedicationPackageContentComponent
protected void composeMedicationMedicationPackageContentComponent(String name, Medication.MedicationPackageContentComponent element) throws IOException
- Throws:
IOException
-
composeMedicationMedicationPackageContentComponentElements
protected void composeMedicationMedicationPackageContentComponentElements(Medication.MedicationPackageContentComponent element) throws IOException
- Throws:
IOException
-
composeMedicationMedicationPackageBatchComponent
protected void composeMedicationMedicationPackageBatchComponent(String name, Medication.MedicationPackageBatchComponent element) throws IOException
- Throws:
IOException
-
composeMedicationMedicationPackageBatchComponentElements
protected void composeMedicationMedicationPackageBatchComponentElements(Medication.MedicationPackageBatchComponent element) throws IOException
- Throws:
IOException
-
composeMedicationAdministration
protected void composeMedicationAdministration(String name, MedicationAdministration element) throws IOException
- Throws:
IOException
-
composeMedicationAdministrationElements
protected void composeMedicationAdministrationElements(MedicationAdministration element) throws IOException
- Throws:
IOException
-
composeMedicationAdministrationMedicationAdministrationPerformerComponent
protected void composeMedicationAdministrationMedicationAdministrationPerformerComponent(String name, MedicationAdministration.MedicationAdministrationPerformerComponent element) throws IOException
- Throws:
IOException
-
composeMedicationAdministrationMedicationAdministrationPerformerComponentElements
protected void composeMedicationAdministrationMedicationAdministrationPerformerComponentElements(MedicationAdministration.MedicationAdministrationPerformerComponent element) throws IOException
- Throws:
IOException
-
composeMedicationAdministrationMedicationAdministrationDosageComponent
protected void composeMedicationAdministrationMedicationAdministrationDosageComponent(String name, MedicationAdministration.MedicationAdministrationDosageComponent element) throws IOException
- Throws:
IOException
-
composeMedicationAdministrationMedicationAdministrationDosageComponentElements
protected void composeMedicationAdministrationMedicationAdministrationDosageComponentElements(MedicationAdministration.MedicationAdministrationDosageComponent element) throws IOException
- Throws:
IOException
-
composeMedicationDispense
protected void composeMedicationDispense(String name, MedicationDispense element) throws IOException
- Throws:
IOException
-
composeMedicationDispenseElements
protected void composeMedicationDispenseElements(MedicationDispense element) throws IOException
- Throws:
IOException
-
composeMedicationDispenseMedicationDispensePerformerComponent
protected void composeMedicationDispenseMedicationDispensePerformerComponent(String name, MedicationDispense.MedicationDispensePerformerComponent element) throws IOException
- Throws:
IOException
-
composeMedicationDispenseMedicationDispensePerformerComponentElements
protected void composeMedicationDispenseMedicationDispensePerformerComponentElements(MedicationDispense.MedicationDispensePerformerComponent element) throws IOException
- Throws:
IOException
-
composeMedicationDispenseMedicationDispenseSubstitutionComponent
protected void composeMedicationDispenseMedicationDispenseSubstitutionComponent(String name, MedicationDispense.MedicationDispenseSubstitutionComponent element) throws IOException
- Throws:
IOException
-
composeMedicationDispenseMedicationDispenseSubstitutionComponentElements
protected void composeMedicationDispenseMedicationDispenseSubstitutionComponentElements(MedicationDispense.MedicationDispenseSubstitutionComponent element) throws IOException
- Throws:
IOException
-
composeMedicationRequest
protected void composeMedicationRequest(String name, MedicationRequest element) throws IOException
- Throws:
IOException
-
composeMedicationRequestElements
protected void composeMedicationRequestElements(MedicationRequest element) throws IOException
- Throws:
IOException
-
composeMedicationRequestMedicationRequestRequesterComponent
protected void composeMedicationRequestMedicationRequestRequesterComponent(String name, MedicationRequest.MedicationRequestRequesterComponent element) throws IOException
- Throws:
IOException
-
composeMedicationRequestMedicationRequestRequesterComponentElements
protected void composeMedicationRequestMedicationRequestRequesterComponentElements(MedicationRequest.MedicationRequestRequesterComponent element) throws IOException
- Throws:
IOException
-
composeMedicationRequestMedicationRequestDispenseRequestComponent
protected void composeMedicationRequestMedicationRequestDispenseRequestComponent(String name, MedicationRequest.MedicationRequestDispenseRequestComponent element) throws IOException
- Throws:
IOException
-
composeMedicationRequestMedicationRequestDispenseRequestComponentElements
protected void composeMedicationRequestMedicationRequestDispenseRequestComponentElements(MedicationRequest.MedicationRequestDispenseRequestComponent element) throws IOException
- Throws:
IOException
-
composeMedicationRequestMedicationRequestSubstitutionComponent
protected void composeMedicationRequestMedicationRequestSubstitutionComponent(String name, MedicationRequest.MedicationRequestSubstitutionComponent element) throws IOException
- Throws:
IOException
-
composeMedicationRequestMedicationRequestSubstitutionComponentElements
protected void composeMedicationRequestMedicationRequestSubstitutionComponentElements(MedicationRequest.MedicationRequestSubstitutionComponent element) throws IOException
- Throws:
IOException
-
composeMedicationStatement
protected void composeMedicationStatement(String name, MedicationStatement element) throws IOException
- Throws:
IOException
-
composeMedicationStatementElements
protected void composeMedicationStatementElements(MedicationStatement element) throws IOException
- Throws:
IOException
-
composeMessageDefinition
protected void composeMessageDefinition(String name, MessageDefinition element) throws IOException
- Throws:
IOException
-
composeMessageDefinitionElements
protected void composeMessageDefinitionElements(MessageDefinition element) throws IOException
- Throws:
IOException
-
composeMessageDefinitionMessageDefinitionFocusComponent
protected void composeMessageDefinitionMessageDefinitionFocusComponent(String name, MessageDefinition.MessageDefinitionFocusComponent element) throws IOException
- Throws:
IOException
-
composeMessageDefinitionMessageDefinitionFocusComponentElements
protected void composeMessageDefinitionMessageDefinitionFocusComponentElements(MessageDefinition.MessageDefinitionFocusComponent element) throws IOException
- Throws:
IOException
-
composeMessageDefinitionMessageDefinitionAllowedResponseComponent
protected void composeMessageDefinitionMessageDefinitionAllowedResponseComponent(String name, MessageDefinition.MessageDefinitionAllowedResponseComponent element) throws IOException
- Throws:
IOException
-
composeMessageDefinitionMessageDefinitionAllowedResponseComponentElements
protected void composeMessageDefinitionMessageDefinitionAllowedResponseComponentElements(MessageDefinition.MessageDefinitionAllowedResponseComponent element) throws IOException
- Throws:
IOException
-
composeMessageHeader
protected void composeMessageHeader(String name, MessageHeader element) throws IOException
- Throws:
IOException
-
composeMessageHeaderElements
protected void composeMessageHeaderElements(MessageHeader element) throws IOException
- Throws:
IOException
-
composeMessageHeaderMessageDestinationComponent
protected void composeMessageHeaderMessageDestinationComponent(String name, MessageHeader.MessageDestinationComponent element) throws IOException
- Throws:
IOException
-
composeMessageHeaderMessageDestinationComponentElements
protected void composeMessageHeaderMessageDestinationComponentElements(MessageHeader.MessageDestinationComponent element) throws IOException
- Throws:
IOException
-
composeMessageHeaderMessageSourceComponent
protected void composeMessageHeaderMessageSourceComponent(String name, MessageHeader.MessageSourceComponent element) throws IOException
- Throws:
IOException
-
composeMessageHeaderMessageSourceComponentElements
protected void composeMessageHeaderMessageSourceComponentElements(MessageHeader.MessageSourceComponent element) throws IOException
- Throws:
IOException
-
composeMessageHeaderMessageHeaderResponseComponent
protected void composeMessageHeaderMessageHeaderResponseComponent(String name, MessageHeader.MessageHeaderResponseComponent element) throws IOException
- Throws:
IOException
-
composeMessageHeaderMessageHeaderResponseComponentElements
protected void composeMessageHeaderMessageHeaderResponseComponentElements(MessageHeader.MessageHeaderResponseComponent element) throws IOException
- Throws:
IOException
-
composeNamingSystem
protected void composeNamingSystem(String name, NamingSystem element) throws IOException
- Throws:
IOException
-
composeNamingSystemElements
protected void composeNamingSystemElements(NamingSystem element) throws IOException
- Throws:
IOException
-
composeNamingSystemNamingSystemUniqueIdComponent
protected void composeNamingSystemNamingSystemUniqueIdComponent(String name, NamingSystem.NamingSystemUniqueIdComponent element) throws IOException
- Throws:
IOException
-
composeNamingSystemNamingSystemUniqueIdComponentElements
protected void composeNamingSystemNamingSystemUniqueIdComponentElements(NamingSystem.NamingSystemUniqueIdComponent element) throws IOException
- Throws:
IOException
-
composeNutritionOrder
protected void composeNutritionOrder(String name, NutritionOrder element) throws IOException
- Throws:
IOException
-
composeNutritionOrderElements
protected void composeNutritionOrderElements(NutritionOrder element) throws IOException
- Throws:
IOException
-
composeNutritionOrderNutritionOrderOralDietComponent
protected void composeNutritionOrderNutritionOrderOralDietComponent(String name, NutritionOrder.NutritionOrderOralDietComponent element) throws IOException
- Throws:
IOException
-
composeNutritionOrderNutritionOrderOralDietComponentElements
protected void composeNutritionOrderNutritionOrderOralDietComponentElements(NutritionOrder.NutritionOrderOralDietComponent element) throws IOException
- Throws:
IOException
-
composeNutritionOrderNutritionOrderOralDietNutrientComponent
protected void composeNutritionOrderNutritionOrderOralDietNutrientComponent(String name, NutritionOrder.NutritionOrderOralDietNutrientComponent element) throws IOException
- Throws:
IOException
-
composeNutritionOrderNutritionOrderOralDietNutrientComponentElements
protected void composeNutritionOrderNutritionOrderOralDietNutrientComponentElements(NutritionOrder.NutritionOrderOralDietNutrientComponent element) throws IOException
- Throws:
IOException
-
composeNutritionOrderNutritionOrderOralDietTextureComponent
protected void composeNutritionOrderNutritionOrderOralDietTextureComponent(String name, NutritionOrder.NutritionOrderOralDietTextureComponent element) throws IOException
- Throws:
IOException
-
composeNutritionOrderNutritionOrderOralDietTextureComponentElements
protected void composeNutritionOrderNutritionOrderOralDietTextureComponentElements(NutritionOrder.NutritionOrderOralDietTextureComponent element) throws IOException
- Throws:
IOException
-
composeNutritionOrderNutritionOrderSupplementComponent
protected void composeNutritionOrderNutritionOrderSupplementComponent(String name, NutritionOrder.NutritionOrderSupplementComponent element) throws IOException
- Throws:
IOException
-
composeNutritionOrderNutritionOrderSupplementComponentElements
protected void composeNutritionOrderNutritionOrderSupplementComponentElements(NutritionOrder.NutritionOrderSupplementComponent element) throws IOException
- Throws:
IOException
-
composeNutritionOrderNutritionOrderEnteralFormulaComponent
protected void composeNutritionOrderNutritionOrderEnteralFormulaComponent(String name, NutritionOrder.NutritionOrderEnteralFormulaComponent element) throws IOException
- Throws:
IOException
-
composeNutritionOrderNutritionOrderEnteralFormulaComponentElements
protected void composeNutritionOrderNutritionOrderEnteralFormulaComponentElements(NutritionOrder.NutritionOrderEnteralFormulaComponent element) throws IOException
- Throws:
IOException
-
composeNutritionOrderNutritionOrderEnteralFormulaAdministrationComponent
protected void composeNutritionOrderNutritionOrderEnteralFormulaAdministrationComponent(String name, NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent element) throws IOException
- Throws:
IOException
-
composeNutritionOrderNutritionOrderEnteralFormulaAdministrationComponentElements
protected void composeNutritionOrderNutritionOrderEnteralFormulaAdministrationComponentElements(NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent element) throws IOException
- Throws:
IOException
-
composeObservation
protected void composeObservation(String name, Observation element) throws IOException
- Throws:
IOException
-
composeObservationElements
protected void composeObservationElements(Observation element) throws IOException
- Throws:
IOException
-
composeObservationObservationReferenceRangeComponent
protected void composeObservationObservationReferenceRangeComponent(String name, Observation.ObservationReferenceRangeComponent element) throws IOException
- Throws:
IOException
-
composeObservationObservationReferenceRangeComponentElements
protected void composeObservationObservationReferenceRangeComponentElements(Observation.ObservationReferenceRangeComponent element) throws IOException
- Throws:
IOException
-
composeObservationObservationRelatedComponent
protected void composeObservationObservationRelatedComponent(String name, Observation.ObservationRelatedComponent element) throws IOException
- Throws:
IOException
-
composeObservationObservationRelatedComponentElements
protected void composeObservationObservationRelatedComponentElements(Observation.ObservationRelatedComponent element) throws IOException
- Throws:
IOException
-
composeObservationObservationComponentComponent
protected void composeObservationObservationComponentComponent(String name, Observation.ObservationComponentComponent element) throws IOException
- Throws:
IOException
-
composeObservationObservationComponentComponentElements
protected void composeObservationObservationComponentComponentElements(Observation.ObservationComponentComponent element) throws IOException
- Throws:
IOException
-
composeOperationDefinition
protected void composeOperationDefinition(String name, OperationDefinition element) throws IOException
- Throws:
IOException
-
composeOperationDefinitionElements
protected void composeOperationDefinitionElements(OperationDefinition element) throws IOException
- Throws:
IOException
-
composeOperationDefinitionOperationDefinitionParameterComponent
protected void composeOperationDefinitionOperationDefinitionParameterComponent(String name, OperationDefinition.OperationDefinitionParameterComponent element) throws IOException
- Throws:
IOException
-
composeOperationDefinitionOperationDefinitionParameterComponentElements
protected void composeOperationDefinitionOperationDefinitionParameterComponentElements(OperationDefinition.OperationDefinitionParameterComponent element) throws IOException
- Throws:
IOException
-
composeOperationDefinitionOperationDefinitionParameterBindingComponent
protected void composeOperationDefinitionOperationDefinitionParameterBindingComponent(String name, OperationDefinition.OperationDefinitionParameterBindingComponent element) throws IOException
- Throws:
IOException
-
composeOperationDefinitionOperationDefinitionParameterBindingComponentElements
protected void composeOperationDefinitionOperationDefinitionParameterBindingComponentElements(OperationDefinition.OperationDefinitionParameterBindingComponent element) throws IOException
- Throws:
IOException
-
composeOperationDefinitionOperationDefinitionOverloadComponent
protected void composeOperationDefinitionOperationDefinitionOverloadComponent(String name, OperationDefinition.OperationDefinitionOverloadComponent element) throws IOException
- Throws:
IOException
-
composeOperationDefinitionOperationDefinitionOverloadComponentElements
protected void composeOperationDefinitionOperationDefinitionOverloadComponentElements(OperationDefinition.OperationDefinitionOverloadComponent element) throws IOException
- Throws:
IOException
-
composeOperationOutcome
protected void composeOperationOutcome(String name, OperationOutcome element) throws IOException
- Throws:
IOException
-
composeOperationOutcomeElements
protected void composeOperationOutcomeElements(OperationOutcome element) throws IOException
- Throws:
IOException
-
composeOperationOutcomeOperationOutcomeIssueComponent
protected void composeOperationOutcomeOperationOutcomeIssueComponent(String name, OperationOutcome.OperationOutcomeIssueComponent element) throws IOException
- Throws:
IOException
-
composeOperationOutcomeOperationOutcomeIssueComponentElements
protected void composeOperationOutcomeOperationOutcomeIssueComponentElements(OperationOutcome.OperationOutcomeIssueComponent element) throws IOException
- Throws:
IOException
-
composeOrganization
protected void composeOrganization(String name, Organization element) throws IOException
- Throws:
IOException
-
composeOrganizationElements
protected void composeOrganizationElements(Organization element) throws IOException
- Throws:
IOException
-
composeOrganizationOrganizationContactComponent
protected void composeOrganizationOrganizationContactComponent(String name, Organization.OrganizationContactComponent element) throws IOException
- Throws:
IOException
-
composeOrganizationOrganizationContactComponentElements
protected void composeOrganizationOrganizationContactComponentElements(Organization.OrganizationContactComponent element) throws IOException
- Throws:
IOException
-
composePatient
protected void composePatient(String name, Patient element) throws IOException
- Throws:
IOException
-
composePatientElements
protected void composePatientElements(Patient element) throws IOException
- Throws:
IOException
-
composePatientContactComponent
protected void composePatientContactComponent(String name, Patient.ContactComponent element) throws IOException
- Throws:
IOException
-
composePatientContactComponentElements
protected void composePatientContactComponentElements(Patient.ContactComponent element) throws IOException
- Throws:
IOException
-
composePatientAnimalComponent
protected void composePatientAnimalComponent(String name, Patient.AnimalComponent element) throws IOException
- Throws:
IOException
-
composePatientAnimalComponentElements
protected void composePatientAnimalComponentElements(Patient.AnimalComponent element) throws IOException
- Throws:
IOException
-
composePatientPatientCommunicationComponent
protected void composePatientPatientCommunicationComponent(String name, Patient.PatientCommunicationComponent element) throws IOException
- Throws:
IOException
-
composePatientPatientCommunicationComponentElements
protected void composePatientPatientCommunicationComponentElements(Patient.PatientCommunicationComponent element) throws IOException
- Throws:
IOException
-
composePatientPatientLinkComponent
protected void composePatientPatientLinkComponent(String name, Patient.PatientLinkComponent element) throws IOException
- Throws:
IOException
-
composePatientPatientLinkComponentElements
protected void composePatientPatientLinkComponentElements(Patient.PatientLinkComponent element) throws IOException
- Throws:
IOException
-
composePaymentNotice
protected void composePaymentNotice(String name, PaymentNotice element) throws IOException
- Throws:
IOException
-
composePaymentNoticeElements
protected void composePaymentNoticeElements(PaymentNotice element) throws IOException
- Throws:
IOException
-
composePaymentReconciliation
protected void composePaymentReconciliation(String name, PaymentReconciliation element) throws IOException
- Throws:
IOException
-
composePaymentReconciliationElements
protected void composePaymentReconciliationElements(PaymentReconciliation element) throws IOException
- Throws:
IOException
-
composePaymentReconciliationDetailsComponent
protected void composePaymentReconciliationDetailsComponent(String name, PaymentReconciliation.DetailsComponent element) throws IOException
- Throws:
IOException
-
composePaymentReconciliationDetailsComponentElements
protected void composePaymentReconciliationDetailsComponentElements(PaymentReconciliation.DetailsComponent element) throws IOException
- Throws:
IOException
-
composePaymentReconciliationNotesComponent
protected void composePaymentReconciliationNotesComponent(String name, PaymentReconciliation.NotesComponent element) throws IOException
- Throws:
IOException
-
composePaymentReconciliationNotesComponentElements
protected void composePaymentReconciliationNotesComponentElements(PaymentReconciliation.NotesComponent element) throws IOException
- Throws:
IOException
-
composePerson
protected void composePerson(String name, Person element) throws IOException
- Throws:
IOException
-
composePersonElements
protected void composePersonElements(Person element) throws IOException
- Throws:
IOException
-
composePersonPersonLinkComponent
protected void composePersonPersonLinkComponent(String name, Person.PersonLinkComponent element) throws IOException
- Throws:
IOException
-
composePersonPersonLinkComponentElements
protected void composePersonPersonLinkComponentElements(Person.PersonLinkComponent element) throws IOException
- Throws:
IOException
-
composePlanDefinition
protected void composePlanDefinition(String name, PlanDefinition element) throws IOException
- Throws:
IOException
-
composePlanDefinitionElements
protected void composePlanDefinitionElements(PlanDefinition element) throws IOException
- Throws:
IOException
-
composePlanDefinitionPlanDefinitionGoalComponent
protected void composePlanDefinitionPlanDefinitionGoalComponent(String name, PlanDefinition.PlanDefinitionGoalComponent element) throws IOException
- Throws:
IOException
-
composePlanDefinitionPlanDefinitionGoalComponentElements
protected void composePlanDefinitionPlanDefinitionGoalComponentElements(PlanDefinition.PlanDefinitionGoalComponent element) throws IOException
- Throws:
IOException
-
composePlanDefinitionPlanDefinitionGoalTargetComponent
protected void composePlanDefinitionPlanDefinitionGoalTargetComponent(String name, PlanDefinition.PlanDefinitionGoalTargetComponent element) throws IOException
- Throws:
IOException
-
composePlanDefinitionPlanDefinitionGoalTargetComponentElements
protected void composePlanDefinitionPlanDefinitionGoalTargetComponentElements(PlanDefinition.PlanDefinitionGoalTargetComponent element) throws IOException
- Throws:
IOException
-
composePlanDefinitionPlanDefinitionActionComponent
protected void composePlanDefinitionPlanDefinitionActionComponent(String name, PlanDefinition.PlanDefinitionActionComponent element) throws IOException
- Throws:
IOException
-
composePlanDefinitionPlanDefinitionActionComponentElements
protected void composePlanDefinitionPlanDefinitionActionComponentElements(PlanDefinition.PlanDefinitionActionComponent element) throws IOException
- Throws:
IOException
-
composePlanDefinitionPlanDefinitionActionConditionComponent
protected void composePlanDefinitionPlanDefinitionActionConditionComponent(String name, PlanDefinition.PlanDefinitionActionConditionComponent element) throws IOException
- Throws:
IOException
-
composePlanDefinitionPlanDefinitionActionConditionComponentElements
protected void composePlanDefinitionPlanDefinitionActionConditionComponentElements(PlanDefinition.PlanDefinitionActionConditionComponent element) throws IOException
- Throws:
IOException
-
composePlanDefinitionPlanDefinitionActionRelatedActionComponent
protected void composePlanDefinitionPlanDefinitionActionRelatedActionComponent(String name, PlanDefinition.PlanDefinitionActionRelatedActionComponent element) throws IOException
- Throws:
IOException
-
composePlanDefinitionPlanDefinitionActionRelatedActionComponentElements
protected void composePlanDefinitionPlanDefinitionActionRelatedActionComponentElements(PlanDefinition.PlanDefinitionActionRelatedActionComponent element) throws IOException
- Throws:
IOException
-
composePlanDefinitionPlanDefinitionActionParticipantComponent
protected void composePlanDefinitionPlanDefinitionActionParticipantComponent(String name, PlanDefinition.PlanDefinitionActionParticipantComponent element) throws IOException
- Throws:
IOException
-
composePlanDefinitionPlanDefinitionActionParticipantComponentElements
protected void composePlanDefinitionPlanDefinitionActionParticipantComponentElements(PlanDefinition.PlanDefinitionActionParticipantComponent element) throws IOException
- Throws:
IOException
-
composePlanDefinitionPlanDefinitionActionDynamicValueComponent
protected void composePlanDefinitionPlanDefinitionActionDynamicValueComponent(String name, PlanDefinition.PlanDefinitionActionDynamicValueComponent element) throws IOException
- Throws:
IOException
-
composePlanDefinitionPlanDefinitionActionDynamicValueComponentElements
protected void composePlanDefinitionPlanDefinitionActionDynamicValueComponentElements(PlanDefinition.PlanDefinitionActionDynamicValueComponent element) throws IOException
- Throws:
IOException
-
composePractitioner
protected void composePractitioner(String name, Practitioner element) throws IOException
- Throws:
IOException
-
composePractitionerElements
protected void composePractitionerElements(Practitioner element) throws IOException
- Throws:
IOException
-
composePractitionerPractitionerQualificationComponent
protected void composePractitionerPractitionerQualificationComponent(String name, Practitioner.PractitionerQualificationComponent element) throws IOException
- Throws:
IOException
-
composePractitionerPractitionerQualificationComponentElements
protected void composePractitionerPractitionerQualificationComponentElements(Practitioner.PractitionerQualificationComponent element) throws IOException
- Throws:
IOException
-
composePractitionerRole
protected void composePractitionerRole(String name, PractitionerRole element) throws IOException
- Throws:
IOException
-
composePractitionerRoleElements
protected void composePractitionerRoleElements(PractitionerRole element) throws IOException
- Throws:
IOException
-
composePractitionerRolePractitionerRoleAvailableTimeComponent
protected void composePractitionerRolePractitionerRoleAvailableTimeComponent(String name, PractitionerRole.PractitionerRoleAvailableTimeComponent element) throws IOException
- Throws:
IOException
-
composePractitionerRolePractitionerRoleAvailableTimeComponentElements
protected void composePractitionerRolePractitionerRoleAvailableTimeComponentElements(PractitionerRole.PractitionerRoleAvailableTimeComponent element) throws IOException
- Throws:
IOException
-
composePractitionerRolePractitionerRoleNotAvailableComponent
protected void composePractitionerRolePractitionerRoleNotAvailableComponent(String name, PractitionerRole.PractitionerRoleNotAvailableComponent element) throws IOException
- Throws:
IOException
-
composePractitionerRolePractitionerRoleNotAvailableComponentElements
protected void composePractitionerRolePractitionerRoleNotAvailableComponentElements(PractitionerRole.PractitionerRoleNotAvailableComponent element) throws IOException
- Throws:
IOException
-
composeProcedure
protected void composeProcedure(String name, Procedure element) throws IOException
- Throws:
IOException
-
composeProcedureElements
protected void composeProcedureElements(Procedure element) throws IOException
- Throws:
IOException
-
composeProcedureProcedurePerformerComponent
protected void composeProcedureProcedurePerformerComponent(String name, Procedure.ProcedurePerformerComponent element) throws IOException
- Throws:
IOException
-
composeProcedureProcedurePerformerComponentElements
protected void composeProcedureProcedurePerformerComponentElements(Procedure.ProcedurePerformerComponent element) throws IOException
- Throws:
IOException
-
composeProcedureProcedureFocalDeviceComponent
protected void composeProcedureProcedureFocalDeviceComponent(String name, Procedure.ProcedureFocalDeviceComponent element) throws IOException
- Throws:
IOException
-
composeProcedureProcedureFocalDeviceComponentElements
protected void composeProcedureProcedureFocalDeviceComponentElements(Procedure.ProcedureFocalDeviceComponent element) throws IOException
- Throws:
IOException
-
composeProcedureRequest
protected void composeProcedureRequest(String name, ProcedureRequest element) throws IOException
- Throws:
IOException
-
composeProcedureRequestElements
protected void composeProcedureRequestElements(ProcedureRequest element) throws IOException
- Throws:
IOException
-
composeProcedureRequestProcedureRequestRequesterComponent
protected void composeProcedureRequestProcedureRequestRequesterComponent(String name, ProcedureRequest.ProcedureRequestRequesterComponent element) throws IOException
- Throws:
IOException
-
composeProcedureRequestProcedureRequestRequesterComponentElements
protected void composeProcedureRequestProcedureRequestRequesterComponentElements(ProcedureRequest.ProcedureRequestRequesterComponent element) throws IOException
- Throws:
IOException
-
composeProcessRequest
protected void composeProcessRequest(String name, ProcessRequest element) throws IOException
- Throws:
IOException
-
composeProcessRequestElements
protected void composeProcessRequestElements(ProcessRequest element) throws IOException
- Throws:
IOException
-
composeProcessRequestItemsComponent
protected void composeProcessRequestItemsComponent(String name, ProcessRequest.ItemsComponent element) throws IOException
- Throws:
IOException
-
composeProcessRequestItemsComponentElements
protected void composeProcessRequestItemsComponentElements(ProcessRequest.ItemsComponent element) throws IOException
- Throws:
IOException
-
composeProcessResponse
protected void composeProcessResponse(String name, ProcessResponse element) throws IOException
- Throws:
IOException
-
composeProcessResponseElements
protected void composeProcessResponseElements(ProcessResponse element) throws IOException
- Throws:
IOException
-
composeProcessResponseProcessResponseProcessNoteComponent
protected void composeProcessResponseProcessResponseProcessNoteComponent(String name, ProcessResponse.ProcessResponseProcessNoteComponent element) throws IOException
- Throws:
IOException
-
composeProcessResponseProcessResponseProcessNoteComponentElements
protected void composeProcessResponseProcessResponseProcessNoteComponentElements(ProcessResponse.ProcessResponseProcessNoteComponent element) throws IOException
- Throws:
IOException
-
composeProvenance
protected void composeProvenance(String name, Provenance element) throws IOException
- Throws:
IOException
-
composeProvenanceElements
protected void composeProvenanceElements(Provenance element) throws IOException
- Throws:
IOException
-
composeProvenanceProvenanceAgentComponent
protected void composeProvenanceProvenanceAgentComponent(String name, Provenance.ProvenanceAgentComponent element) throws IOException
- Throws:
IOException
-
composeProvenanceProvenanceAgentComponentElements
protected void composeProvenanceProvenanceAgentComponentElements(Provenance.ProvenanceAgentComponent element) throws IOException
- Throws:
IOException
-
composeProvenanceProvenanceEntityComponent
protected void composeProvenanceProvenanceEntityComponent(String name, Provenance.ProvenanceEntityComponent element) throws IOException
- Throws:
IOException
-
composeProvenanceProvenanceEntityComponentElements
protected void composeProvenanceProvenanceEntityComponentElements(Provenance.ProvenanceEntityComponent element) throws IOException
- Throws:
IOException
-
composeQuestionnaire
protected void composeQuestionnaire(String name, Questionnaire element) throws IOException
- Throws:
IOException
-
composeQuestionnaireElements
protected void composeQuestionnaireElements(Questionnaire element) throws IOException
- Throws:
IOException
-
composeQuestionnaireQuestionnaireItemComponent
protected void composeQuestionnaireQuestionnaireItemComponent(String name, Questionnaire.QuestionnaireItemComponent element) throws IOException
- Throws:
IOException
-
composeQuestionnaireQuestionnaireItemComponentElements
protected void composeQuestionnaireQuestionnaireItemComponentElements(Questionnaire.QuestionnaireItemComponent element) throws IOException
- Throws:
IOException
-
composeQuestionnaireQuestionnaireItemEnableWhenComponent
protected void composeQuestionnaireQuestionnaireItemEnableWhenComponent(String name, Questionnaire.QuestionnaireItemEnableWhenComponent element) throws IOException
- Throws:
IOException
-
composeQuestionnaireQuestionnaireItemEnableWhenComponentElements
protected void composeQuestionnaireQuestionnaireItemEnableWhenComponentElements(Questionnaire.QuestionnaireItemEnableWhenComponent element) throws IOException
- Throws:
IOException
-
composeQuestionnaireQuestionnaireItemOptionComponent
protected void composeQuestionnaireQuestionnaireItemOptionComponent(String name, Questionnaire.QuestionnaireItemOptionComponent element) throws IOException
- Throws:
IOException
-
composeQuestionnaireQuestionnaireItemOptionComponentElements
protected void composeQuestionnaireQuestionnaireItemOptionComponentElements(Questionnaire.QuestionnaireItemOptionComponent element) throws IOException
- Throws:
IOException
-
composeQuestionnaireResponse
protected void composeQuestionnaireResponse(String name, QuestionnaireResponse element) throws IOException
- Throws:
IOException
-
composeQuestionnaireResponseElements
protected void composeQuestionnaireResponseElements(QuestionnaireResponse element) throws IOException
- Throws:
IOException
-
composeQuestionnaireResponseQuestionnaireResponseItemComponent
protected void composeQuestionnaireResponseQuestionnaireResponseItemComponent(String name, QuestionnaireResponse.QuestionnaireResponseItemComponent element) throws IOException
- Throws:
IOException
-
composeQuestionnaireResponseQuestionnaireResponseItemComponentElements
protected void composeQuestionnaireResponseQuestionnaireResponseItemComponentElements(QuestionnaireResponse.QuestionnaireResponseItemComponent element) throws IOException
- Throws:
IOException
-
composeQuestionnaireResponseQuestionnaireResponseItemAnswerComponent
protected void composeQuestionnaireResponseQuestionnaireResponseItemAnswerComponent(String name, QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent element) throws IOException
- Throws:
IOException
-
composeQuestionnaireResponseQuestionnaireResponseItemAnswerComponentElements
protected void composeQuestionnaireResponseQuestionnaireResponseItemAnswerComponentElements(QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent element) throws IOException
- Throws:
IOException
-
composeReferralRequest
protected void composeReferralRequest(String name, ReferralRequest element) throws IOException
- Throws:
IOException
-
composeReferralRequestElements
protected void composeReferralRequestElements(ReferralRequest element) throws IOException
- Throws:
IOException
-
composeReferralRequestReferralRequestRequesterComponent
protected void composeReferralRequestReferralRequestRequesterComponent(String name, ReferralRequest.ReferralRequestRequesterComponent element) throws IOException
- Throws:
IOException
-
composeReferralRequestReferralRequestRequesterComponentElements
protected void composeReferralRequestReferralRequestRequesterComponentElements(ReferralRequest.ReferralRequestRequesterComponent element) throws IOException
- Throws:
IOException
-
composeRelatedPerson
protected void composeRelatedPerson(String name, RelatedPerson element) throws IOException
- Throws:
IOException
-
composeRelatedPersonElements
protected void composeRelatedPersonElements(RelatedPerson element) throws IOException
- Throws:
IOException
-
composeRequestGroup
protected void composeRequestGroup(String name, RequestGroup element) throws IOException
- Throws:
IOException
-
composeRequestGroupElements
protected void composeRequestGroupElements(RequestGroup element) throws IOException
- Throws:
IOException
-
composeRequestGroupRequestGroupActionComponent
protected void composeRequestGroupRequestGroupActionComponent(String name, RequestGroup.RequestGroupActionComponent element) throws IOException
- Throws:
IOException
-
composeRequestGroupRequestGroupActionComponentElements
protected void composeRequestGroupRequestGroupActionComponentElements(RequestGroup.RequestGroupActionComponent element) throws IOException
- Throws:
IOException
-
composeRequestGroupRequestGroupActionConditionComponent
protected void composeRequestGroupRequestGroupActionConditionComponent(String name, RequestGroup.RequestGroupActionConditionComponent element) throws IOException
- Throws:
IOException
-
composeRequestGroupRequestGroupActionConditionComponentElements
protected void composeRequestGroupRequestGroupActionConditionComponentElements(RequestGroup.RequestGroupActionConditionComponent element) throws IOException
- Throws:
IOException
-
composeRequestGroupRequestGroupActionRelatedActionComponent
protected void composeRequestGroupRequestGroupActionRelatedActionComponent(String name, RequestGroup.RequestGroupActionRelatedActionComponent element) throws IOException
- Throws:
IOException
-
composeRequestGroupRequestGroupActionRelatedActionComponentElements
protected void composeRequestGroupRequestGroupActionRelatedActionComponentElements(RequestGroup.RequestGroupActionRelatedActionComponent element) throws IOException
- Throws:
IOException
-
composeResearchStudy
protected void composeResearchStudy(String name, ResearchStudy element) throws IOException
- Throws:
IOException
-
composeResearchStudyElements
protected void composeResearchStudyElements(ResearchStudy element) throws IOException
- Throws:
IOException
-
composeResearchStudyResearchStudyArmComponent
protected void composeResearchStudyResearchStudyArmComponent(String name, ResearchStudy.ResearchStudyArmComponent element) throws IOException
- Throws:
IOException
-
composeResearchStudyResearchStudyArmComponentElements
protected void composeResearchStudyResearchStudyArmComponentElements(ResearchStudy.ResearchStudyArmComponent element) throws IOException
- Throws:
IOException
-
composeResearchSubject
protected void composeResearchSubject(String name, ResearchSubject element) throws IOException
- Throws:
IOException
-
composeResearchSubjectElements
protected void composeResearchSubjectElements(ResearchSubject element) throws IOException
- Throws:
IOException
-
composeRiskAssessment
protected void composeRiskAssessment(String name, RiskAssessment element) throws IOException
- Throws:
IOException
-
composeRiskAssessmentElements
protected void composeRiskAssessmentElements(RiskAssessment element) throws IOException
- Throws:
IOException
-
composeRiskAssessmentRiskAssessmentPredictionComponent
protected void composeRiskAssessmentRiskAssessmentPredictionComponent(String name, RiskAssessment.RiskAssessmentPredictionComponent element) throws IOException
- Throws:
IOException
-
composeRiskAssessmentRiskAssessmentPredictionComponentElements
protected void composeRiskAssessmentRiskAssessmentPredictionComponentElements(RiskAssessment.RiskAssessmentPredictionComponent element) throws IOException
- Throws:
IOException
-
composeSchedule
protected void composeSchedule(String name, Schedule element) throws IOException
- Throws:
IOException
-
composeScheduleElements
protected void composeScheduleElements(Schedule element) throws IOException
- Throws:
IOException
-
composeSearchParameter
protected void composeSearchParameter(String name, SearchParameter element) throws IOException
- Throws:
IOException
-
composeSearchParameterElements
protected void composeSearchParameterElements(SearchParameter element) throws IOException
- Throws:
IOException
-
composeSearchParameterSearchParameterComponentComponent
protected void composeSearchParameterSearchParameterComponentComponent(String name, SearchParameter.SearchParameterComponentComponent element) throws IOException
- Throws:
IOException
-
composeSearchParameterSearchParameterComponentComponentElements
protected void composeSearchParameterSearchParameterComponentComponentElements(SearchParameter.SearchParameterComponentComponent element) throws IOException
- Throws:
IOException
-
composeSequence
protected void composeSequence(String name, Sequence element) throws IOException
- Throws:
IOException
-
composeSequenceElements
protected void composeSequenceElements(Sequence element) throws IOException
- Throws:
IOException
-
composeSequenceSequenceReferenceSeqComponent
protected void composeSequenceSequenceReferenceSeqComponent(String name, Sequence.SequenceReferenceSeqComponent element) throws IOException
- Throws:
IOException
-
composeSequenceSequenceReferenceSeqComponentElements
protected void composeSequenceSequenceReferenceSeqComponentElements(Sequence.SequenceReferenceSeqComponent element) throws IOException
- Throws:
IOException
-
composeSequenceSequenceVariantComponent
protected void composeSequenceSequenceVariantComponent(String name, Sequence.SequenceVariantComponent element) throws IOException
- Throws:
IOException
-
composeSequenceSequenceVariantComponentElements
protected void composeSequenceSequenceVariantComponentElements(Sequence.SequenceVariantComponent element) throws IOException
- Throws:
IOException
-
composeSequenceSequenceQualityComponent
protected void composeSequenceSequenceQualityComponent(String name, Sequence.SequenceQualityComponent element) throws IOException
- Throws:
IOException
-
composeSequenceSequenceQualityComponentElements
protected void composeSequenceSequenceQualityComponentElements(Sequence.SequenceQualityComponent element) throws IOException
- Throws:
IOException
-
composeSequenceSequenceRepositoryComponent
protected void composeSequenceSequenceRepositoryComponent(String name, Sequence.SequenceRepositoryComponent element) throws IOException
- Throws:
IOException
-
composeSequenceSequenceRepositoryComponentElements
protected void composeSequenceSequenceRepositoryComponentElements(Sequence.SequenceRepositoryComponent element) throws IOException
- Throws:
IOException
-
composeServiceDefinition
protected void composeServiceDefinition(String name, ServiceDefinition element) throws IOException
- Throws:
IOException
-
composeServiceDefinitionElements
protected void composeServiceDefinitionElements(ServiceDefinition element) throws IOException
- Throws:
IOException
-
composeSlot
protected void composeSlot(String name, Slot element) throws IOException
- Throws:
IOException
-
composeSlotElements
protected void composeSlotElements(Slot element) throws IOException
- Throws:
IOException
-
composeSpecimen
protected void composeSpecimen(String name, Specimen element) throws IOException
- Throws:
IOException
-
composeSpecimenElements
protected void composeSpecimenElements(Specimen element) throws IOException
- Throws:
IOException
-
composeSpecimenSpecimenCollectionComponent
protected void composeSpecimenSpecimenCollectionComponent(String name, Specimen.SpecimenCollectionComponent element) throws IOException
- Throws:
IOException
-
composeSpecimenSpecimenCollectionComponentElements
protected void composeSpecimenSpecimenCollectionComponentElements(Specimen.SpecimenCollectionComponent element) throws IOException
- Throws:
IOException
-
composeSpecimenSpecimenProcessingComponent
protected void composeSpecimenSpecimenProcessingComponent(String name, Specimen.SpecimenProcessingComponent element) throws IOException
- Throws:
IOException
-
composeSpecimenSpecimenProcessingComponentElements
protected void composeSpecimenSpecimenProcessingComponentElements(Specimen.SpecimenProcessingComponent element) throws IOException
- Throws:
IOException
-
composeSpecimenSpecimenContainerComponent
protected void composeSpecimenSpecimenContainerComponent(String name, Specimen.SpecimenContainerComponent element) throws IOException
- Throws:
IOException
-
composeSpecimenSpecimenContainerComponentElements
protected void composeSpecimenSpecimenContainerComponentElements(Specimen.SpecimenContainerComponent element) throws IOException
- Throws:
IOException
-
composeStructureDefinition
protected void composeStructureDefinition(String name, StructureDefinition element) throws IOException
- Throws:
IOException
-
composeStructureDefinitionElements
protected void composeStructureDefinitionElements(StructureDefinition element) throws IOException
- Throws:
IOException
-
composeStructureDefinitionStructureDefinitionMappingComponent
protected void composeStructureDefinitionStructureDefinitionMappingComponent(String name, StructureDefinition.StructureDefinitionMappingComponent element) throws IOException
- Throws:
IOException
-
composeStructureDefinitionStructureDefinitionMappingComponentElements
protected void composeStructureDefinitionStructureDefinitionMappingComponentElements(StructureDefinition.StructureDefinitionMappingComponent element) throws IOException
- Throws:
IOException
-
composeStructureDefinitionStructureDefinitionSnapshotComponent
protected void composeStructureDefinitionStructureDefinitionSnapshotComponent(String name, StructureDefinition.StructureDefinitionSnapshotComponent element) throws IOException
- Throws:
IOException
-
composeStructureDefinitionStructureDefinitionSnapshotComponentElements
protected void composeStructureDefinitionStructureDefinitionSnapshotComponentElements(StructureDefinition.StructureDefinitionSnapshotComponent element) throws IOException
- Throws:
IOException
-
composeStructureDefinitionStructureDefinitionDifferentialComponent
protected void composeStructureDefinitionStructureDefinitionDifferentialComponent(String name, StructureDefinition.StructureDefinitionDifferentialComponent element) throws IOException
- Throws:
IOException
-
composeStructureDefinitionStructureDefinitionDifferentialComponentElements
protected void composeStructureDefinitionStructureDefinitionDifferentialComponentElements(StructureDefinition.StructureDefinitionDifferentialComponent element) throws IOException
- Throws:
IOException
-
composeStructureMap
protected void composeStructureMap(String name, StructureMap element) throws IOException
- Throws:
IOException
-
composeStructureMapElements
protected void composeStructureMapElements(StructureMap element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapStructureComponent
protected void composeStructureMapStructureMapStructureComponent(String name, StructureMap.StructureMapStructureComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapStructureComponentElements
protected void composeStructureMapStructureMapStructureComponentElements(StructureMap.StructureMapStructureComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapGroupComponent
protected void composeStructureMapStructureMapGroupComponent(String name, StructureMap.StructureMapGroupComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapGroupComponentElements
protected void composeStructureMapStructureMapGroupComponentElements(StructureMap.StructureMapGroupComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapGroupInputComponent
protected void composeStructureMapStructureMapGroupInputComponent(String name, StructureMap.StructureMapGroupInputComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapGroupInputComponentElements
protected void composeStructureMapStructureMapGroupInputComponentElements(StructureMap.StructureMapGroupInputComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapGroupRuleComponent
protected void composeStructureMapStructureMapGroupRuleComponent(String name, StructureMap.StructureMapGroupRuleComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapGroupRuleComponentElements
protected void composeStructureMapStructureMapGroupRuleComponentElements(StructureMap.StructureMapGroupRuleComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapGroupRuleSourceComponent
protected void composeStructureMapStructureMapGroupRuleSourceComponent(String name, StructureMap.StructureMapGroupRuleSourceComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapGroupRuleSourceComponentElements
protected void composeStructureMapStructureMapGroupRuleSourceComponentElements(StructureMap.StructureMapGroupRuleSourceComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapGroupRuleTargetComponent
protected void composeStructureMapStructureMapGroupRuleTargetComponent(String name, StructureMap.StructureMapGroupRuleTargetComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapGroupRuleTargetComponentElements
protected void composeStructureMapStructureMapGroupRuleTargetComponentElements(StructureMap.StructureMapGroupRuleTargetComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapGroupRuleTargetParameterComponent
protected void composeStructureMapStructureMapGroupRuleTargetParameterComponent(String name, StructureMap.StructureMapGroupRuleTargetParameterComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapGroupRuleTargetParameterComponentElements
protected void composeStructureMapStructureMapGroupRuleTargetParameterComponentElements(StructureMap.StructureMapGroupRuleTargetParameterComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapGroupRuleDependentComponent
protected void composeStructureMapStructureMapGroupRuleDependentComponent(String name, StructureMap.StructureMapGroupRuleDependentComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapGroupRuleDependentComponentElements
protected void composeStructureMapStructureMapGroupRuleDependentComponentElements(StructureMap.StructureMapGroupRuleDependentComponent element) throws IOException
- Throws:
IOException
-
composeSubscription
protected void composeSubscription(String name, Subscription element) throws IOException
- Throws:
IOException
-
composeSubscriptionElements
protected void composeSubscriptionElements(Subscription element) throws IOException
- Throws:
IOException
-
composeSubscriptionSubscriptionChannelComponent
protected void composeSubscriptionSubscriptionChannelComponent(String name, Subscription.SubscriptionChannelComponent element) throws IOException
- Throws:
IOException
-
composeSubscriptionSubscriptionChannelComponentElements
protected void composeSubscriptionSubscriptionChannelComponentElements(Subscription.SubscriptionChannelComponent element) throws IOException
- Throws:
IOException
-
composeSubstance
protected void composeSubstance(String name, Substance element) throws IOException
- Throws:
IOException
-
composeSubstanceElements
protected void composeSubstanceElements(Substance element) throws IOException
- Throws:
IOException
-
composeSubstanceSubstanceInstanceComponent
protected void composeSubstanceSubstanceInstanceComponent(String name, Substance.SubstanceInstanceComponent element) throws IOException
- Throws:
IOException
-
composeSubstanceSubstanceInstanceComponentElements
protected void composeSubstanceSubstanceInstanceComponentElements(Substance.SubstanceInstanceComponent element) throws IOException
- Throws:
IOException
-
composeSubstanceSubstanceIngredientComponent
protected void composeSubstanceSubstanceIngredientComponent(String name, Substance.SubstanceIngredientComponent element) throws IOException
- Throws:
IOException
-
composeSubstanceSubstanceIngredientComponentElements
protected void composeSubstanceSubstanceIngredientComponentElements(Substance.SubstanceIngredientComponent element) throws IOException
- Throws:
IOException
-
composeSupplyDelivery
protected void composeSupplyDelivery(String name, SupplyDelivery element) throws IOException
- Throws:
IOException
-
composeSupplyDeliveryElements
protected void composeSupplyDeliveryElements(SupplyDelivery element) throws IOException
- Throws:
IOException
-
composeSupplyDeliverySupplyDeliverySuppliedItemComponent
protected void composeSupplyDeliverySupplyDeliverySuppliedItemComponent(String name, SupplyDelivery.SupplyDeliverySuppliedItemComponent element) throws IOException
- Throws:
IOException
-
composeSupplyDeliverySupplyDeliverySuppliedItemComponentElements
protected void composeSupplyDeliverySupplyDeliverySuppliedItemComponentElements(SupplyDelivery.SupplyDeliverySuppliedItemComponent element) throws IOException
- Throws:
IOException
-
composeSupplyRequest
protected void composeSupplyRequest(String name, SupplyRequest element) throws IOException
- Throws:
IOException
-
composeSupplyRequestElements
protected void composeSupplyRequestElements(SupplyRequest element) throws IOException
- Throws:
IOException
-
composeSupplyRequestSupplyRequestOrderedItemComponent
protected void composeSupplyRequestSupplyRequestOrderedItemComponent(String name, SupplyRequest.SupplyRequestOrderedItemComponent element) throws IOException
- Throws:
IOException
-
composeSupplyRequestSupplyRequestOrderedItemComponentElements
protected void composeSupplyRequestSupplyRequestOrderedItemComponentElements(SupplyRequest.SupplyRequestOrderedItemComponent element) throws IOException
- Throws:
IOException
-
composeSupplyRequestSupplyRequestRequesterComponent
protected void composeSupplyRequestSupplyRequestRequesterComponent(String name, SupplyRequest.SupplyRequestRequesterComponent element) throws IOException
- Throws:
IOException
-
composeSupplyRequestSupplyRequestRequesterComponentElements
protected void composeSupplyRequestSupplyRequestRequesterComponentElements(SupplyRequest.SupplyRequestRequesterComponent element) throws IOException
- Throws:
IOException
-
composeTask
protected void composeTask(String name, Task element) throws IOException
- Throws:
IOException
-
composeTaskElements
protected void composeTaskElements(Task element) throws IOException
- Throws:
IOException
-
composeTaskTaskRequesterComponent
protected void composeTaskTaskRequesterComponent(String name, Task.TaskRequesterComponent element) throws IOException
- Throws:
IOException
-
composeTaskTaskRequesterComponentElements
protected void composeTaskTaskRequesterComponentElements(Task.TaskRequesterComponent element) throws IOException
- Throws:
IOException
-
composeTaskTaskRestrictionComponent
protected void composeTaskTaskRestrictionComponent(String name, Task.TaskRestrictionComponent element) throws IOException
- Throws:
IOException
-
composeTaskTaskRestrictionComponentElements
protected void composeTaskTaskRestrictionComponentElements(Task.TaskRestrictionComponent element) throws IOException
- Throws:
IOException
-
composeTaskParameterComponent
protected void composeTaskParameterComponent(String name, Task.ParameterComponent element) throws IOException
- Throws:
IOException
-
composeTaskParameterComponentElements
protected void composeTaskParameterComponentElements(Task.ParameterComponent element) throws IOException
- Throws:
IOException
-
composeTaskTaskOutputComponent
protected void composeTaskTaskOutputComponent(String name, Task.TaskOutputComponent element) throws IOException
- Throws:
IOException
-
composeTaskTaskOutputComponentElements
protected void composeTaskTaskOutputComponentElements(Task.TaskOutputComponent element) throws IOException
- Throws:
IOException
-
composeTestReport
protected void composeTestReport(String name, TestReport element) throws IOException
- Throws:
IOException
-
composeTestReportElements
protected void composeTestReportElements(TestReport element) throws IOException
- Throws:
IOException
-
composeTestReportTestReportParticipantComponent
protected void composeTestReportTestReportParticipantComponent(String name, TestReport.TestReportParticipantComponent element) throws IOException
- Throws:
IOException
-
composeTestReportTestReportParticipantComponentElements
protected void composeTestReportTestReportParticipantComponentElements(TestReport.TestReportParticipantComponent element) throws IOException
- Throws:
IOException
-
composeTestReportTestReportSetupComponent
protected void composeTestReportTestReportSetupComponent(String name, TestReport.TestReportSetupComponent element) throws IOException
- Throws:
IOException
-
composeTestReportTestReportSetupComponentElements
protected void composeTestReportTestReportSetupComponentElements(TestReport.TestReportSetupComponent element) throws IOException
- Throws:
IOException
-
composeTestReportSetupActionComponent
protected void composeTestReportSetupActionComponent(String name, TestReport.SetupActionComponent element) throws IOException
- Throws:
IOException
-
composeTestReportSetupActionComponentElements
protected void composeTestReportSetupActionComponentElements(TestReport.SetupActionComponent element) throws IOException
- Throws:
IOException
-
composeTestReportSetupActionOperationComponent
protected void composeTestReportSetupActionOperationComponent(String name, TestReport.SetupActionOperationComponent element) throws IOException
- Throws:
IOException
-
composeTestReportSetupActionOperationComponentElements
protected void composeTestReportSetupActionOperationComponentElements(TestReport.SetupActionOperationComponent element) throws IOException
- Throws:
IOException
-
composeTestReportSetupActionAssertComponent
protected void composeTestReportSetupActionAssertComponent(String name, TestReport.SetupActionAssertComponent element) throws IOException
- Throws:
IOException
-
composeTestReportSetupActionAssertComponentElements
protected void composeTestReportSetupActionAssertComponentElements(TestReport.SetupActionAssertComponent element) throws IOException
- Throws:
IOException
-
composeTestReportTestReportTestComponent
protected void composeTestReportTestReportTestComponent(String name, TestReport.TestReportTestComponent element) throws IOException
- Throws:
IOException
-
composeTestReportTestReportTestComponentElements
protected void composeTestReportTestReportTestComponentElements(TestReport.TestReportTestComponent element) throws IOException
- Throws:
IOException
-
composeTestReportTestActionComponent
protected void composeTestReportTestActionComponent(String name, TestReport.TestActionComponent element) throws IOException
- Throws:
IOException
-
composeTestReportTestActionComponentElements
protected void composeTestReportTestActionComponentElements(TestReport.TestActionComponent element) throws IOException
- Throws:
IOException
-
composeTestReportTestReportTeardownComponent
protected void composeTestReportTestReportTeardownComponent(String name, TestReport.TestReportTeardownComponent element) throws IOException
- Throws:
IOException
-
composeTestReportTestReportTeardownComponentElements
protected void composeTestReportTestReportTeardownComponentElements(TestReport.TestReportTeardownComponent element) throws IOException
- Throws:
IOException
-
composeTestReportTeardownActionComponent
protected void composeTestReportTeardownActionComponent(String name, TestReport.TeardownActionComponent element) throws IOException
- Throws:
IOException
-
composeTestReportTeardownActionComponentElements
protected void composeTestReportTeardownActionComponentElements(TestReport.TeardownActionComponent element) throws IOException
- Throws:
IOException
-
composeTestScript
protected void composeTestScript(String name, TestScript element) throws IOException
- Throws:
IOException
-
composeTestScriptElements
protected void composeTestScriptElements(TestScript element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptOriginComponent
protected void composeTestScriptTestScriptOriginComponent(String name, TestScript.TestScriptOriginComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptOriginComponentElements
protected void composeTestScriptTestScriptOriginComponentElements(TestScript.TestScriptOriginComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptDestinationComponent
protected void composeTestScriptTestScriptDestinationComponent(String name, TestScript.TestScriptDestinationComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptDestinationComponentElements
protected void composeTestScriptTestScriptDestinationComponentElements(TestScript.TestScriptDestinationComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptMetadataComponent
protected void composeTestScriptTestScriptMetadataComponent(String name, TestScript.TestScriptMetadataComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptMetadataComponentElements
protected void composeTestScriptTestScriptMetadataComponentElements(TestScript.TestScriptMetadataComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptMetadataLinkComponent
protected void composeTestScriptTestScriptMetadataLinkComponent(String name, TestScript.TestScriptMetadataLinkComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptMetadataLinkComponentElements
protected void composeTestScriptTestScriptMetadataLinkComponentElements(TestScript.TestScriptMetadataLinkComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptMetadataCapabilityComponent
protected void composeTestScriptTestScriptMetadataCapabilityComponent(String name, TestScript.TestScriptMetadataCapabilityComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptMetadataCapabilityComponentElements
protected void composeTestScriptTestScriptMetadataCapabilityComponentElements(TestScript.TestScriptMetadataCapabilityComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptFixtureComponent
protected void composeTestScriptTestScriptFixtureComponent(String name, TestScript.TestScriptFixtureComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptFixtureComponentElements
protected void composeTestScriptTestScriptFixtureComponentElements(TestScript.TestScriptFixtureComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptVariableComponent
protected void composeTestScriptTestScriptVariableComponent(String name, TestScript.TestScriptVariableComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptVariableComponentElements
protected void composeTestScriptTestScriptVariableComponentElements(TestScript.TestScriptVariableComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptRuleComponent
protected void composeTestScriptTestScriptRuleComponent(String name, TestScript.TestScriptRuleComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptRuleComponentElements
protected void composeTestScriptTestScriptRuleComponentElements(TestScript.TestScriptRuleComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptRuleParamComponent
protected void composeTestScriptRuleParamComponent(String name, TestScript.RuleParamComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptRuleParamComponentElements
protected void composeTestScriptRuleParamComponentElements(TestScript.RuleParamComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptRulesetComponent
protected void composeTestScriptTestScriptRulesetComponent(String name, TestScript.TestScriptRulesetComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptRulesetComponentElements
protected void composeTestScriptTestScriptRulesetComponentElements(TestScript.TestScriptRulesetComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptRulesetRuleComponent
protected void composeTestScriptRulesetRuleComponent(String name, TestScript.RulesetRuleComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptRulesetRuleComponentElements
protected void composeTestScriptRulesetRuleComponentElements(TestScript.RulesetRuleComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptRulesetRuleParamComponent
protected void composeTestScriptRulesetRuleParamComponent(String name, TestScript.RulesetRuleParamComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptRulesetRuleParamComponentElements
protected void composeTestScriptRulesetRuleParamComponentElements(TestScript.RulesetRuleParamComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptSetupComponent
protected void composeTestScriptTestScriptSetupComponent(String name, TestScript.TestScriptSetupComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptSetupComponentElements
protected void composeTestScriptTestScriptSetupComponentElements(TestScript.TestScriptSetupComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptSetupActionComponent
protected void composeTestScriptSetupActionComponent(String name, TestScript.SetupActionComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptSetupActionComponentElements
protected void composeTestScriptSetupActionComponentElements(TestScript.SetupActionComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptSetupActionOperationComponent
protected void composeTestScriptSetupActionOperationComponent(String name, TestScript.SetupActionOperationComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptSetupActionOperationComponentElements
protected void composeTestScriptSetupActionOperationComponentElements(TestScript.SetupActionOperationComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptSetupActionOperationRequestHeaderComponent
protected void composeTestScriptSetupActionOperationRequestHeaderComponent(String name, TestScript.SetupActionOperationRequestHeaderComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptSetupActionOperationRequestHeaderComponentElements
protected void composeTestScriptSetupActionOperationRequestHeaderComponentElements(TestScript.SetupActionOperationRequestHeaderComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptSetupActionAssertComponent
protected void composeTestScriptSetupActionAssertComponent(String name, TestScript.SetupActionAssertComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptSetupActionAssertComponentElements
protected void composeTestScriptSetupActionAssertComponentElements(TestScript.SetupActionAssertComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptActionAssertRuleComponent
protected void composeTestScriptActionAssertRuleComponent(String name, TestScript.ActionAssertRuleComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptActionAssertRuleComponentElements
protected void composeTestScriptActionAssertRuleComponentElements(TestScript.ActionAssertRuleComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptActionAssertRuleParamComponent
protected void composeTestScriptActionAssertRuleParamComponent(String name, TestScript.ActionAssertRuleParamComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptActionAssertRuleParamComponentElements
protected void composeTestScriptActionAssertRuleParamComponentElements(TestScript.ActionAssertRuleParamComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptActionAssertRulesetComponent
protected void composeTestScriptActionAssertRulesetComponent(String name, TestScript.ActionAssertRulesetComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptActionAssertRulesetComponentElements
protected void composeTestScriptActionAssertRulesetComponentElements(TestScript.ActionAssertRulesetComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptActionAssertRulesetRuleComponent
protected void composeTestScriptActionAssertRulesetRuleComponent(String name, TestScript.ActionAssertRulesetRuleComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptActionAssertRulesetRuleComponentElements
protected void composeTestScriptActionAssertRulesetRuleComponentElements(TestScript.ActionAssertRulesetRuleComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptActionAssertRulesetRuleParamComponent
protected void composeTestScriptActionAssertRulesetRuleParamComponent(String name, TestScript.ActionAssertRulesetRuleParamComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptActionAssertRulesetRuleParamComponentElements
protected void composeTestScriptActionAssertRulesetRuleParamComponentElements(TestScript.ActionAssertRulesetRuleParamComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptTestComponent
protected void composeTestScriptTestScriptTestComponent(String name, TestScript.TestScriptTestComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptTestComponentElements
protected void composeTestScriptTestScriptTestComponentElements(TestScript.TestScriptTestComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestActionComponent
protected void composeTestScriptTestActionComponent(String name, TestScript.TestActionComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestActionComponentElements
protected void composeTestScriptTestActionComponentElements(TestScript.TestActionComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptTeardownComponent
protected void composeTestScriptTestScriptTeardownComponent(String name, TestScript.TestScriptTeardownComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptTeardownComponentElements
protected void composeTestScriptTestScriptTeardownComponentElements(TestScript.TestScriptTeardownComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTeardownActionComponent
protected void composeTestScriptTeardownActionComponent(String name, TestScript.TeardownActionComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTeardownActionComponentElements
protected void composeTestScriptTeardownActionComponentElements(TestScript.TeardownActionComponent element) throws IOException
- Throws:
IOException
-
composeValueSet
protected void composeValueSet(String name, ValueSet element) throws IOException
- Throws:
IOException
-
composeValueSetElements
protected void composeValueSetElements(ValueSet element) throws IOException
- Throws:
IOException
-
composeValueSetValueSetComposeComponent
protected void composeValueSetValueSetComposeComponent(String name, ValueSet.ValueSetComposeComponent element) throws IOException
- Throws:
IOException
-
composeValueSetValueSetComposeComponentElements
protected void composeValueSetValueSetComposeComponentElements(ValueSet.ValueSetComposeComponent element) throws IOException
- Throws:
IOException
-
composeValueSetConceptSetComponent
protected void composeValueSetConceptSetComponent(String name, ValueSet.ConceptSetComponent element) throws IOException
- Throws:
IOException
-
composeValueSetConceptSetComponentElements
protected void composeValueSetConceptSetComponentElements(ValueSet.ConceptSetComponent element) throws IOException
- Throws:
IOException
-
composeValueSetConceptReferenceComponent
protected void composeValueSetConceptReferenceComponent(String name, ValueSet.ConceptReferenceComponent element) throws IOException
- Throws:
IOException
-
composeValueSetConceptReferenceComponentElements
protected void composeValueSetConceptReferenceComponentElements(ValueSet.ConceptReferenceComponent element) throws IOException
- Throws:
IOException
-
composeValueSetConceptReferenceDesignationComponent
protected void composeValueSetConceptReferenceDesignationComponent(String name, ValueSet.ConceptReferenceDesignationComponent element) throws IOException
- Throws:
IOException
-
composeValueSetConceptReferenceDesignationComponentElements
protected void composeValueSetConceptReferenceDesignationComponentElements(ValueSet.ConceptReferenceDesignationComponent element) throws IOException
- Throws:
IOException
-
composeValueSetConceptSetFilterComponent
protected void composeValueSetConceptSetFilterComponent(String name, ValueSet.ConceptSetFilterComponent element) throws IOException
- Throws:
IOException
-
composeValueSetConceptSetFilterComponentElements
protected void composeValueSetConceptSetFilterComponentElements(ValueSet.ConceptSetFilterComponent element) throws IOException
- Throws:
IOException
-
composeValueSetValueSetExpansionComponent
protected void composeValueSetValueSetExpansionComponent(String name, ValueSet.ValueSetExpansionComponent element) throws IOException
- Throws:
IOException
-
composeValueSetValueSetExpansionComponentElements
protected void composeValueSetValueSetExpansionComponentElements(ValueSet.ValueSetExpansionComponent element) throws IOException
- Throws:
IOException
-
composeValueSetValueSetExpansionParameterComponent
protected void composeValueSetValueSetExpansionParameterComponent(String name, ValueSet.ValueSetExpansionParameterComponent element) throws IOException
- Throws:
IOException
-
composeValueSetValueSetExpansionParameterComponentElements
protected void composeValueSetValueSetExpansionParameterComponentElements(ValueSet.ValueSetExpansionParameterComponent element) throws IOException
- Throws:
IOException
-
composeValueSetValueSetExpansionContainsComponent
protected void composeValueSetValueSetExpansionContainsComponent(String name, ValueSet.ValueSetExpansionContainsComponent element) throws IOException
- Throws:
IOException
-
composeValueSetValueSetExpansionContainsComponentElements
protected void composeValueSetValueSetExpansionContainsComponentElements(ValueSet.ValueSetExpansionContainsComponent element) throws IOException
- Throws:
IOException
-
composeVisionPrescription
protected void composeVisionPrescription(String name, VisionPrescription element) throws IOException
- Throws:
IOException
-
composeVisionPrescriptionElements
protected void composeVisionPrescriptionElements(VisionPrescription element) throws IOException
- Throws:
IOException
-
composeVisionPrescriptionVisionPrescriptionDispenseComponent
protected void composeVisionPrescriptionVisionPrescriptionDispenseComponent(String name, VisionPrescription.VisionPrescriptionDispenseComponent element) throws IOException
- Throws:
IOException
-
composeVisionPrescriptionVisionPrescriptionDispenseComponentElements
protected void composeVisionPrescriptionVisionPrescriptionDispenseComponentElements(VisionPrescription.VisionPrescriptionDispenseComponent element) throws IOException
- Throws:
IOException
-
composeResource
protected void composeResource(Resource resource) throws IOException
- Specified by:
composeResourcein classXmlParserBase- Throws:
IOException
-
composeResource
protected void composeResource(String name, Resource resource) throws IOException
- Specified by:
composeResourcein classXmlParserBase- Throws:
IOException
-
composeType
protected void composeType(String prefix, Type type) throws IOException
- Specified by:
composeTypein classXmlParserBase- Throws:
IOException
-
-