public class XmlParser extends XmlParserBase
XmlParserBase.XmlVersionIParser.OutputStylecomments, htmlPretty, xmlallowComments, allowUnknownContent, handleComments, idMap, style, xhtmlMessageFHIR_NS, ID_REGEX, NS_XSI, XHTML_NS| Constructor and Description |
|---|
XmlParser() |
XmlParser(boolean allowUnknownContent) |
XmlParser(XmlParserBase.XmlVersion ver) |
compose, compose, compose, compose, compose, composeDomainResource, composeElementAttributes, composeElementClose, composeString, composeTypeAttributes, composeXhtml, getType, loadXml, loadXml, next, nextNoWhitespace, parse, parse, parseAnyType, parseBackboneAttributes, parseDomainResourceContained, parseElementAttributes, parseElementClose, parseResourceContained, parseType, parseTypeAttributes, parseXhtml, skipElementWithContent, skipEmptyElement, unknownContentcomposeBytes, composeBytes, composeString, composeString, getHandleComments, getOutputStyle, isAllowComments, isAllowUnknownContent, parse, parse, parseAnyType, parseAnyType, parseBase64BinaryPrimitive, parseBooleanPrimitive, parseBooleanPrimitive, parseCodePrimitive, parseDecimalPrimitive, parseDecimalPrimitive, parseIdPrimitive, parseIntegerPrimitive, parseIntegerPrimitive, parseOidPrimitive, parseStringPrimitive, parseTimePrimitive, parseType, parseType, parseUriPrimitive, parseUuidPrimitive, setAllowComments, setAllowUnknownContent, setHandleComments, setOutputStyle, setSuppressXhtmldetermineFormat, determineFormat, isValidId, loadFile, loadFile, makeId, makeParser, makeParser, toString, toString, toString, toString, toString, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomposeBytes, composeBytes, composeString, composeString, getHandleComments, getOutputStyle, isAllowUnknownContent, parse, parse, parseType, parseType, setAllowUnknownContent, setHandleComments, setOutputStyle, setSuppressXhtmlpublic XmlParser()
public XmlParser(XmlParserBase.XmlVersion ver)
public XmlParser(boolean allowUnknownContent)
protected boolean parseElementContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Element res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseBackboneElementContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, BackboneElement res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseBackboneElementContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, BackboneType res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected <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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DateType parseDate(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DateTimeType parseDateTime(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CodeType parseCode(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected StringType parseString(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected IntegerType parseInteger(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected OidType parseOid(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CanonicalType parseCanonical(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected UriType parseUri(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected UuidType parseUuid(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected UrlType parseUrl(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected InstantType parseInstant(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected BooleanType parseBoolean(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Base64BinaryType parseBase64Binary(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected UnsignedIntType parseUnsignedInt(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MarkdownType parseMarkdown(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TimeType parseTime(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected IdType parseId(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PositiveIntType parsePositiveInt(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DecimalType parseDecimal(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Extension parseExtension(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseExtensionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Extension res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Narrative parseNarrative(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseNarrativeContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Narrative res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Meta parseMeta(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMetaContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Meta res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Address parseAddress(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseAddressContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Address res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contributor parseContributor(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseContributorContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contributor res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Attachment parseAttachment(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseAttachmentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Attachment res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Count parseCount(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseCountContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Count res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DataRequirement parseDataRequirement(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseDataRequirementContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DataRequirement res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DataRequirement.DataRequirementCodeFilterComponent parseDataRequirementDataRequirementCodeFilterComponent(org.xmlpull.v1.XmlPullParser xpp, DataRequirement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DataRequirement.DataRequirementDateFilterComponent parseDataRequirementDataRequirementDateFilterComponent(org.xmlpull.v1.XmlPullParser xpp, DataRequirement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DataRequirement.DataRequirementSortComponent parseDataRequirementDataRequirementSortComponent(org.xmlpull.v1.XmlPullParser xpp, DataRequirement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseDataRequirementDataRequirementSortComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DataRequirement owner, DataRequirement.DataRequirementSortComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Dosage parseDosage(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseDosageContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Dosage res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Dosage.DosageDoseAndRateComponent parseDosageDosageDoseAndRateComponent(org.xmlpull.v1.XmlPullParser xpp, Dosage owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseDosageDosageDoseAndRateComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Dosage owner, Dosage.DosageDoseAndRateComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Money parseMoney(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMoneyContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Money res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected HumanName parseHumanName(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseHumanNameContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, HumanName res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ContactPoint parseContactPoint(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseContactPointContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ContactPoint res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MarketingStatus parseMarketingStatus(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMarketingStatusContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MarketingStatus res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Identifier parseIdentifier(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseIdentifierContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Identifier res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceAmount parseSubstanceAmount(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceAmountContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceAmount res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceAmount.SubstanceAmountReferenceRangeComponent parseSubstanceAmountSubstanceAmountReferenceRangeComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceAmount owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceAmountSubstanceAmountReferenceRangeComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceAmount owner, SubstanceAmount.SubstanceAmountReferenceRangeComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Coding parseCoding(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseCodingContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Coding res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SampledData parseSampledData(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSampledDataContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SampledData res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Population parsePopulation(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parsePopulationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Population res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Ratio parseRatio(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseRatioContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Ratio res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Distance parseDistance(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseDistanceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Distance res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Age parseAge(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseAgeContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Age res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Reference parseReference(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseReferenceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Reference res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TriggerDefinition parseTriggerDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseTriggerDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TriggerDefinition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Quantity parseQuantity(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseQuantityContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Quantity res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Period parsePeriod(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parsePeriodContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Period res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Duration parseDuration(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseDurationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Duration res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Range parseRange(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseRangeContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Range res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected RelatedArtifact parseRelatedArtifact(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseRelatedArtifactContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RelatedArtifact res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Annotation parseAnnotation(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseAnnotationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Annotation res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ProductShelfLife parseProductShelfLife(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseProductShelfLifeContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ProductShelfLife res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ContactDetail parseContactDetail(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseContactDetailContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ContactDetail res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected UsageContext parseUsageContext(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseUsageContextContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, UsageContext res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Expression parseExpression(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseExpressionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Expression res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Signature parseSignature(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSignatureContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Signature res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Timing parseTiming(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseTimingContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Timing res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Timing.TimingRepeatComponent parseTimingTimingRepeatComponent(org.xmlpull.v1.XmlPullParser xpp, Timing owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ProdCharacteristic parseProdCharacteristic(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseProdCharacteristicContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ProdCharacteristic res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CodeableConcept parseCodeableConcept(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseCodeableConceptContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeableConcept res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ParameterDefinition parseParameterDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseParameterDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ParameterDefinition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ElementDefinition parseElementDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseElementDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ElementDefinition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ElementDefinition.ElementDefinitionSlicingComponent parseElementDefinitionElementDefinitionSlicingComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ElementDefinition.ElementDefinitionSlicingDiscriminatorComponent parseElementDefinitionElementDefinitionSlicingDiscriminatorComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ElementDefinition.ElementDefinitionBaseComponent parseElementDefinitionElementDefinitionBaseComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ElementDefinition.TypeRefComponent parseElementDefinitionTypeRefComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ElementDefinition.ElementDefinitionExampleComponent parseElementDefinitionElementDefinitionExampleComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ElementDefinition.ElementDefinitionConstraintComponent parseElementDefinitionElementDefinitionConstraintComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ElementDefinition.ElementDefinitionBindingComponent parseElementDefinitionElementDefinitionBindingComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ElementDefinition.ElementDefinitionMappingComponent parseElementDefinitionElementDefinitionMappingComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDomainResourceAttributes(org.xmlpull.v1.XmlPullParser xpp, DomainResource res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseDomainResourceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DomainResource res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Parameters parseParameters(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseParametersContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Parameters res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Parameters.ParametersParameterComponent parseParametersParametersParameterComponent(org.xmlpull.v1.XmlPullParser xpp, Parameters owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseResourceAttributes(org.xmlpull.v1.XmlPullParser xpp, Resource res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseResourceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Resource res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Account parseAccount(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseAccountContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Account res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Account.CoverageComponent parseAccountCoverageComponent(org.xmlpull.v1.XmlPullParser xpp, Account owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Account.GuarantorComponent parseAccountGuarantorComponent(org.xmlpull.v1.XmlPullParser xpp, Account owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ActivityDefinition parseActivityDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseActivityDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ActivityDefinition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ActivityDefinition.ActivityDefinitionParticipantComponent parseActivityDefinitionActivityDefinitionParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, ActivityDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ActivityDefinition.ActivityDefinitionDynamicValueComponent parseActivityDefinitionActivityDefinitionDynamicValueComponent(org.xmlpull.v1.XmlPullParser xpp, ActivityDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected AdverseEvent parseAdverseEvent(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseAdverseEventContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, AdverseEvent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected AdverseEvent.AdverseEventSuspectEntityComponent parseAdverseEventAdverseEventSuspectEntityComponent(org.xmlpull.v1.XmlPullParser xpp, AdverseEvent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected AdverseEvent.AdverseEventSuspectEntityCausalityComponent parseAdverseEventAdverseEventSuspectEntityCausalityComponent(org.xmlpull.v1.XmlPullParser xpp, AdverseEvent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseAdverseEventAdverseEventSuspectEntityCausalityComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, AdverseEvent owner, AdverseEvent.AdverseEventSuspectEntityCausalityComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected AllergyIntolerance parseAllergyIntolerance(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseAllergyIntoleranceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, AllergyIntolerance res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected AllergyIntolerance.AllergyIntoleranceReactionComponent parseAllergyIntoleranceAllergyIntoleranceReactionComponent(org.xmlpull.v1.XmlPullParser xpp, AllergyIntolerance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Appointment parseAppointment(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseAppointmentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Appointment res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Appointment.AppointmentParticipantComponent parseAppointmentAppointmentParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, Appointment owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected AppointmentResponse parseAppointmentResponse(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseAppointmentResponseContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, AppointmentResponse res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected AuditEvent parseAuditEvent(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseAuditEventContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, AuditEvent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected AuditEvent.AuditEventAgentComponent parseAuditEventAuditEventAgentComponent(org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected AuditEvent.AuditEventAgentNetworkComponent parseAuditEventAuditEventAgentNetworkComponent(org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected AuditEvent.AuditEventSourceComponent parseAuditEventAuditEventSourceComponent(org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected AuditEvent.AuditEventEntityComponent parseAuditEventAuditEventEntityComponent(org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected AuditEvent.AuditEventEntityDetailComponent parseAuditEventAuditEventEntityDetailComponent(org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Basic parseBasic(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseBasicContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Basic res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Binary parseBinary(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseBinaryContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Binary res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected BiologicallyDerivedProduct parseBiologicallyDerivedProduct(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseBiologicallyDerivedProductContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, BiologicallyDerivedProduct res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected BiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent parseBiologicallyDerivedProductBiologicallyDerivedProductCollectionComponent(org.xmlpull.v1.XmlPullParser xpp, BiologicallyDerivedProduct owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseBiologicallyDerivedProductBiologicallyDerivedProductCollectionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, BiologicallyDerivedProduct owner, BiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected BiologicallyDerivedProduct.BiologicallyDerivedProductProcessingComponent parseBiologicallyDerivedProductBiologicallyDerivedProductProcessingComponent(org.xmlpull.v1.XmlPullParser xpp, BiologicallyDerivedProduct owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseBiologicallyDerivedProductBiologicallyDerivedProductProcessingComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, BiologicallyDerivedProduct owner, BiologicallyDerivedProduct.BiologicallyDerivedProductProcessingComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected BiologicallyDerivedProduct.BiologicallyDerivedProductManipulationComponent parseBiologicallyDerivedProductBiologicallyDerivedProductManipulationComponent(org.xmlpull.v1.XmlPullParser xpp, BiologicallyDerivedProduct owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseBiologicallyDerivedProductBiologicallyDerivedProductManipulationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, BiologicallyDerivedProduct owner, BiologicallyDerivedProduct.BiologicallyDerivedProductManipulationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected BiologicallyDerivedProduct.BiologicallyDerivedProductStorageComponent parseBiologicallyDerivedProductBiologicallyDerivedProductStorageComponent(org.xmlpull.v1.XmlPullParser xpp, BiologicallyDerivedProduct owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseBiologicallyDerivedProductBiologicallyDerivedProductStorageComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, BiologicallyDerivedProduct owner, BiologicallyDerivedProduct.BiologicallyDerivedProductStorageComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected BodyStructure parseBodyStructure(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseBodyStructureContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, BodyStructure res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Bundle parseBundle(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseBundleContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Bundle res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Bundle.BundleLinkComponent parseBundleBundleLinkComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Bundle.BundleEntryComponent parseBundleBundleEntryComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Bundle.BundleEntrySearchComponent parseBundleBundleEntrySearchComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Bundle.BundleEntryRequestComponent parseBundleBundleEntryRequestComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Bundle.BundleEntryResponseComponent parseBundleBundleEntryResponseComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CapabilityStatement parseCapabilityStatement(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseCapabilityStatementContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CapabilityStatement.CapabilityStatementSoftwareComponent parseCapabilityStatementCapabilityStatementSoftwareComponent(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CapabilityStatement.CapabilityStatementImplementationComponent parseCapabilityStatementCapabilityStatementImplementationComponent(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CapabilityStatement.CapabilityStatementRestComponent parseCapabilityStatementCapabilityStatementRestComponent(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CapabilityStatement.CapabilityStatementRestSecurityComponent parseCapabilityStatementCapabilityStatementRestSecurityComponent(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CapabilityStatement.CapabilityStatementRestResourceComponent parseCapabilityStatementCapabilityStatementRestResourceComponent(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CapabilityStatement.ResourceInteractionComponent parseCapabilityStatementResourceInteractionComponent(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent parseCapabilityStatementCapabilityStatementRestResourceSearchParamComponent(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CapabilityStatement.CapabilityStatementRestResourceOperationComponent parseCapabilityStatementCapabilityStatementRestResourceOperationComponent(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseCapabilityStatementCapabilityStatementRestResourceOperationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner, CapabilityStatement.CapabilityStatementRestResourceOperationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CapabilityStatement.SystemInteractionComponent parseCapabilityStatementSystemInteractionComponent(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CapabilityStatement.CapabilityStatementMessagingComponent parseCapabilityStatementCapabilityStatementMessagingComponent(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CapabilityStatement.CapabilityStatementMessagingEndpointComponent parseCapabilityStatementCapabilityStatementMessagingEndpointComponent(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CapabilityStatement.CapabilityStatementMessagingSupportedMessageComponent parseCapabilityStatementCapabilityStatementMessagingSupportedMessageComponent(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CapabilityStatement.CapabilityStatementDocumentComponent parseCapabilityStatementCapabilityStatementDocumentComponent(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CarePlan parseCarePlan(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseCarePlanContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CarePlan res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CarePlan.CarePlanActivityComponent parseCarePlanCarePlanActivityComponent(org.xmlpull.v1.XmlPullParser xpp, CarePlan owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CarePlan.CarePlanActivityDetailComponent parseCarePlanCarePlanActivityDetailComponent(org.xmlpull.v1.XmlPullParser xpp, CarePlan owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CareTeam parseCareTeam(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseCareTeamContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CareTeam res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CareTeam.CareTeamParticipantComponent parseCareTeamCareTeamParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, CareTeam owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CatalogEntry parseCatalogEntry(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseCatalogEntryContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CatalogEntry res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CatalogEntry.CatalogEntryRelatedEntryComponent parseCatalogEntryCatalogEntryRelatedEntryComponent(org.xmlpull.v1.XmlPullParser xpp, CatalogEntry owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseCatalogEntryCatalogEntryRelatedEntryComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CatalogEntry owner, CatalogEntry.CatalogEntryRelatedEntryComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ChargeItem parseChargeItem(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseChargeItemContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ChargeItem res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ChargeItem.ChargeItemPerformerComponent parseChargeItemChargeItemPerformerComponent(org.xmlpull.v1.XmlPullParser xpp, ChargeItem owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseChargeItemChargeItemPerformerComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ChargeItem owner, ChargeItem.ChargeItemPerformerComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ChargeItemDefinition parseChargeItemDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseChargeItemDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ChargeItemDefinition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ChargeItemDefinition.ChargeItemDefinitionApplicabilityComponent parseChargeItemDefinitionChargeItemDefinitionApplicabilityComponent(org.xmlpull.v1.XmlPullParser xpp, ChargeItemDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseChargeItemDefinitionChargeItemDefinitionApplicabilityComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ChargeItemDefinition owner, ChargeItemDefinition.ChargeItemDefinitionApplicabilityComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ChargeItemDefinition.ChargeItemDefinitionPropertyGroupComponent parseChargeItemDefinitionChargeItemDefinitionPropertyGroupComponent(org.xmlpull.v1.XmlPullParser xpp, ChargeItemDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseChargeItemDefinitionChargeItemDefinitionPropertyGroupComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ChargeItemDefinition owner, ChargeItemDefinition.ChargeItemDefinitionPropertyGroupComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ChargeItemDefinition.ChargeItemDefinitionPropertyGroupPriceComponentComponent parseChargeItemDefinitionChargeItemDefinitionPropertyGroupPriceComponentComponent(org.xmlpull.v1.XmlPullParser xpp, ChargeItemDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseChargeItemDefinitionChargeItemDefinitionPropertyGroupPriceComponentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ChargeItemDefinition owner, ChargeItemDefinition.ChargeItemDefinitionPropertyGroupPriceComponentComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Claim parseClaim(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseClaimContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Claim res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Claim.RelatedClaimComponent parseClaimRelatedClaimComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Claim.PayeeComponent parseClaimPayeeComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Claim.CareTeamComponent parseClaimCareTeamComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Claim.SupportingInformationComponent parseClaimSupportingInformationComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseClaimSupportingInformationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Claim owner, Claim.SupportingInformationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Claim.DiagnosisComponent parseClaimDiagnosisComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Claim.ProcedureComponent parseClaimProcedureComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Claim.InsuranceComponent parseClaimInsuranceComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Claim.AccidentComponent parseClaimAccidentComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Claim.ItemComponent parseClaimItemComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Claim.DetailComponent parseClaimDetailComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Claim.SubDetailComponent parseClaimSubDetailComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClaimResponse parseClaimResponse(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseClaimResponseContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClaimResponse res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClaimResponse.ItemComponent parseClaimResponseItemComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClaimResponse.AdjudicationComponent parseClaimResponseAdjudicationComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClaimResponse.ItemDetailComponent parseClaimResponseItemDetailComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClaimResponse.SubDetailComponent parseClaimResponseSubDetailComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClaimResponse.AddedItemComponent parseClaimResponseAddedItemComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClaimResponse.AddedItemDetailComponent parseClaimResponseAddedItemDetailComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseClaimResponseAddedItemDetailComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner, ClaimResponse.AddedItemDetailComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClaimResponse.AddedItemSubDetailComponent parseClaimResponseAddedItemSubDetailComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseClaimResponseAddedItemSubDetailComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner, ClaimResponse.AddedItemSubDetailComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClaimResponse.TotalComponent parseClaimResponseTotalComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseClaimResponseTotalComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner, ClaimResponse.TotalComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClaimResponse.PaymentComponent parseClaimResponsePaymentComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClaimResponse.NoteComponent parseClaimResponseNoteComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClaimResponse.InsuranceComponent parseClaimResponseInsuranceComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClaimResponse.ErrorComponent parseClaimResponseErrorComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClinicalImpression parseClinicalImpression(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseClinicalImpressionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClinicalImpression res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClinicalImpression.ClinicalImpressionInvestigationComponent parseClinicalImpressionClinicalImpressionInvestigationComponent(org.xmlpull.v1.XmlPullParser xpp, ClinicalImpression owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClinicalImpression.ClinicalImpressionFindingComponent parseClinicalImpressionClinicalImpressionFindingComponent(org.xmlpull.v1.XmlPullParser xpp, ClinicalImpression owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CodeSystem parseCodeSystem(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseCodeSystemContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CodeSystem.CodeSystemFilterComponent parseCodeSystemCodeSystemFilterComponent(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CodeSystem.PropertyComponent parseCodeSystemPropertyComponent(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CodeSystem.ConceptDefinitionComponent parseCodeSystemConceptDefinitionComponent(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CodeSystem.ConceptDefinitionDesignationComponent parseCodeSystemConceptDefinitionDesignationComponent(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CodeSystem.ConceptPropertyComponent parseCodeSystemConceptPropertyComponent(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Communication parseCommunication(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseCommunicationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Communication res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Communication.CommunicationPayloadComponent parseCommunicationCommunicationPayloadComponent(org.xmlpull.v1.XmlPullParser xpp, Communication owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CommunicationRequest parseCommunicationRequest(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseCommunicationRequestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CommunicationRequest res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CommunicationRequest.CommunicationRequestPayloadComponent parseCommunicationRequestCommunicationRequestPayloadComponent(org.xmlpull.v1.XmlPullParser xpp, CommunicationRequest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CompartmentDefinition parseCompartmentDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseCompartmentDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CompartmentDefinition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CompartmentDefinition.CompartmentDefinitionResourceComponent parseCompartmentDefinitionCompartmentDefinitionResourceComponent(org.xmlpull.v1.XmlPullParser xpp, CompartmentDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Composition parseComposition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseCompositionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Composition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Composition.CompositionAttesterComponent parseCompositionCompositionAttesterComponent(org.xmlpull.v1.XmlPullParser xpp, Composition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Composition.CompositionRelatesToComponent parseCompositionCompositionRelatesToComponent(org.xmlpull.v1.XmlPullParser xpp, Composition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Composition.CompositionEventComponent parseCompositionCompositionEventComponent(org.xmlpull.v1.XmlPullParser xpp, Composition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Composition.SectionComponent parseCompositionSectionComponent(org.xmlpull.v1.XmlPullParser xpp, Composition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ConceptMap parseConceptMap(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseConceptMapContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ConceptMap.ConceptMapGroupComponent parseConceptMapConceptMapGroupComponent(org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ConceptMap.SourceElementComponent parseConceptMapSourceElementComponent(org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ConceptMap.TargetElementComponent parseConceptMapTargetElementComponent(org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ConceptMap.OtherElementComponent parseConceptMapOtherElementComponent(org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ConceptMap.ConceptMapGroupUnmappedComponent parseConceptMapConceptMapGroupUnmappedComponent(org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Condition parseCondition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseConditionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Condition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Condition.ConditionStageComponent parseConditionConditionStageComponent(org.xmlpull.v1.XmlPullParser xpp, Condition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Condition.ConditionEvidenceComponent parseConditionConditionEvidenceComponent(org.xmlpull.v1.XmlPullParser xpp, Condition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Consent parseConsent(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseConsentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Consent.ConsentPolicyComponent parseConsentConsentPolicyComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Consent.ConsentVerificationComponent parseConsentConsentVerificationComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseConsentConsentVerificationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.ConsentVerificationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Consent.provisionComponent parseConsentprovisionComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseConsentprovisionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.provisionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Consent.provisionActorComponent parseConsentprovisionActorComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseConsentprovisionActorComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.provisionActorComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Consent.provisionDataComponent parseConsentprovisionDataComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseConsentprovisionDataComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.provisionDataComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract parseContract(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseContractContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.ContentDefinitionComponent parseContractContentDefinitionComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseContractContentDefinitionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract owner, Contract.ContentDefinitionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.TermComponent parseContractTermComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.SecurityLabelComponent parseContractSecurityLabelComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseContractSecurityLabelComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract owner, Contract.SecurityLabelComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.ContractOfferComponent parseContractContractOfferComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseContractContractOfferComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract owner, Contract.ContractOfferComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.ContractPartyComponent parseContractContractPartyComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseContractContractPartyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract owner, Contract.ContractPartyComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.AnswerComponent parseContractAnswerComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseContractAnswerComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract owner, Contract.AnswerComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.ContractAssetComponent parseContractContractAssetComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseContractContractAssetComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract owner, Contract.ContractAssetComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.AssetContextComponent parseContractAssetContextComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseContractAssetContextComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract owner, Contract.AssetContextComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.ValuedItemComponent parseContractValuedItemComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.ActionComponent parseContractActionComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseContractActionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract owner, Contract.ActionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.ActionSubjectComponent parseContractActionSubjectComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseContractActionSubjectComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contract owner, Contract.ActionSubjectComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.SignatoryComponent parseContractSignatoryComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.FriendlyLanguageComponent parseContractFriendlyLanguageComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.LegalLanguageComponent parseContractLegalLanguageComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.ComputableLanguageComponent parseContractComputableLanguageComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Coverage parseCoverage(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseCoverageContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Coverage res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Coverage.ClassComponent parseCoverageClassComponent(org.xmlpull.v1.XmlPullParser xpp, Coverage owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseCoverageClassComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Coverage owner, Coverage.ClassComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Coverage.CostToBeneficiaryComponent parseCoverageCostToBeneficiaryComponent(org.xmlpull.v1.XmlPullParser xpp, Coverage owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseCoverageCostToBeneficiaryComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Coverage owner, Coverage.CostToBeneficiaryComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Coverage.ExemptionComponent parseCoverageExemptionComponent(org.xmlpull.v1.XmlPullParser xpp, Coverage owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseCoverageExemptionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Coverage owner, Coverage.ExemptionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CoverageEligibilityRequest parseCoverageEligibilityRequest(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseCoverageEligibilityRequestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CoverageEligibilityRequest res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CoverageEligibilityRequest.SupportingInformationComponent parseCoverageEligibilityRequestSupportingInformationComponent(org.xmlpull.v1.XmlPullParser xpp, CoverageEligibilityRequest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseCoverageEligibilityRequestSupportingInformationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CoverageEligibilityRequest owner, CoverageEligibilityRequest.SupportingInformationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CoverageEligibilityRequest.InsuranceComponent parseCoverageEligibilityRequestInsuranceComponent(org.xmlpull.v1.XmlPullParser xpp, CoverageEligibilityRequest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseCoverageEligibilityRequestInsuranceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CoverageEligibilityRequest owner, CoverageEligibilityRequest.InsuranceComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CoverageEligibilityRequest.DetailsComponent parseCoverageEligibilityRequestDetailsComponent(org.xmlpull.v1.XmlPullParser xpp, CoverageEligibilityRequest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseCoverageEligibilityRequestDetailsComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CoverageEligibilityRequest owner, CoverageEligibilityRequest.DetailsComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CoverageEligibilityRequest.DiagnosisComponent parseCoverageEligibilityRequestDiagnosisComponent(org.xmlpull.v1.XmlPullParser xpp, CoverageEligibilityRequest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseCoverageEligibilityRequestDiagnosisComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CoverageEligibilityRequest owner, CoverageEligibilityRequest.DiagnosisComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CoverageEligibilityResponse parseCoverageEligibilityResponse(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseCoverageEligibilityResponseContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CoverageEligibilityResponse res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CoverageEligibilityResponse.InsuranceComponent parseCoverageEligibilityResponseInsuranceComponent(org.xmlpull.v1.XmlPullParser xpp, CoverageEligibilityResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseCoverageEligibilityResponseInsuranceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CoverageEligibilityResponse owner, CoverageEligibilityResponse.InsuranceComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CoverageEligibilityResponse.ItemsComponent parseCoverageEligibilityResponseItemsComponent(org.xmlpull.v1.XmlPullParser xpp, CoverageEligibilityResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseCoverageEligibilityResponseItemsComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CoverageEligibilityResponse owner, CoverageEligibilityResponse.ItemsComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CoverageEligibilityResponse.BenefitComponent parseCoverageEligibilityResponseBenefitComponent(org.xmlpull.v1.XmlPullParser xpp, CoverageEligibilityResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseCoverageEligibilityResponseBenefitComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CoverageEligibilityResponse owner, CoverageEligibilityResponse.BenefitComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CoverageEligibilityResponse.ErrorsComponent parseCoverageEligibilityResponseErrorsComponent(org.xmlpull.v1.XmlPullParser xpp, CoverageEligibilityResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseCoverageEligibilityResponseErrorsComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CoverageEligibilityResponse owner, CoverageEligibilityResponse.ErrorsComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DetectedIssue parseDetectedIssue(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseDetectedIssueContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DetectedIssue res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DetectedIssue.DetectedIssueEvidenceComponent parseDetectedIssueDetectedIssueEvidenceComponent(org.xmlpull.v1.XmlPullParser xpp, DetectedIssue owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseDetectedIssueDetectedIssueEvidenceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DetectedIssue owner, DetectedIssue.DetectedIssueEvidenceComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DetectedIssue.DetectedIssueMitigationComponent parseDetectedIssueDetectedIssueMitigationComponent(org.xmlpull.v1.XmlPullParser xpp, DetectedIssue owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Device parseDevice(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseDeviceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Device.DeviceUdiCarrierComponent parseDeviceDeviceUdiCarrierComponent(org.xmlpull.v1.XmlPullParser xpp, Device owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseDeviceDeviceUdiCarrierComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device owner, Device.DeviceUdiCarrierComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Device.DeviceDeviceNameComponent parseDeviceDeviceDeviceNameComponent(org.xmlpull.v1.XmlPullParser xpp, Device owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseDeviceDeviceDeviceNameComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device owner, Device.DeviceDeviceNameComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Device.DeviceSpecializationComponent parseDeviceDeviceSpecializationComponent(org.xmlpull.v1.XmlPullParser xpp, Device owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseDeviceDeviceSpecializationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device owner, Device.DeviceSpecializationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Device.DeviceVersionComponent parseDeviceDeviceVersionComponent(org.xmlpull.v1.XmlPullParser xpp, Device owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseDeviceDeviceVersionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device owner, Device.DeviceVersionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Device.DevicePropertyComponent parseDeviceDevicePropertyComponent(org.xmlpull.v1.XmlPullParser xpp, Device owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseDeviceDevicePropertyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device owner, Device.DevicePropertyComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DeviceDefinition parseDeviceDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseDeviceDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent parseDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponent(org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner, DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DeviceDefinition.DeviceDefinitionDeviceNameComponent parseDeviceDefinitionDeviceDefinitionDeviceNameComponent(org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseDeviceDefinitionDeviceDefinitionDeviceNameComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner, DeviceDefinition.DeviceDefinitionDeviceNameComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DeviceDefinition.DeviceDefinitionSpecializationComponent parseDeviceDefinitionDeviceDefinitionSpecializationComponent(org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseDeviceDefinitionDeviceDefinitionSpecializationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner, DeviceDefinition.DeviceDefinitionSpecializationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DeviceDefinition.DeviceDefinitionCapabilityComponent parseDeviceDefinitionDeviceDefinitionCapabilityComponent(org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseDeviceDefinitionDeviceDefinitionCapabilityComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner, DeviceDefinition.DeviceDefinitionCapabilityComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DeviceDefinition.DeviceDefinitionPropertyComponent parseDeviceDefinitionDeviceDefinitionPropertyComponent(org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseDeviceDefinitionDeviceDefinitionPropertyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner, DeviceDefinition.DeviceDefinitionPropertyComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DeviceDefinition.DeviceDefinitionMaterialComponent parseDeviceDefinitionDeviceDefinitionMaterialComponent(org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseDeviceDefinitionDeviceDefinitionMaterialComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner, DeviceDefinition.DeviceDefinitionMaterialComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DeviceMetric parseDeviceMetric(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseDeviceMetricContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceMetric res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DeviceMetric.DeviceMetricCalibrationComponent parseDeviceMetricDeviceMetricCalibrationComponent(org.xmlpull.v1.XmlPullParser xpp, DeviceMetric owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DeviceRequest parseDeviceRequest(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseDeviceRequestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceRequest res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DeviceRequest.DeviceRequestParameterComponent parseDeviceRequestDeviceRequestParameterComponent(org.xmlpull.v1.XmlPullParser xpp, DeviceRequest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseDeviceRequestDeviceRequestParameterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceRequest owner, DeviceRequest.DeviceRequestParameterComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DeviceUseStatement parseDeviceUseStatement(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseDeviceUseStatementContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceUseStatement res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DiagnosticReport parseDiagnosticReport(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseDiagnosticReportContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DiagnosticReport res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DiagnosticReport.DiagnosticReportMediaComponent parseDiagnosticReportDiagnosticReportMediaComponent(org.xmlpull.v1.XmlPullParser xpp, DiagnosticReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseDiagnosticReportDiagnosticReportMediaComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DiagnosticReport owner, DiagnosticReport.DiagnosticReportMediaComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DocumentManifest parseDocumentManifest(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseDocumentManifestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentManifest res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DocumentManifest.DocumentManifestRelatedComponent parseDocumentManifestDocumentManifestRelatedComponent(org.xmlpull.v1.XmlPullParser xpp, DocumentManifest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DocumentReference parseDocumentReference(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseDocumentReferenceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentReference res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DocumentReference.DocumentReferenceRelatesToComponent parseDocumentReferenceDocumentReferenceRelatesToComponent(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DocumentReference.DocumentReferenceContentComponent parseDocumentReferenceDocumentReferenceContentComponent(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DocumentReference.DocumentReferenceContextComponent parseDocumentReferenceDocumentReferenceContextComponent(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EffectEvidenceSynthesis parseEffectEvidenceSynthesis(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseEffectEvidenceSynthesisContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EffectEvidenceSynthesis res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EffectEvidenceSynthesis.EffectEvidenceSynthesisSampleSizeComponent parseEffectEvidenceSynthesisEffectEvidenceSynthesisSampleSizeComponent(org.xmlpull.v1.XmlPullParser xpp, EffectEvidenceSynthesis owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseEffectEvidenceSynthesisEffectEvidenceSynthesisSampleSizeComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EffectEvidenceSynthesis owner, EffectEvidenceSynthesis.EffectEvidenceSynthesisSampleSizeComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent parseEffectEvidenceSynthesisEffectEvidenceSynthesisResultsByExposureComponent(org.xmlpull.v1.XmlPullParser xpp, EffectEvidenceSynthesis owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseEffectEvidenceSynthesisEffectEvidenceSynthesisResultsByExposureComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EffectEvidenceSynthesis owner, EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent parseEffectEvidenceSynthesisEffectEvidenceSynthesisEffectEstimateComponent(org.xmlpull.v1.XmlPullParser xpp, EffectEvidenceSynthesis owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseEffectEvidenceSynthesisEffectEvidenceSynthesisEffectEstimateComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EffectEvidenceSynthesis owner, EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimatePrecisionEstimateComponent parseEffectEvidenceSynthesisEffectEvidenceSynthesisEffectEstimatePrecisionEstimateComponent(org.xmlpull.v1.XmlPullParser xpp, EffectEvidenceSynthesis owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseEffectEvidenceSynthesisEffectEvidenceSynthesisEffectEstimatePrecisionEstimateComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EffectEvidenceSynthesis owner, EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimatePrecisionEstimateComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyComponent parseEffectEvidenceSynthesisEffectEvidenceSynthesisCertaintyComponent(org.xmlpull.v1.XmlPullParser xpp, EffectEvidenceSynthesis owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseEffectEvidenceSynthesisEffectEvidenceSynthesisCertaintyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EffectEvidenceSynthesis owner, EffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyCertaintySubcomponentComponent parseEffectEvidenceSynthesisEffectEvidenceSynthesisCertaintyCertaintySubcomponentComponent(org.xmlpull.v1.XmlPullParser xpp, EffectEvidenceSynthesis owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseEffectEvidenceSynthesisEffectEvidenceSynthesisCertaintyCertaintySubcomponentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EffectEvidenceSynthesis owner, EffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyCertaintySubcomponentComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Encounter parseEncounter(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseEncounterContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Encounter res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Encounter.StatusHistoryComponent parseEncounterStatusHistoryComponent(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Encounter.ClassHistoryComponent parseEncounterClassHistoryComponent(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Encounter.EncounterParticipantComponent parseEncounterEncounterParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Encounter.DiagnosisComponent parseEncounterDiagnosisComponent(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Encounter.EncounterHospitalizationComponent parseEncounterEncounterHospitalizationComponent(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Encounter.EncounterLocationComponent parseEncounterEncounterLocationComponent(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Endpoint parseEndpoint(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseEndpointContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Endpoint res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EnrollmentRequest parseEnrollmentRequest(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseEnrollmentRequestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EnrollmentRequest res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EnrollmentResponse parseEnrollmentResponse(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseEnrollmentResponseContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EnrollmentResponse res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EpisodeOfCare parseEpisodeOfCare(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseEpisodeOfCareContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EpisodeOfCare res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EpisodeOfCare.EpisodeOfCareStatusHistoryComponent parseEpisodeOfCareEpisodeOfCareStatusHistoryComponent(org.xmlpull.v1.XmlPullParser xpp, EpisodeOfCare owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EpisodeOfCare.DiagnosisComponent parseEpisodeOfCareDiagnosisComponent(org.xmlpull.v1.XmlPullParser xpp, EpisodeOfCare owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EventDefinition parseEventDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseEventDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EventDefinition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Evidence parseEvidence(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseEvidenceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Evidence res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EvidenceVariable parseEvidenceVariable(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseEvidenceVariableContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EvidenceVariable res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EvidenceVariable.EvidenceVariableCharacteristicComponent parseEvidenceVariableEvidenceVariableCharacteristicComponent(org.xmlpull.v1.XmlPullParser xpp, EvidenceVariable owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseEvidenceVariableEvidenceVariableCharacteristicComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EvidenceVariable owner, EvidenceVariable.EvidenceVariableCharacteristicComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExampleScenario parseExampleScenario(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseExampleScenarioContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExampleScenario res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExampleScenario.ExampleScenarioActorComponent parseExampleScenarioExampleScenarioActorComponent(org.xmlpull.v1.XmlPullParser xpp, ExampleScenario owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseExampleScenarioExampleScenarioActorComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExampleScenario owner, ExampleScenario.ExampleScenarioActorComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExampleScenario.ExampleScenarioInstanceComponent parseExampleScenarioExampleScenarioInstanceComponent(org.xmlpull.v1.XmlPullParser xpp, ExampleScenario owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseExampleScenarioExampleScenarioInstanceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExampleScenario owner, ExampleScenario.ExampleScenarioInstanceComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExampleScenario.ExampleScenarioInstanceVersionComponent parseExampleScenarioExampleScenarioInstanceVersionComponent(org.xmlpull.v1.XmlPullParser xpp, ExampleScenario owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseExampleScenarioExampleScenarioInstanceVersionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExampleScenario owner, ExampleScenario.ExampleScenarioInstanceVersionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExampleScenario.ExampleScenarioInstanceContainedInstanceComponent parseExampleScenarioExampleScenarioInstanceContainedInstanceComponent(org.xmlpull.v1.XmlPullParser xpp, ExampleScenario owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseExampleScenarioExampleScenarioInstanceContainedInstanceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExampleScenario owner, ExampleScenario.ExampleScenarioInstanceContainedInstanceComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExampleScenario.ExampleScenarioProcessComponent parseExampleScenarioExampleScenarioProcessComponent(org.xmlpull.v1.XmlPullParser xpp, ExampleScenario owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseExampleScenarioExampleScenarioProcessComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExampleScenario owner, ExampleScenario.ExampleScenarioProcessComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExampleScenario.ExampleScenarioProcessStepComponent parseExampleScenarioExampleScenarioProcessStepComponent(org.xmlpull.v1.XmlPullParser xpp, ExampleScenario owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseExampleScenarioExampleScenarioProcessStepComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExampleScenario owner, ExampleScenario.ExampleScenarioProcessStepComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExampleScenario.ExampleScenarioProcessStepOperationComponent parseExampleScenarioExampleScenarioProcessStepOperationComponent(org.xmlpull.v1.XmlPullParser xpp, ExampleScenario owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseExampleScenarioExampleScenarioProcessStepOperationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExampleScenario owner, ExampleScenario.ExampleScenarioProcessStepOperationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExampleScenario.ExampleScenarioProcessStepAlternativeComponent parseExampleScenarioExampleScenarioProcessStepAlternativeComponent(org.xmlpull.v1.XmlPullParser xpp, ExampleScenario owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseExampleScenarioExampleScenarioProcessStepAlternativeComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExampleScenario owner, ExampleScenario.ExampleScenarioProcessStepAlternativeComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit parseExplanationOfBenefit(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseExplanationOfBenefitContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.RelatedClaimComponent parseExplanationOfBenefitRelatedClaimComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.PayeeComponent parseExplanationOfBenefitPayeeComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.CareTeamComponent parseExplanationOfBenefitCareTeamComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.SupportingInformationComponent parseExplanationOfBenefitSupportingInformationComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.DiagnosisComponent parseExplanationOfBenefitDiagnosisComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.ProcedureComponent parseExplanationOfBenefitProcedureComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.InsuranceComponent parseExplanationOfBenefitInsuranceComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.AccidentComponent parseExplanationOfBenefitAccidentComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.ItemComponent parseExplanationOfBenefitItemComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.AdjudicationComponent parseExplanationOfBenefitAdjudicationComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.DetailComponent parseExplanationOfBenefitDetailComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.SubDetailComponent parseExplanationOfBenefitSubDetailComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.AddedItemComponent parseExplanationOfBenefitAddedItemComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.AddedItemDetailComponent parseExplanationOfBenefitAddedItemDetailComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseExplanationOfBenefitAddedItemDetailComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner, ExplanationOfBenefit.AddedItemDetailComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.AddedItemDetailSubDetailComponent parseExplanationOfBenefitAddedItemDetailSubDetailComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseExplanationOfBenefitAddedItemDetailSubDetailComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner, ExplanationOfBenefit.AddedItemDetailSubDetailComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.TotalComponent parseExplanationOfBenefitTotalComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseExplanationOfBenefitTotalComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner, ExplanationOfBenefit.TotalComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.PaymentComponent parseExplanationOfBenefitPaymentComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.NoteComponent parseExplanationOfBenefitNoteComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.BenefitBalanceComponent parseExplanationOfBenefitBenefitBalanceComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.BenefitComponent parseExplanationOfBenefitBenefitComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected FamilyMemberHistory parseFamilyMemberHistory(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseFamilyMemberHistoryContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, FamilyMemberHistory res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected FamilyMemberHistory.FamilyMemberHistoryConditionComponent parseFamilyMemberHistoryFamilyMemberHistoryConditionComponent(org.xmlpull.v1.XmlPullParser xpp, FamilyMemberHistory owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Flag parseFlag(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseFlagContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Flag res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Goal parseGoal(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseGoalContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Goal res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Goal.GoalTargetComponent parseGoalGoalTargetComponent(org.xmlpull.v1.XmlPullParser xpp, Goal owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected GraphDefinition parseGraphDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseGraphDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, GraphDefinition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected GraphDefinition.GraphDefinitionLinkComponent parseGraphDefinitionGraphDefinitionLinkComponent(org.xmlpull.v1.XmlPullParser xpp, GraphDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected GraphDefinition.GraphDefinitionLinkTargetComponent parseGraphDefinitionGraphDefinitionLinkTargetComponent(org.xmlpull.v1.XmlPullParser xpp, GraphDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent parseGraphDefinitionGraphDefinitionLinkTargetCompartmentComponent(org.xmlpull.v1.XmlPullParser xpp, GraphDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Group parseGroup(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseGroupContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Group res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Group.GroupCharacteristicComponent parseGroupGroupCharacteristicComponent(org.xmlpull.v1.XmlPullParser xpp, Group owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Group.GroupMemberComponent parseGroupGroupMemberComponent(org.xmlpull.v1.XmlPullParser xpp, Group owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected GuidanceResponse parseGuidanceResponse(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseGuidanceResponseContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, GuidanceResponse res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected HealthcareService parseHealthcareService(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseHealthcareServiceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, HealthcareService res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected HealthcareService.HealthcareServiceEligibilityComponent parseHealthcareServiceHealthcareServiceEligibilityComponent(org.xmlpull.v1.XmlPullParser xpp, HealthcareService owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseHealthcareServiceHealthcareServiceEligibilityComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, HealthcareService owner, HealthcareService.HealthcareServiceEligibilityComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected HealthcareService.HealthcareServiceAvailableTimeComponent parseHealthcareServiceHealthcareServiceAvailableTimeComponent(org.xmlpull.v1.XmlPullParser xpp, HealthcareService owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected HealthcareService.HealthcareServiceNotAvailableComponent parseHealthcareServiceHealthcareServiceNotAvailableComponent(org.xmlpull.v1.XmlPullParser xpp, HealthcareService owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImagingStudy parseImagingStudy(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseImagingStudyContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingStudy res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImagingStudy.ImagingStudySeriesComponent parseImagingStudyImagingStudySeriesComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingStudy owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImagingStudy.ImagingStudySeriesPerformerComponent parseImagingStudyImagingStudySeriesPerformerComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingStudy owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseImagingStudyImagingStudySeriesPerformerComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingStudy owner, ImagingStudy.ImagingStudySeriesPerformerComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImagingStudy.ImagingStudySeriesInstanceComponent parseImagingStudyImagingStudySeriesInstanceComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingStudy owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Immunization parseImmunization(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseImmunizationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Immunization res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Immunization.ImmunizationPerformerComponent parseImmunizationImmunizationPerformerComponent(org.xmlpull.v1.XmlPullParser xpp, Immunization owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseImmunizationImmunizationPerformerComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Immunization owner, Immunization.ImmunizationPerformerComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Immunization.ImmunizationEducationComponent parseImmunizationImmunizationEducationComponent(org.xmlpull.v1.XmlPullParser xpp, Immunization owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseImmunizationImmunizationEducationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Immunization owner, Immunization.ImmunizationEducationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Immunization.ImmunizationReactionComponent parseImmunizationImmunizationReactionComponent(org.xmlpull.v1.XmlPullParser xpp, Immunization owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Immunization.ImmunizationProtocolAppliedComponent parseImmunizationImmunizationProtocolAppliedComponent(org.xmlpull.v1.XmlPullParser xpp, Immunization owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseImmunizationImmunizationProtocolAppliedComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Immunization owner, Immunization.ImmunizationProtocolAppliedComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImmunizationEvaluation parseImmunizationEvaluation(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseImmunizationEvaluationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImmunizationEvaluation res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImmunizationRecommendation parseImmunizationRecommendation(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseImmunizationRecommendationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImmunizationRecommendation res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent parseImmunizationRecommendationImmunizationRecommendationRecommendationComponent(org.xmlpull.v1.XmlPullParser xpp, ImmunizationRecommendation owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent parseImmunizationRecommendationImmunizationRecommendationRecommendationDateCriterionComponent(org.xmlpull.v1.XmlPullParser xpp, ImmunizationRecommendation owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImplementationGuide parseImplementationGuide(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseImplementationGuideContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImplementationGuide.ImplementationGuideDependsOnComponent parseImplementationGuideImplementationGuideDependsOnComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseImplementationGuideImplementationGuideDependsOnComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner, ImplementationGuide.ImplementationGuideDependsOnComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImplementationGuide.ImplementationGuideGlobalComponent parseImplementationGuideImplementationGuideGlobalComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImplementationGuide.ImplementationGuideDefinitionComponent parseImplementationGuideImplementationGuideDefinitionComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseImplementationGuideImplementationGuideDefinitionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner, ImplementationGuide.ImplementationGuideDefinitionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImplementationGuide.ImplementationGuideDefinitionGroupingComponent parseImplementationGuideImplementationGuideDefinitionGroupingComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseImplementationGuideImplementationGuideDefinitionGroupingComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner, ImplementationGuide.ImplementationGuideDefinitionGroupingComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImplementationGuide.ImplementationGuideDefinitionResourceComponent parseImplementationGuideImplementationGuideDefinitionResourceComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseImplementationGuideImplementationGuideDefinitionResourceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner, ImplementationGuide.ImplementationGuideDefinitionResourceComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImplementationGuide.ImplementationGuideDefinitionPageComponent parseImplementationGuideImplementationGuideDefinitionPageComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseImplementationGuideImplementationGuideDefinitionPageComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner, ImplementationGuide.ImplementationGuideDefinitionPageComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImplementationGuide.ImplementationGuideDefinitionParameterComponent parseImplementationGuideImplementationGuideDefinitionParameterComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseImplementationGuideImplementationGuideDefinitionParameterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner, ImplementationGuide.ImplementationGuideDefinitionParameterComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImplementationGuide.ImplementationGuideDefinitionTemplateComponent parseImplementationGuideImplementationGuideDefinitionTemplateComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseImplementationGuideImplementationGuideDefinitionTemplateComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner, ImplementationGuide.ImplementationGuideDefinitionTemplateComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImplementationGuide.ImplementationGuideManifestComponent parseImplementationGuideImplementationGuideManifestComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseImplementationGuideImplementationGuideManifestComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner, ImplementationGuide.ImplementationGuideManifestComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImplementationGuide.ManifestResourceComponent parseImplementationGuideManifestResourceComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseImplementationGuideManifestResourceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner, ImplementationGuide.ManifestResourceComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImplementationGuide.ManifestPageComponent parseImplementationGuideManifestPageComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseImplementationGuideManifestPageComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner, ImplementationGuide.ManifestPageComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected InsurancePlan parseInsurancePlan(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseInsurancePlanContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected InsurancePlan.InsurancePlanContactComponent parseInsurancePlanInsurancePlanContactComponent(org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseInsurancePlanInsurancePlanContactComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner, InsurancePlan.InsurancePlanContactComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected InsurancePlan.InsurancePlanCoverageComponent parseInsurancePlanInsurancePlanCoverageComponent(org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseInsurancePlanInsurancePlanCoverageComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner, InsurancePlan.InsurancePlanCoverageComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected InsurancePlan.CoverageBenefitComponent parseInsurancePlanCoverageBenefitComponent(org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseInsurancePlanCoverageBenefitComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner, InsurancePlan.CoverageBenefitComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected InsurancePlan.CoverageBenefitLimitComponent parseInsurancePlanCoverageBenefitLimitComponent(org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseInsurancePlanCoverageBenefitLimitComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner, InsurancePlan.CoverageBenefitLimitComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected InsurancePlan.InsurancePlanPlanComponent parseInsurancePlanInsurancePlanPlanComponent(org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseInsurancePlanInsurancePlanPlanComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner, InsurancePlan.InsurancePlanPlanComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected InsurancePlan.InsurancePlanPlanGeneralCostComponent parseInsurancePlanInsurancePlanPlanGeneralCostComponent(org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseInsurancePlanInsurancePlanPlanGeneralCostComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner, InsurancePlan.InsurancePlanPlanGeneralCostComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected InsurancePlan.InsurancePlanPlanSpecificCostComponent parseInsurancePlanInsurancePlanPlanSpecificCostComponent(org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseInsurancePlanInsurancePlanPlanSpecificCostComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner, InsurancePlan.InsurancePlanPlanSpecificCostComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected InsurancePlan.PlanBenefitComponent parseInsurancePlanPlanBenefitComponent(org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseInsurancePlanPlanBenefitComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner, InsurancePlan.PlanBenefitComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected InsurancePlan.PlanBenefitCostComponent parseInsurancePlanPlanBenefitCostComponent(org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseInsurancePlanPlanBenefitCostComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner, InsurancePlan.PlanBenefitCostComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Invoice parseInvoice(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseInvoiceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Invoice res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Invoice.InvoiceParticipantComponent parseInvoiceInvoiceParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, Invoice owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseInvoiceInvoiceParticipantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Invoice owner, Invoice.InvoiceParticipantComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Invoice.InvoiceLineItemComponent parseInvoiceInvoiceLineItemComponent(org.xmlpull.v1.XmlPullParser xpp, Invoice owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseInvoiceInvoiceLineItemComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Invoice owner, Invoice.InvoiceLineItemComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Invoice.InvoiceLineItemPriceComponentComponent parseInvoiceInvoiceLineItemPriceComponentComponent(org.xmlpull.v1.XmlPullParser xpp, Invoice owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseInvoiceInvoiceLineItemPriceComponentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Invoice owner, Invoice.InvoiceLineItemPriceComponentComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Library parseLibrary(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseLibraryContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Library res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Linkage parseLinkage(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseLinkageContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Linkage res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Linkage.LinkageItemComponent parseLinkageLinkageItemComponent(org.xmlpull.v1.XmlPullParser xpp, Linkage owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ListResource parseListResource(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseListResourceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ListResource res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ListResource.ListEntryComponent parseListResourceListEntryComponent(org.xmlpull.v1.XmlPullParser xpp, ListResource owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Location parseLocation(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseLocationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Location res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Location.LocationPositionComponent parseLocationLocationPositionComponent(org.xmlpull.v1.XmlPullParser xpp, Location owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Location.LocationHoursOfOperationComponent parseLocationLocationHoursOfOperationComponent(org.xmlpull.v1.XmlPullParser xpp, Location owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseLocationLocationHoursOfOperationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Location owner, Location.LocationHoursOfOperationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Measure parseMeasure(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMeasureContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Measure res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Measure.MeasureGroupComponent parseMeasureMeasureGroupComponent(org.xmlpull.v1.XmlPullParser xpp, Measure owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Measure.MeasureGroupPopulationComponent parseMeasureMeasureGroupPopulationComponent(org.xmlpull.v1.XmlPullParser xpp, Measure owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Measure.MeasureGroupStratifierComponent parseMeasureMeasureGroupStratifierComponent(org.xmlpull.v1.XmlPullParser xpp, Measure owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Measure.MeasureGroupStratifierComponentComponent parseMeasureMeasureGroupStratifierComponentComponent(org.xmlpull.v1.XmlPullParser xpp, Measure owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMeasureMeasureGroupStratifierComponentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Measure owner, Measure.MeasureGroupStratifierComponentComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Measure.MeasureSupplementalDataComponent parseMeasureMeasureSupplementalDataComponent(org.xmlpull.v1.XmlPullParser xpp, Measure owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MeasureReport parseMeasureReport(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMeasureReportContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MeasureReport.MeasureReportGroupComponent parseMeasureReportMeasureReportGroupComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MeasureReport.MeasureReportGroupPopulationComponent parseMeasureReportMeasureReportGroupPopulationComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MeasureReport.MeasureReportGroupStratifierComponent parseMeasureReportMeasureReportGroupStratifierComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MeasureReport.StratifierGroupComponent parseMeasureReportStratifierGroupComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MeasureReport.StratifierGroupComponentComponent parseMeasureReportStratifierGroupComponentComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMeasureReportStratifierGroupComponentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.StratifierGroupComponentComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MeasureReport.StratifierGroupPopulationComponent parseMeasureReportStratifierGroupPopulationComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Media parseMedia(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMediaContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Media res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Medication parseMedication(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Medication res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Medication.MedicationIngredientComponent parseMedicationMedicationIngredientComponent(org.xmlpull.v1.XmlPullParser xpp, Medication owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Medication.MedicationBatchComponent parseMedicationMedicationBatchComponent(org.xmlpull.v1.XmlPullParser xpp, Medication owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicationMedicationBatchComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Medication owner, Medication.MedicationBatchComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationAdministration parseMedicationAdministration(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicationAdministrationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationAdministration res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationAdministration.MedicationAdministrationPerformerComponent parseMedicationAdministrationMedicationAdministrationPerformerComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationAdministration owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationAdministration.MedicationAdministrationDosageComponent parseMedicationAdministrationMedicationAdministrationDosageComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationAdministration owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationDispense parseMedicationDispense(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicationDispenseContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationDispense res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationDispense.MedicationDispensePerformerComponent parseMedicationDispenseMedicationDispensePerformerComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationDispense owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationDispense.MedicationDispenseSubstitutionComponent parseMedicationDispenseMedicationDispenseSubstitutionComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationDispense owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge parseMedicationKnowledge(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicationKnowledgeContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgeRelatedMedicationKnowledgeComponent parseMedicationKnowledgeMedicationKnowledgeRelatedMedicationKnowledgeComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicationKnowledgeMedicationKnowledgeRelatedMedicationKnowledgeComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeRelatedMedicationKnowledgeComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgeMonographComponent parseMedicationKnowledgeMedicationKnowledgeMonographComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicationKnowledgeMedicationKnowledgeMonographComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeMonographComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgeIngredientComponent parseMedicationKnowledgeMedicationKnowledgeIngredientComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicationKnowledgeMedicationKnowledgeIngredientComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeIngredientComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgeCostComponent parseMedicationKnowledgeMedicationKnowledgeCostComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicationKnowledgeMedicationKnowledgeCostComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeCostComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgeMonitoringProgramComponent parseMedicationKnowledgeMedicationKnowledgeMonitoringProgramComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicationKnowledgeMedicationKnowledgeMonitoringProgramComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeMonitoringProgramComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesComponent parseMedicationKnowledgeMedicationKnowledgeAdministrationGuidelinesComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicationKnowledgeMedicationKnowledgeAdministrationGuidelinesComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent parseMedicationKnowledgeMedicationKnowledgeAdministrationGuidelinesDosageComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicationKnowledgeMedicationKnowledgeAdministrationGuidelinesDosageComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesPatientCharacteristicsComponent parseMedicationKnowledgeMedicationKnowledgeAdministrationGuidelinesPatientCharacteristicsComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicationKnowledgeMedicationKnowledgeAdministrationGuidelinesPatientCharacteristicsComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesPatientCharacteristicsComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent parseMedicationKnowledgeMedicationKnowledgeMedicineClassificationComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicationKnowledgeMedicationKnowledgeMedicineClassificationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgePackagingComponent parseMedicationKnowledgeMedicationKnowledgePackagingComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicationKnowledgeMedicationKnowledgePackagingComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgePackagingComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgeDrugCharacteristicComponent parseMedicationKnowledgeMedicationKnowledgeDrugCharacteristicComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicationKnowledgeMedicationKnowledgeDrugCharacteristicComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeDrugCharacteristicComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgeRegulatoryComponent parseMedicationKnowledgeMedicationKnowledgeRegulatoryComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicationKnowledgeMedicationKnowledgeRegulatoryComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeRegulatoryComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent parseMedicationKnowledgeMedicationKnowledgeRegulatorySubstitutionComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicationKnowledgeMedicationKnowledgeRegulatorySubstitutionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgeRegulatoryScheduleComponent parseMedicationKnowledgeMedicationKnowledgeRegulatoryScheduleComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicationKnowledgeMedicationKnowledgeRegulatoryScheduleComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeRegulatoryScheduleComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgeRegulatoryMaxDispenseComponent parseMedicationKnowledgeMedicationKnowledgeRegulatoryMaxDispenseComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicationKnowledgeMedicationKnowledgeRegulatoryMaxDispenseComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeRegulatoryMaxDispenseComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgeKineticsComponent parseMedicationKnowledgeMedicationKnowledgeKineticsComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicationKnowledgeMedicationKnowledgeKineticsComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeKineticsComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationRequest parseMedicationRequest(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicationRequestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationRequest res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationRequest.MedicationRequestDispenseRequestComponent parseMedicationRequestMedicationRequestDispenseRequestComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationRequest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationRequest.MedicationRequestDispenseRequestInitialFillComponent parseMedicationRequestMedicationRequestDispenseRequestInitialFillComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationRequest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicationRequestMedicationRequestDispenseRequestInitialFillComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationRequest owner, MedicationRequest.MedicationRequestDispenseRequestInitialFillComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationRequest.MedicationRequestSubstitutionComponent parseMedicationRequestMedicationRequestSubstitutionComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationRequest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationStatement parseMedicationStatement(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicationStatementContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationStatement res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProduct parseMedicinalProduct(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicinalProductContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProduct res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProduct.MedicinalProductNameComponent parseMedicinalProductMedicinalProductNameComponent(org.xmlpull.v1.XmlPullParser xpp, MedicinalProduct owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicinalProductMedicinalProductNameComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProduct owner, MedicinalProduct.MedicinalProductNameComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProduct.MedicinalProductNameNamePartComponent parseMedicinalProductMedicinalProductNameNamePartComponent(org.xmlpull.v1.XmlPullParser xpp, MedicinalProduct owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicinalProductMedicinalProductNameNamePartComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProduct owner, MedicinalProduct.MedicinalProductNameNamePartComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProduct.MedicinalProductNameCountryLanguageComponent parseMedicinalProductMedicinalProductNameCountryLanguageComponent(org.xmlpull.v1.XmlPullParser xpp, MedicinalProduct owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicinalProductMedicinalProductNameCountryLanguageComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProduct owner, MedicinalProduct.MedicinalProductNameCountryLanguageComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProduct.MedicinalProductManufacturingBusinessOperationComponent parseMedicinalProductMedicinalProductManufacturingBusinessOperationComponent(org.xmlpull.v1.XmlPullParser xpp, MedicinalProduct owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicinalProductMedicinalProductManufacturingBusinessOperationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProduct owner, MedicinalProduct.MedicinalProductManufacturingBusinessOperationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProduct.MedicinalProductSpecialDesignationComponent parseMedicinalProductMedicinalProductSpecialDesignationComponent(org.xmlpull.v1.XmlPullParser xpp, MedicinalProduct owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicinalProductMedicinalProductSpecialDesignationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProduct owner, MedicinalProduct.MedicinalProductSpecialDesignationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductAuthorization parseMedicinalProductAuthorization(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicinalProductAuthorizationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductAuthorization res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductAuthorization.MedicinalProductAuthorizationJurisdictionalAuthorizationComponent parseMedicinalProductAuthorizationMedicinalProductAuthorizationJurisdictionalAuthorizationComponent(org.xmlpull.v1.XmlPullParser xpp, MedicinalProductAuthorization owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicinalProductAuthorizationMedicinalProductAuthorizationJurisdictionalAuthorizationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductAuthorization owner, MedicinalProductAuthorization.MedicinalProductAuthorizationJurisdictionalAuthorizationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductAuthorization.MedicinalProductAuthorizationProcedureComponent parseMedicinalProductAuthorizationMedicinalProductAuthorizationProcedureComponent(org.xmlpull.v1.XmlPullParser xpp, MedicinalProductAuthorization owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicinalProductAuthorizationMedicinalProductAuthorizationProcedureComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductAuthorization owner, MedicinalProductAuthorization.MedicinalProductAuthorizationProcedureComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductContraindication parseMedicinalProductContraindication(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicinalProductContraindicationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductContraindication res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent parseMedicinalProductContraindicationMedicinalProductContraindicationOtherTherapyComponent(org.xmlpull.v1.XmlPullParser xpp, MedicinalProductContraindication owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicinalProductContraindicationMedicinalProductContraindicationOtherTherapyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductContraindication owner, MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductIndication parseMedicinalProductIndication(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicinalProductIndicationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductIndication res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent parseMedicinalProductIndicationMedicinalProductIndicationOtherTherapyComponent(org.xmlpull.v1.XmlPullParser xpp, MedicinalProductIndication owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicinalProductIndicationMedicinalProductIndicationOtherTherapyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductIndication owner, MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductIngredient parseMedicinalProductIngredient(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicinalProductIngredientContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductIngredient res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceComponent parseMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceComponent(org.xmlpull.v1.XmlPullParser xpp, MedicinalProductIngredient owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductIngredient owner, MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthComponent parseMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceStrengthComponent(org.xmlpull.v1.XmlPullParser xpp, MedicinalProductIngredient owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceStrengthComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductIngredient owner, MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponent parseMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponent(org.xmlpull.v1.XmlPullParser xpp, MedicinalProductIngredient owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductIngredient owner, MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductIngredient.MedicinalProductIngredientSubstanceComponent parseMedicinalProductIngredientMedicinalProductIngredientSubstanceComponent(org.xmlpull.v1.XmlPullParser xpp, MedicinalProductIngredient owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicinalProductIngredientMedicinalProductIngredientSubstanceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductIngredient owner, MedicinalProductIngredient.MedicinalProductIngredientSubstanceComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductInteraction parseMedicinalProductInteraction(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicinalProductInteractionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductInteraction res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent parseMedicinalProductInteractionMedicinalProductInteractionInteractantComponent(org.xmlpull.v1.XmlPullParser xpp, MedicinalProductInteraction owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicinalProductInteractionMedicinalProductInteractionInteractantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductInteraction owner, MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductManufactured parseMedicinalProductManufactured(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicinalProductManufacturedContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductManufactured res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductPackaged parseMedicinalProductPackaged(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicinalProductPackagedContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductPackaged res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductPackaged.MedicinalProductPackagedBatchIdentifierComponent parseMedicinalProductPackagedMedicinalProductPackagedBatchIdentifierComponent(org.xmlpull.v1.XmlPullParser xpp, MedicinalProductPackaged owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicinalProductPackagedMedicinalProductPackagedBatchIdentifierComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductPackaged owner, MedicinalProductPackaged.MedicinalProductPackagedBatchIdentifierComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent parseMedicinalProductPackagedMedicinalProductPackagedPackageItemComponent(org.xmlpull.v1.XmlPullParser xpp, MedicinalProductPackaged owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicinalProductPackagedMedicinalProductPackagedPackageItemComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductPackaged owner, MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductPharmaceutical parseMedicinalProductPharmaceutical(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicinalProductPharmaceuticalContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductPharmaceutical res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalCharacteristicsComponent parseMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalCharacteristicsComponent(org.xmlpull.v1.XmlPullParser xpp, MedicinalProductPharmaceutical owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalCharacteristicsComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductPharmaceutical owner, MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalCharacteristicsComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationComponent parseMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalRouteOfAdministrationComponent(org.xmlpull.v1.XmlPullParser xpp, MedicinalProductPharmaceutical owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalRouteOfAdministrationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductPharmaceutical owner, MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesComponent parseMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesComponent(org.xmlpull.v1.XmlPullParser xpp, MedicinalProductPharmaceutical owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductPharmaceutical owner, MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent parseMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent(org.xmlpull.v1.XmlPullParser xpp, MedicinalProductPharmaceutical owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductPharmaceutical owner, MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductUndesirableEffect parseMedicinalProductUndesirableEffect(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMedicinalProductUndesirableEffectContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicinalProductUndesirableEffect res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MessageDefinition parseMessageDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMessageDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MessageDefinition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MessageDefinition.MessageDefinitionFocusComponent parseMessageDefinitionMessageDefinitionFocusComponent(org.xmlpull.v1.XmlPullParser xpp, MessageDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MessageDefinition.MessageDefinitionAllowedResponseComponent parseMessageDefinitionMessageDefinitionAllowedResponseComponent(org.xmlpull.v1.XmlPullParser xpp, MessageDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MessageHeader parseMessageHeader(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMessageHeaderContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MessageHeader res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MessageHeader.MessageDestinationComponent parseMessageHeaderMessageDestinationComponent(org.xmlpull.v1.XmlPullParser xpp, MessageHeader owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MessageHeader.MessageSourceComponent parseMessageHeaderMessageSourceComponent(org.xmlpull.v1.XmlPullParser xpp, MessageHeader owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MessageHeader.MessageHeaderResponseComponent parseMessageHeaderMessageHeaderResponseComponent(org.xmlpull.v1.XmlPullParser xpp, MessageHeader owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MolecularSequence parseMolecularSequence(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMolecularSequenceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MolecularSequence res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MolecularSequence.MolecularSequenceReferenceSeqComponent parseMolecularSequenceMolecularSequenceReferenceSeqComponent(org.xmlpull.v1.XmlPullParser xpp, MolecularSequence owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMolecularSequenceMolecularSequenceReferenceSeqComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MolecularSequence owner, MolecularSequence.MolecularSequenceReferenceSeqComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MolecularSequence.MolecularSequenceVariantComponent parseMolecularSequenceMolecularSequenceVariantComponent(org.xmlpull.v1.XmlPullParser xpp, MolecularSequence owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMolecularSequenceMolecularSequenceVariantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MolecularSequence owner, MolecularSequence.MolecularSequenceVariantComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MolecularSequence.MolecularSequenceQualityComponent parseMolecularSequenceMolecularSequenceQualityComponent(org.xmlpull.v1.XmlPullParser xpp, MolecularSequence owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMolecularSequenceMolecularSequenceQualityComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MolecularSequence owner, MolecularSequence.MolecularSequenceQualityComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MolecularSequence.MolecularSequenceQualityRocComponent parseMolecularSequenceMolecularSequenceQualityRocComponent(org.xmlpull.v1.XmlPullParser xpp, MolecularSequence owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMolecularSequenceMolecularSequenceQualityRocComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MolecularSequence owner, MolecularSequence.MolecularSequenceQualityRocComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MolecularSequence.MolecularSequenceRepositoryComponent parseMolecularSequenceMolecularSequenceRepositoryComponent(org.xmlpull.v1.XmlPullParser xpp, MolecularSequence owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMolecularSequenceMolecularSequenceRepositoryComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MolecularSequence owner, MolecularSequence.MolecularSequenceRepositoryComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MolecularSequence.MolecularSequenceStructureVariantComponent parseMolecularSequenceMolecularSequenceStructureVariantComponent(org.xmlpull.v1.XmlPullParser xpp, MolecularSequence owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMolecularSequenceMolecularSequenceStructureVariantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MolecularSequence owner, MolecularSequence.MolecularSequenceStructureVariantComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MolecularSequence.MolecularSequenceStructureVariantOuterComponent parseMolecularSequenceMolecularSequenceStructureVariantOuterComponent(org.xmlpull.v1.XmlPullParser xpp, MolecularSequence owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMolecularSequenceMolecularSequenceStructureVariantOuterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MolecularSequence owner, MolecularSequence.MolecularSequenceStructureVariantOuterComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MolecularSequence.MolecularSequenceStructureVariantInnerComponent parseMolecularSequenceMolecularSequenceStructureVariantInnerComponent(org.xmlpull.v1.XmlPullParser xpp, MolecularSequence owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseMolecularSequenceMolecularSequenceStructureVariantInnerComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MolecularSequence owner, MolecularSequence.MolecularSequenceStructureVariantInnerComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected NamingSystem parseNamingSystem(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseNamingSystemContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, NamingSystem res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected NamingSystem.NamingSystemUniqueIdComponent parseNamingSystemNamingSystemUniqueIdComponent(org.xmlpull.v1.XmlPullParser xpp, NamingSystem owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected NutritionOrder parseNutritionOrder(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseNutritionOrderContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, NutritionOrder res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected NutritionOrder.NutritionOrderOralDietComponent parseNutritionOrderNutritionOrderOralDietComponent(org.xmlpull.v1.XmlPullParser xpp, NutritionOrder owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected NutritionOrder.NutritionOrderOralDietNutrientComponent parseNutritionOrderNutritionOrderOralDietNutrientComponent(org.xmlpull.v1.XmlPullParser xpp, NutritionOrder owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected NutritionOrder.NutritionOrderOralDietTextureComponent parseNutritionOrderNutritionOrderOralDietTextureComponent(org.xmlpull.v1.XmlPullParser xpp, NutritionOrder owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected NutritionOrder.NutritionOrderSupplementComponent parseNutritionOrderNutritionOrderSupplementComponent(org.xmlpull.v1.XmlPullParser xpp, NutritionOrder owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected NutritionOrder.NutritionOrderEnteralFormulaComponent parseNutritionOrderNutritionOrderEnteralFormulaComponent(org.xmlpull.v1.XmlPullParser xpp, NutritionOrder owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent parseNutritionOrderNutritionOrderEnteralFormulaAdministrationComponent(org.xmlpull.v1.XmlPullParser xpp, NutritionOrder owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Observation parseObservation(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseObservationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Observation res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Observation.ObservationReferenceRangeComponent parseObservationObservationReferenceRangeComponent(org.xmlpull.v1.XmlPullParser xpp, Observation owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Observation.ObservationComponentComponent parseObservationObservationComponentComponent(org.xmlpull.v1.XmlPullParser xpp, Observation owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ObservationDefinition parseObservationDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseObservationDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ObservationDefinition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ObservationDefinition.ObservationDefinitionQuantitativeDetailsComponent parseObservationDefinitionObservationDefinitionQuantitativeDetailsComponent(org.xmlpull.v1.XmlPullParser xpp, ObservationDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseObservationDefinitionObservationDefinitionQuantitativeDetailsComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ObservationDefinition owner, ObservationDefinition.ObservationDefinitionQuantitativeDetailsComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ObservationDefinition.ObservationDefinitionQualifiedIntervalComponent parseObservationDefinitionObservationDefinitionQualifiedIntervalComponent(org.xmlpull.v1.XmlPullParser xpp, ObservationDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseObservationDefinitionObservationDefinitionQualifiedIntervalComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ObservationDefinition owner, ObservationDefinition.ObservationDefinitionQualifiedIntervalComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected OperationDefinition parseOperationDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseOperationDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, OperationDefinition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected OperationDefinition.OperationDefinitionParameterComponent parseOperationDefinitionOperationDefinitionParameterComponent(org.xmlpull.v1.XmlPullParser xpp, OperationDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected OperationDefinition.OperationDefinitionParameterBindingComponent parseOperationDefinitionOperationDefinitionParameterBindingComponent(org.xmlpull.v1.XmlPullParser xpp, OperationDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected OperationDefinition.OperationDefinitionParameterReferencedFromComponent parseOperationDefinitionOperationDefinitionParameterReferencedFromComponent(org.xmlpull.v1.XmlPullParser xpp, OperationDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseOperationDefinitionOperationDefinitionParameterReferencedFromComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, OperationDefinition owner, OperationDefinition.OperationDefinitionParameterReferencedFromComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected OperationDefinition.OperationDefinitionOverloadComponent parseOperationDefinitionOperationDefinitionOverloadComponent(org.xmlpull.v1.XmlPullParser xpp, OperationDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected OperationOutcome parseOperationOutcome(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseOperationOutcomeContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, OperationOutcome res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected OperationOutcome.OperationOutcomeIssueComponent parseOperationOutcomeOperationOutcomeIssueComponent(org.xmlpull.v1.XmlPullParser xpp, OperationOutcome owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Organization parseOrganization(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseOrganizationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Organization res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Organization.OrganizationContactComponent parseOrganizationOrganizationContactComponent(org.xmlpull.v1.XmlPullParser xpp, Organization owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected OrganizationAffiliation parseOrganizationAffiliation(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseOrganizationAffiliationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, OrganizationAffiliation res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Patient parsePatient(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parsePatientContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Patient res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Patient.ContactComponent parsePatientContactComponent(org.xmlpull.v1.XmlPullParser xpp, Patient owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Patient.PatientCommunicationComponent parsePatientPatientCommunicationComponent(org.xmlpull.v1.XmlPullParser xpp, Patient owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Patient.PatientLinkComponent parsePatientPatientLinkComponent(org.xmlpull.v1.XmlPullParser xpp, Patient owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PaymentNotice parsePaymentNotice(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parsePaymentNoticeContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PaymentNotice res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PaymentReconciliation parsePaymentReconciliation(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parsePaymentReconciliationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PaymentReconciliation res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PaymentReconciliation.DetailsComponent parsePaymentReconciliationDetailsComponent(org.xmlpull.v1.XmlPullParser xpp, PaymentReconciliation owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PaymentReconciliation.NotesComponent parsePaymentReconciliationNotesComponent(org.xmlpull.v1.XmlPullParser xpp, PaymentReconciliation owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Person parsePerson(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parsePersonContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Person res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Person.PersonLinkComponent parsePersonPersonLinkComponent(org.xmlpull.v1.XmlPullParser xpp, Person owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PlanDefinition parsePlanDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parsePlanDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PlanDefinition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PlanDefinition.PlanDefinitionGoalComponent parsePlanDefinitionPlanDefinitionGoalComponent(org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PlanDefinition.PlanDefinitionGoalTargetComponent parsePlanDefinitionPlanDefinitionGoalTargetComponent(org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PlanDefinition.PlanDefinitionActionComponent parsePlanDefinitionPlanDefinitionActionComponent(org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PlanDefinition.PlanDefinitionActionConditionComponent parsePlanDefinitionPlanDefinitionActionConditionComponent(org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PlanDefinition.PlanDefinitionActionRelatedActionComponent parsePlanDefinitionPlanDefinitionActionRelatedActionComponent(org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PlanDefinition.PlanDefinitionActionParticipantComponent parsePlanDefinitionPlanDefinitionActionParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PlanDefinition.PlanDefinitionActionDynamicValueComponent parsePlanDefinitionPlanDefinitionActionDynamicValueComponent(org.xmlpull.v1.XmlPullParser xpp, PlanDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Practitioner parsePractitioner(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parsePractitionerContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Practitioner res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Practitioner.PractitionerQualificationComponent parsePractitionerPractitionerQualificationComponent(org.xmlpull.v1.XmlPullParser xpp, Practitioner owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PractitionerRole parsePractitionerRole(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parsePractitionerRoleContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PractitionerRole res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PractitionerRole.PractitionerRoleAvailableTimeComponent parsePractitionerRolePractitionerRoleAvailableTimeComponent(org.xmlpull.v1.XmlPullParser xpp, PractitionerRole owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PractitionerRole.PractitionerRoleNotAvailableComponent parsePractitionerRolePractitionerRoleNotAvailableComponent(org.xmlpull.v1.XmlPullParser xpp, PractitionerRole owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Procedure parseProcedure(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseProcedureContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Procedure res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Procedure.ProcedurePerformerComponent parseProcedureProcedurePerformerComponent(org.xmlpull.v1.XmlPullParser xpp, Procedure owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Procedure.ProcedureFocalDeviceComponent parseProcedureProcedureFocalDeviceComponent(org.xmlpull.v1.XmlPullParser xpp, Procedure owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Provenance parseProvenance(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseProvenanceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Provenance res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Provenance.ProvenanceAgentComponent parseProvenanceProvenanceAgentComponent(org.xmlpull.v1.XmlPullParser xpp, Provenance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Provenance.ProvenanceEntityComponent parseProvenanceProvenanceEntityComponent(org.xmlpull.v1.XmlPullParser xpp, Provenance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Questionnaire parseQuestionnaire(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseQuestionnaireContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Questionnaire res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Questionnaire.QuestionnaireItemComponent parseQuestionnaireQuestionnaireItemComponent(org.xmlpull.v1.XmlPullParser xpp, Questionnaire owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Questionnaire.QuestionnaireItemEnableWhenComponent parseQuestionnaireQuestionnaireItemEnableWhenComponent(org.xmlpull.v1.XmlPullParser xpp, Questionnaire owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Questionnaire.QuestionnaireItemAnswerOptionComponent parseQuestionnaireQuestionnaireItemAnswerOptionComponent(org.xmlpull.v1.XmlPullParser xpp, Questionnaire owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseQuestionnaireQuestionnaireItemAnswerOptionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Questionnaire owner, Questionnaire.QuestionnaireItemAnswerOptionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Questionnaire.QuestionnaireItemInitialComponent parseQuestionnaireQuestionnaireItemInitialComponent(org.xmlpull.v1.XmlPullParser xpp, Questionnaire owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseQuestionnaireQuestionnaireItemInitialComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Questionnaire owner, Questionnaire.QuestionnaireItemInitialComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected QuestionnaireResponse parseQuestionnaireResponse(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseQuestionnaireResponseContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, QuestionnaireResponse res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected QuestionnaireResponse.QuestionnaireResponseItemComponent parseQuestionnaireResponseQuestionnaireResponseItemComponent(org.xmlpull.v1.XmlPullParser xpp, QuestionnaireResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent parseQuestionnaireResponseQuestionnaireResponseItemAnswerComponent(org.xmlpull.v1.XmlPullParser xpp, QuestionnaireResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected RelatedPerson parseRelatedPerson(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseRelatedPersonContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RelatedPerson res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected RelatedPerson.RelatedPersonCommunicationComponent parseRelatedPersonRelatedPersonCommunicationComponent(org.xmlpull.v1.XmlPullParser xpp, RelatedPerson owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseRelatedPersonRelatedPersonCommunicationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RelatedPerson owner, RelatedPerson.RelatedPersonCommunicationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected RequestGroup parseRequestGroup(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseRequestGroupContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RequestGroup res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected RequestGroup.RequestGroupActionComponent parseRequestGroupRequestGroupActionComponent(org.xmlpull.v1.XmlPullParser xpp, RequestGroup owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected RequestGroup.RequestGroupActionConditionComponent parseRequestGroupRequestGroupActionConditionComponent(org.xmlpull.v1.XmlPullParser xpp, RequestGroup owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected RequestGroup.RequestGroupActionRelatedActionComponent parseRequestGroupRequestGroupActionRelatedActionComponent(org.xmlpull.v1.XmlPullParser xpp, RequestGroup owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ResearchDefinition parseResearchDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseResearchDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchDefinition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ResearchElementDefinition parseResearchElementDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseResearchElementDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchElementDefinition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent parseResearchElementDefinitionResearchElementDefinitionCharacteristicComponent(org.xmlpull.v1.XmlPullParser xpp, ResearchElementDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseResearchElementDefinitionResearchElementDefinitionCharacteristicComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchElementDefinition owner, ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ResearchStudy parseResearchStudy(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseResearchStudyContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchStudy res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ResearchStudy.ResearchStudyArmComponent parseResearchStudyResearchStudyArmComponent(org.xmlpull.v1.XmlPullParser xpp, ResearchStudy owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ResearchStudy.ResearchStudyObjectiveComponent parseResearchStudyResearchStudyObjectiveComponent(org.xmlpull.v1.XmlPullParser xpp, ResearchStudy owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseResearchStudyResearchStudyObjectiveComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchStudy owner, ResearchStudy.ResearchStudyObjectiveComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ResearchSubject parseResearchSubject(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseResearchSubjectContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchSubject res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected RiskAssessment parseRiskAssessment(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseRiskAssessmentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RiskAssessment res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected RiskAssessment.RiskAssessmentPredictionComponent parseRiskAssessmentRiskAssessmentPredictionComponent(org.xmlpull.v1.XmlPullParser xpp, RiskAssessment owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected RiskEvidenceSynthesis parseRiskEvidenceSynthesis(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseRiskEvidenceSynthesisContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RiskEvidenceSynthesis res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected RiskEvidenceSynthesis.RiskEvidenceSynthesisSampleSizeComponent parseRiskEvidenceSynthesisRiskEvidenceSynthesisSampleSizeComponent(org.xmlpull.v1.XmlPullParser xpp, RiskEvidenceSynthesis owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseRiskEvidenceSynthesisRiskEvidenceSynthesisSampleSizeComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RiskEvidenceSynthesis owner, RiskEvidenceSynthesis.RiskEvidenceSynthesisSampleSizeComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected RiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimateComponent parseRiskEvidenceSynthesisRiskEvidenceSynthesisRiskEstimateComponent(org.xmlpull.v1.XmlPullParser xpp, RiskEvidenceSynthesis owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseRiskEvidenceSynthesisRiskEvidenceSynthesisRiskEstimateComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RiskEvidenceSynthesis owner, RiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimateComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected RiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimatePrecisionEstimateComponent parseRiskEvidenceSynthesisRiskEvidenceSynthesisRiskEstimatePrecisionEstimateComponent(org.xmlpull.v1.XmlPullParser xpp, RiskEvidenceSynthesis owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseRiskEvidenceSynthesisRiskEvidenceSynthesisRiskEstimatePrecisionEstimateComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RiskEvidenceSynthesis owner, RiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimatePrecisionEstimateComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected RiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyComponent parseRiskEvidenceSynthesisRiskEvidenceSynthesisCertaintyComponent(org.xmlpull.v1.XmlPullParser xpp, RiskEvidenceSynthesis owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseRiskEvidenceSynthesisRiskEvidenceSynthesisCertaintyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RiskEvidenceSynthesis owner, RiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected RiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyCertaintySubcomponentComponent parseRiskEvidenceSynthesisRiskEvidenceSynthesisCertaintyCertaintySubcomponentComponent(org.xmlpull.v1.XmlPullParser xpp, RiskEvidenceSynthesis owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseRiskEvidenceSynthesisRiskEvidenceSynthesisCertaintyCertaintySubcomponentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RiskEvidenceSynthesis owner, RiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyCertaintySubcomponentComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Schedule parseSchedule(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseScheduleContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Schedule res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SearchParameter parseSearchParameter(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSearchParameterContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SearchParameter res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SearchParameter.SearchParameterComponentComponent parseSearchParameterSearchParameterComponentComponent(org.xmlpull.v1.XmlPullParser xpp, SearchParameter owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ServiceRequest parseServiceRequest(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseServiceRequestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ServiceRequest res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Slot parseSlot(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSlotContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Slot res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Specimen parseSpecimen(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSpecimenContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Specimen res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Specimen.SpecimenCollectionComponent parseSpecimenSpecimenCollectionComponent(org.xmlpull.v1.XmlPullParser xpp, Specimen owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Specimen.SpecimenProcessingComponent parseSpecimenSpecimenProcessingComponent(org.xmlpull.v1.XmlPullParser xpp, Specimen owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Specimen.SpecimenContainerComponent parseSpecimenSpecimenContainerComponent(org.xmlpull.v1.XmlPullParser xpp, Specimen owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SpecimenDefinition parseSpecimenDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSpecimenDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SpecimenDefinition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SpecimenDefinition.SpecimenDefinitionTypeTestedComponent parseSpecimenDefinitionSpecimenDefinitionTypeTestedComponent(org.xmlpull.v1.XmlPullParser xpp, SpecimenDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSpecimenDefinitionSpecimenDefinitionTypeTestedComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SpecimenDefinition owner, SpecimenDefinition.SpecimenDefinitionTypeTestedComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SpecimenDefinition.SpecimenDefinitionTypeTestedContainerComponent parseSpecimenDefinitionSpecimenDefinitionTypeTestedContainerComponent(org.xmlpull.v1.XmlPullParser xpp, SpecimenDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSpecimenDefinitionSpecimenDefinitionTypeTestedContainerComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SpecimenDefinition owner, SpecimenDefinition.SpecimenDefinitionTypeTestedContainerComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SpecimenDefinition.SpecimenDefinitionTypeTestedContainerAdditiveComponent parseSpecimenDefinitionSpecimenDefinitionTypeTestedContainerAdditiveComponent(org.xmlpull.v1.XmlPullParser xpp, SpecimenDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSpecimenDefinitionSpecimenDefinitionTypeTestedContainerAdditiveComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SpecimenDefinition owner, SpecimenDefinition.SpecimenDefinitionTypeTestedContainerAdditiveComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SpecimenDefinition.SpecimenDefinitionTypeTestedHandlingComponent parseSpecimenDefinitionSpecimenDefinitionTypeTestedHandlingComponent(org.xmlpull.v1.XmlPullParser xpp, SpecimenDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSpecimenDefinitionSpecimenDefinitionTypeTestedHandlingComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SpecimenDefinition owner, SpecimenDefinition.SpecimenDefinitionTypeTestedHandlingComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected StructureDefinition parseStructureDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseStructureDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureDefinition res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected StructureDefinition.StructureDefinitionMappingComponent parseStructureDefinitionStructureDefinitionMappingComponent(org.xmlpull.v1.XmlPullParser xpp, StructureDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected StructureDefinition.StructureDefinitionContextComponent parseStructureDefinitionStructureDefinitionContextComponent(org.xmlpull.v1.XmlPullParser xpp, StructureDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseStructureDefinitionStructureDefinitionContextComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureDefinition owner, StructureDefinition.StructureDefinitionContextComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected StructureDefinition.StructureDefinitionSnapshotComponent parseStructureDefinitionStructureDefinitionSnapshotComponent(org.xmlpull.v1.XmlPullParser xpp, StructureDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected StructureDefinition.StructureDefinitionDifferentialComponent parseStructureDefinitionStructureDefinitionDifferentialComponent(org.xmlpull.v1.XmlPullParser xpp, StructureDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected StructureMap parseStructureMap(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseStructureMapContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureMap res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected StructureMap.StructureMapStructureComponent parseStructureMapStructureMapStructureComponent(org.xmlpull.v1.XmlPullParser xpp, StructureMap owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected StructureMap.StructureMapGroupComponent parseStructureMapStructureMapGroupComponent(org.xmlpull.v1.XmlPullParser xpp, StructureMap owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected StructureMap.StructureMapGroupInputComponent parseStructureMapStructureMapGroupInputComponent(org.xmlpull.v1.XmlPullParser xpp, StructureMap owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected StructureMap.StructureMapGroupRuleComponent parseStructureMapStructureMapGroupRuleComponent(org.xmlpull.v1.XmlPullParser xpp, StructureMap owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected StructureMap.StructureMapGroupRuleSourceComponent parseStructureMapStructureMapGroupRuleSourceComponent(org.xmlpull.v1.XmlPullParser xpp, StructureMap owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected StructureMap.StructureMapGroupRuleTargetComponent parseStructureMapStructureMapGroupRuleTargetComponent(org.xmlpull.v1.XmlPullParser xpp, StructureMap owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected StructureMap.StructureMapGroupRuleTargetParameterComponent parseStructureMapStructureMapGroupRuleTargetParameterComponent(org.xmlpull.v1.XmlPullParser xpp, StructureMap owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected StructureMap.StructureMapGroupRuleDependentComponent parseStructureMapStructureMapGroupRuleDependentComponent(org.xmlpull.v1.XmlPullParser xpp, StructureMap owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Subscription parseSubscription(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubscriptionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Subscription res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Subscription.SubscriptionChannelComponent parseSubscriptionSubscriptionChannelComponent(org.xmlpull.v1.XmlPullParser xpp, Subscription owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Substance parseSubstance(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Substance res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Substance.SubstanceInstanceComponent parseSubstanceSubstanceInstanceComponent(org.xmlpull.v1.XmlPullParser xpp, Substance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Substance.SubstanceIngredientComponent parseSubstanceSubstanceIngredientComponent(org.xmlpull.v1.XmlPullParser xpp, Substance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceNucleicAcid parseSubstanceNucleicAcid(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceNucleicAcidContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceNucleicAcid res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceNucleicAcid.SubstanceNucleicAcidSubunitComponent parseSubstanceNucleicAcidSubstanceNucleicAcidSubunitComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceNucleicAcid owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceNucleicAcidSubstanceNucleicAcidSubunitComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceNucleicAcid owner, SubstanceNucleicAcid.SubstanceNucleicAcidSubunitComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceNucleicAcid.SubstanceNucleicAcidSubunitLinkageComponent parseSubstanceNucleicAcidSubstanceNucleicAcidSubunitLinkageComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceNucleicAcid owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceNucleicAcidSubstanceNucleicAcidSubunitLinkageComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceNucleicAcid owner, SubstanceNucleicAcid.SubstanceNucleicAcidSubunitLinkageComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceNucleicAcid.SubstanceNucleicAcidSubunitSugarComponent parseSubstanceNucleicAcidSubstanceNucleicAcidSubunitSugarComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceNucleicAcid owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceNucleicAcidSubstanceNucleicAcidSubunitSugarComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceNucleicAcid owner, SubstanceNucleicAcid.SubstanceNucleicAcidSubunitSugarComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstancePolymer parseSubstancePolymer(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstancePolymerContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstancePolymer res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstancePolymer.SubstancePolymerMonomerSetComponent parseSubstancePolymerSubstancePolymerMonomerSetComponent(org.xmlpull.v1.XmlPullParser xpp, SubstancePolymer owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstancePolymerSubstancePolymerMonomerSetComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstancePolymer owner, SubstancePolymer.SubstancePolymerMonomerSetComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstancePolymer.SubstancePolymerMonomerSetStartingMaterialComponent parseSubstancePolymerSubstancePolymerMonomerSetStartingMaterialComponent(org.xmlpull.v1.XmlPullParser xpp, SubstancePolymer owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstancePolymerSubstancePolymerMonomerSetStartingMaterialComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstancePolymer owner, SubstancePolymer.SubstancePolymerMonomerSetStartingMaterialComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstancePolymer.SubstancePolymerRepeatComponent parseSubstancePolymerSubstancePolymerRepeatComponent(org.xmlpull.v1.XmlPullParser xpp, SubstancePolymer owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstancePolymerSubstancePolymerRepeatComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstancePolymer owner, SubstancePolymer.SubstancePolymerRepeatComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent parseSubstancePolymerSubstancePolymerRepeatRepeatUnitComponent(org.xmlpull.v1.XmlPullParser xpp, SubstancePolymer owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstancePolymerSubstancePolymerRepeatRepeatUnitComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstancePolymer owner, SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstancePolymer.SubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent parseSubstancePolymerSubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent(org.xmlpull.v1.XmlPullParser xpp, SubstancePolymer owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstancePolymerSubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstancePolymer owner, SubstancePolymer.SubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent parseSubstancePolymerSubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent(org.xmlpull.v1.XmlPullParser xpp, SubstancePolymer owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstancePolymerSubstancePolymerRepeatRepeatUnitStructuralRepresentationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstancePolymer owner, SubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceProtein parseSubstanceProtein(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceProteinContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceProtein res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceProtein.SubstanceProteinSubunitComponent parseSubstanceProteinSubstanceProteinSubunitComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceProtein owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceProteinSubstanceProteinSubunitComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceProtein owner, SubstanceProtein.SubstanceProteinSubunitComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceReferenceInformation parseSubstanceReferenceInformation(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceReferenceInformationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceReferenceInformation res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceReferenceInformation.SubstanceReferenceInformationGeneComponent parseSubstanceReferenceInformationSubstanceReferenceInformationGeneComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceReferenceInformation owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceReferenceInformationSubstanceReferenceInformationGeneComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceReferenceInformation owner, SubstanceReferenceInformation.SubstanceReferenceInformationGeneComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent parseSubstanceReferenceInformationSubstanceReferenceInformationGeneElementComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceReferenceInformation owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceReferenceInformationSubstanceReferenceInformationGeneElementComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceReferenceInformation owner, SubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceReferenceInformation.SubstanceReferenceInformationClassificationComponent parseSubstanceReferenceInformationSubstanceReferenceInformationClassificationComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceReferenceInformation owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceReferenceInformationSubstanceReferenceInformationClassificationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceReferenceInformation owner, SubstanceReferenceInformation.SubstanceReferenceInformationClassificationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent parseSubstanceReferenceInformationSubstanceReferenceInformationTargetComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceReferenceInformation owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceReferenceInformationSubstanceReferenceInformationTargetComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceReferenceInformation owner, SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSourceMaterial parseSubstanceSourceMaterial(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceSourceMaterialContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceSourceMaterial res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent parseSubstanceSourceMaterialSubstanceSourceMaterialFractionDescriptionComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceSourceMaterial owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceSourceMaterialSubstanceSourceMaterialFractionDescriptionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceSourceMaterial owner, SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent parseSubstanceSourceMaterialSubstanceSourceMaterialOrganismComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceSourceMaterial owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceSourceMaterialSubstanceSourceMaterialOrganismComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceSourceMaterial owner, SubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent parseSubstanceSourceMaterialSubstanceSourceMaterialOrganismAuthorComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceSourceMaterial owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceSourceMaterialSubstanceSourceMaterialOrganismAuthorComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceSourceMaterial owner, SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSourceMaterial.SubstanceSourceMaterialOrganismHybridComponent parseSubstanceSourceMaterialSubstanceSourceMaterialOrganismHybridComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceSourceMaterial owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceSourceMaterialSubstanceSourceMaterialOrganismHybridComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceSourceMaterial owner, SubstanceSourceMaterial.SubstanceSourceMaterialOrganismHybridComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSourceMaterial.SubstanceSourceMaterialOrganismOrganismGeneralComponent parseSubstanceSourceMaterialSubstanceSourceMaterialOrganismOrganismGeneralComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceSourceMaterial owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceSourceMaterialSubstanceSourceMaterialOrganismOrganismGeneralComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceSourceMaterial owner, SubstanceSourceMaterial.SubstanceSourceMaterialOrganismOrganismGeneralComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSourceMaterial.SubstanceSourceMaterialPartDescriptionComponent parseSubstanceSourceMaterialSubstanceSourceMaterialPartDescriptionComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceSourceMaterial owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceSourceMaterialSubstanceSourceMaterialPartDescriptionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceSourceMaterial owner, SubstanceSourceMaterial.SubstanceSourceMaterialPartDescriptionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSpecification parseSubstanceSpecification(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceSpecificationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceSpecification res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSpecification.SubstanceSpecificationMoietyComponent parseSubstanceSpecificationSubstanceSpecificationMoietyComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceSpecification owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceSpecificationSubstanceSpecificationMoietyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceSpecification owner, SubstanceSpecification.SubstanceSpecificationMoietyComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSpecification.SubstanceSpecificationPropertyComponent parseSubstanceSpecificationSubstanceSpecificationPropertyComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceSpecification owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceSpecificationSubstanceSpecificationPropertyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceSpecification owner, SubstanceSpecification.SubstanceSpecificationPropertyComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSpecification.SubstanceSpecificationStructureComponent parseSubstanceSpecificationSubstanceSpecificationStructureComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceSpecification owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceSpecificationSubstanceSpecificationStructureComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceSpecification owner, SubstanceSpecification.SubstanceSpecificationStructureComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSpecification.SubstanceSpecificationStructureIsotopeComponent parseSubstanceSpecificationSubstanceSpecificationStructureIsotopeComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceSpecification owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceSpecificationSubstanceSpecificationStructureIsotopeComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceSpecification owner, SubstanceSpecification.SubstanceSpecificationStructureIsotopeComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSpecification.SubstanceSpecificationStructureIsotopeMolecularWeightComponent parseSubstanceSpecificationSubstanceSpecificationStructureIsotopeMolecularWeightComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceSpecification owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceSpecificationSubstanceSpecificationStructureIsotopeMolecularWeightComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceSpecification owner, SubstanceSpecification.SubstanceSpecificationStructureIsotopeMolecularWeightComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSpecification.SubstanceSpecificationStructureRepresentationComponent parseSubstanceSpecificationSubstanceSpecificationStructureRepresentationComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceSpecification owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceSpecificationSubstanceSpecificationStructureRepresentationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceSpecification owner, SubstanceSpecification.SubstanceSpecificationStructureRepresentationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSpecification.SubstanceSpecificationCodeComponent parseSubstanceSpecificationSubstanceSpecificationCodeComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceSpecification owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceSpecificationSubstanceSpecificationCodeComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceSpecification owner, SubstanceSpecification.SubstanceSpecificationCodeComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSpecification.SubstanceSpecificationNameComponent parseSubstanceSpecificationSubstanceSpecificationNameComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceSpecification owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceSpecificationSubstanceSpecificationNameComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceSpecification owner, SubstanceSpecification.SubstanceSpecificationNameComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSpecification.SubstanceSpecificationNameOfficialComponent parseSubstanceSpecificationSubstanceSpecificationNameOfficialComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceSpecification owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceSpecificationSubstanceSpecificationNameOfficialComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceSpecification owner, SubstanceSpecification.SubstanceSpecificationNameOfficialComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSpecification.SubstanceSpecificationRelationshipComponent parseSubstanceSpecificationSubstanceSpecificationRelationshipComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceSpecification owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSubstanceSpecificationSubstanceSpecificationRelationshipComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceSpecification owner, SubstanceSpecification.SubstanceSpecificationRelationshipComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SupplyDelivery parseSupplyDelivery(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSupplyDeliveryContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SupplyDelivery res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SupplyDelivery.SupplyDeliverySuppliedItemComponent parseSupplyDeliverySupplyDeliverySuppliedItemComponent(org.xmlpull.v1.XmlPullParser xpp, SupplyDelivery owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SupplyRequest parseSupplyRequest(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSupplyRequestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SupplyRequest res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SupplyRequest.SupplyRequestParameterComponent parseSupplyRequestSupplyRequestParameterComponent(org.xmlpull.v1.XmlPullParser xpp, SupplyRequest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseSupplyRequestSupplyRequestParameterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SupplyRequest owner, SupplyRequest.SupplyRequestParameterComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Task parseTask(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseTaskContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Task res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Task.TaskRestrictionComponent parseTaskTaskRestrictionComponent(org.xmlpull.v1.XmlPullParser xpp, Task owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Task.ParameterComponent parseTaskParameterComponent(org.xmlpull.v1.XmlPullParser xpp, Task owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Task.TaskOutputComponent parseTaskTaskOutputComponent(org.xmlpull.v1.XmlPullParser xpp, Task owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TerminologyCapabilities parseTerminologyCapabilities(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseTerminologyCapabilitiesContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TerminologyCapabilities res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TerminologyCapabilities.TerminologyCapabilitiesSoftwareComponent parseTerminologyCapabilitiesTerminologyCapabilitiesSoftwareComponent(org.xmlpull.v1.XmlPullParser xpp, TerminologyCapabilities owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseTerminologyCapabilitiesTerminologyCapabilitiesSoftwareComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TerminologyCapabilities owner, TerminologyCapabilities.TerminologyCapabilitiesSoftwareComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TerminologyCapabilities.TerminologyCapabilitiesImplementationComponent parseTerminologyCapabilitiesTerminologyCapabilitiesImplementationComponent(org.xmlpull.v1.XmlPullParser xpp, TerminologyCapabilities owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseTerminologyCapabilitiesTerminologyCapabilitiesImplementationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TerminologyCapabilities owner, TerminologyCapabilities.TerminologyCapabilitiesImplementationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TerminologyCapabilities.TerminologyCapabilitiesCodeSystemComponent parseTerminologyCapabilitiesTerminologyCapabilitiesCodeSystemComponent(org.xmlpull.v1.XmlPullParser xpp, TerminologyCapabilities owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseTerminologyCapabilitiesTerminologyCapabilitiesCodeSystemComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TerminologyCapabilities owner, TerminologyCapabilities.TerminologyCapabilitiesCodeSystemComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionComponent parseTerminologyCapabilitiesTerminologyCapabilitiesCodeSystemVersionComponent(org.xmlpull.v1.XmlPullParser xpp, TerminologyCapabilities owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseTerminologyCapabilitiesTerminologyCapabilitiesCodeSystemVersionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TerminologyCapabilities owner, TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionFilterComponent parseTerminologyCapabilitiesTerminologyCapabilitiesCodeSystemVersionFilterComponent(org.xmlpull.v1.XmlPullParser xpp, TerminologyCapabilities owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseTerminologyCapabilitiesTerminologyCapabilitiesCodeSystemVersionFilterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TerminologyCapabilities owner, TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionFilterComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TerminologyCapabilities.TerminologyCapabilitiesExpansionComponent parseTerminologyCapabilitiesTerminologyCapabilitiesExpansionComponent(org.xmlpull.v1.XmlPullParser xpp, TerminologyCapabilities owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseTerminologyCapabilitiesTerminologyCapabilitiesExpansionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TerminologyCapabilities owner, TerminologyCapabilities.TerminologyCapabilitiesExpansionComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TerminologyCapabilities.TerminologyCapabilitiesExpansionParameterComponent parseTerminologyCapabilitiesTerminologyCapabilitiesExpansionParameterComponent(org.xmlpull.v1.XmlPullParser xpp, TerminologyCapabilities owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseTerminologyCapabilitiesTerminologyCapabilitiesExpansionParameterComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TerminologyCapabilities owner, TerminologyCapabilities.TerminologyCapabilitiesExpansionParameterComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TerminologyCapabilities.TerminologyCapabilitiesValidateCodeComponent parseTerminologyCapabilitiesTerminologyCapabilitiesValidateCodeComponent(org.xmlpull.v1.XmlPullParser xpp, TerminologyCapabilities owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseTerminologyCapabilitiesTerminologyCapabilitiesValidateCodeComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TerminologyCapabilities owner, TerminologyCapabilities.TerminologyCapabilitiesValidateCodeComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TerminologyCapabilities.TerminologyCapabilitiesTranslationComponent parseTerminologyCapabilitiesTerminologyCapabilitiesTranslationComponent(org.xmlpull.v1.XmlPullParser xpp, TerminologyCapabilities owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseTerminologyCapabilitiesTerminologyCapabilitiesTranslationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TerminologyCapabilities owner, TerminologyCapabilities.TerminologyCapabilitiesTranslationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TerminologyCapabilities.TerminologyCapabilitiesClosureComponent parseTerminologyCapabilitiesTerminologyCapabilitiesClosureComponent(org.xmlpull.v1.XmlPullParser xpp, TerminologyCapabilities owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseTerminologyCapabilitiesTerminologyCapabilitiesClosureComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TerminologyCapabilities owner, TerminologyCapabilities.TerminologyCapabilitiesClosureComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestReport parseTestReport(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseTestReportContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestReport res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestReport.TestReportParticipantComponent parseTestReportTestReportParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestReport.TestReportSetupComponent parseTestReportTestReportSetupComponent(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestReport.SetupActionComponent parseTestReportSetupActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestReport.SetupActionOperationComponent parseTestReportSetupActionOperationComponent(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestReport.SetupActionAssertComponent parseTestReportSetupActionAssertComponent(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestReport.TestReportTestComponent parseTestReportTestReportTestComponent(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestReport.TestActionComponent parseTestReportTestActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestReport.TestReportTeardownComponent parseTestReportTestReportTeardownComponent(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestReport.TeardownActionComponent parseTestReportTeardownActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript parseTestScript(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseTestScriptContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.TestScriptOriginComponent parseTestScriptTestScriptOriginComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.TestScriptDestinationComponent parseTestScriptTestScriptDestinationComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.TestScriptMetadataComponent parseTestScriptTestScriptMetadataComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.TestScriptMetadataLinkComponent parseTestScriptTestScriptMetadataLinkComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.TestScriptMetadataCapabilityComponent parseTestScriptTestScriptMetadataCapabilityComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.TestScriptFixtureComponent parseTestScriptTestScriptFixtureComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.TestScriptVariableComponent parseTestScriptTestScriptVariableComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.TestScriptSetupComponent parseTestScriptTestScriptSetupComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.SetupActionComponent parseTestScriptSetupActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.SetupActionOperationComponent parseTestScriptSetupActionOperationComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.SetupActionOperationRequestHeaderComponent parseTestScriptSetupActionOperationRequestHeaderComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.SetupActionAssertComponent parseTestScriptSetupActionAssertComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.TestScriptTestComponent parseTestScriptTestScriptTestComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.TestActionComponent parseTestScriptTestActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.TestScriptTeardownComponent parseTestScriptTestScriptTeardownComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.TeardownActionComponent parseTestScriptTeardownActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ValueSet parseValueSet(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseValueSetContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ValueSet res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ValueSet.ValueSetComposeComponent parseValueSetValueSetComposeComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ValueSet.ConceptSetComponent parseValueSetConceptSetComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ValueSet.ConceptReferenceComponent parseValueSetConceptReferenceComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ValueSet.ConceptReferenceDesignationComponent parseValueSetConceptReferenceDesignationComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ValueSet.ConceptSetFilterComponent parseValueSetConceptSetFilterComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ValueSet.ValueSetExpansionComponent parseValueSetValueSetExpansionComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ValueSet.ValueSetExpansionParameterComponent parseValueSetValueSetExpansionParameterComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ValueSet.ValueSetExpansionContainsComponent parseValueSetValueSetExpansionContainsComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected 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
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected VerificationResult parseVerificationResult(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseVerificationResultContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, VerificationResult res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected VerificationResult.VerificationResultPrimarySourceComponent parseVerificationResultVerificationResultPrimarySourceComponent(org.xmlpull.v1.XmlPullParser xpp, VerificationResult owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseVerificationResultVerificationResultPrimarySourceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, VerificationResult owner, VerificationResult.VerificationResultPrimarySourceComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected VerificationResult.VerificationResultAttestationComponent parseVerificationResultVerificationResultAttestationComponent(org.xmlpull.v1.XmlPullParser xpp, VerificationResult owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseVerificationResultVerificationResultAttestationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, VerificationResult owner, VerificationResult.VerificationResultAttestationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected VerificationResult.VerificationResultValidatorComponent parseVerificationResultVerificationResultValidatorComponent(org.xmlpull.v1.XmlPullParser xpp, VerificationResult owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseVerificationResultVerificationResultValidatorComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, VerificationResult owner, VerificationResult.VerificationResultValidatorComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected VisionPrescription parseVisionPrescription(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseVisionPrescriptionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, VisionPrescription res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected VisionPrescription.VisionPrescriptionLensSpecificationComponent parseVisionPrescriptionVisionPrescriptionLensSpecificationComponent(org.xmlpull.v1.XmlPullParser xpp, VisionPrescription owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseVisionPrescriptionVisionPrescriptionLensSpecificationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, VisionPrescription owner, VisionPrescription.VisionPrescriptionLensSpecificationComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected VisionPrescription.PrismComponent parseVisionPrescriptionPrismComponent(org.xmlpull.v1.XmlPullParser xpp, VisionPrescription owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean parseVisionPrescriptionPrismComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, VisionPrescription owner, VisionPrescription.PrismComponent res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Resource parseResource(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
parseResource in class XmlParserBaseorg.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Type parseType(String prefix, org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Type parseType(org.xmlpull.v1.XmlPullParser xpp, String type) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
parseType in class XmlParserBaseorg.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorpublic Base parseFragment(org.xmlpull.v1.XmlPullParser xpp, String type) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Type parseAnyType(org.xmlpull.v1.XmlPullParser xpp, String type) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
parseAnyType in class XmlParserBaseorg.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void composeElementElements(Element element) throws IOException
IOExceptionprotected void composeBackboneElementElements(BackboneElement element) throws IOException
IOExceptionprotected void composeBackboneElementElements(BackboneType element) throws IOException
IOExceptionprotected <E extends Enum<E>> void composeEnumeration(String name, Enumeration<E> value, EnumFactory e) throws IOException
IOExceptionprotected void composeDate(String name, DateType value) throws IOException
IOExceptionprotected void composeDateTime(String name, DateTimeType value) throws IOException
IOExceptionprotected void composeCode(String name, CodeType value) throws IOException
IOExceptionprotected void composeString(String name, StringType value) throws IOException
composeString in class XmlParserBaseIOExceptionprotected void composeInteger(String name, IntegerType value) throws IOException
IOExceptionprotected void composeOid(String name, OidType value) throws IOException
IOExceptionprotected void composeCanonical(String name, CanonicalType value) throws IOException
IOExceptionprotected void composeUri(String name, UriType value) throws IOException
IOExceptionprotected void composeUuid(String name, UuidType value) throws IOException
IOExceptionprotected void composeUrl(String name, UrlType value) throws IOException
IOExceptionprotected void composeInstant(String name, InstantType value) throws IOException
IOExceptionprotected void composeBoolean(String name, BooleanType value) throws IOException
IOExceptionprotected void composeBase64Binary(String name, Base64BinaryType value) throws IOException
IOExceptionprotected void composeUnsignedInt(String name, UnsignedIntType value) throws IOException
IOExceptionprotected void composeMarkdown(String name, MarkdownType value) throws IOException
IOExceptionprotected void composeTime(String name, TimeType value) throws IOException
IOExceptionprotected void composeId(String name, IdType value) throws IOException
IOExceptionprotected void composePositiveInt(String name, PositiveIntType value) throws IOException
IOExceptionprotected void composeDecimal(String name, DecimalType value) throws IOException
IOExceptionprotected void composeExtension(String name, Extension element) throws IOException
IOExceptionprotected void composeExtensionElements(Extension element) throws IOException
IOExceptionprotected void composeNarrative(String name, Narrative element) throws IOException
IOExceptionprotected void composeNarrativeElements(Narrative element) throws IOException
IOExceptionprotected void composeCount(String name, Count element) throws IOException
IOExceptionprotected void composeCountElements(Count element) throws IOException
IOExceptionprotected void composeDosage(String name, Dosage element) throws IOException
IOExceptionprotected void composeDosageElements(Dosage element) throws IOException
IOExceptionprotected void composeDosageDosageDoseAndRateComponent(String name, Dosage.DosageDoseAndRateComponent element) throws IOException
IOExceptionprotected void composeDosageDosageDoseAndRateComponentElements(Dosage.DosageDoseAndRateComponent element) throws IOException
IOExceptionprotected void composeMarketingStatus(String name, MarketingStatus element) throws IOException
IOExceptionprotected void composeMarketingStatusElements(MarketingStatus element) throws IOException
IOExceptionprotected void composeSubstanceAmount(String name, SubstanceAmount element) throws IOException
IOExceptionprotected void composeSubstanceAmountElements(SubstanceAmount element) throws IOException
IOExceptionprotected void composeSubstanceAmountSubstanceAmountReferenceRangeComponent(String name, SubstanceAmount.SubstanceAmountReferenceRangeComponent element) throws IOException
IOExceptionprotected void composeSubstanceAmountSubstanceAmountReferenceRangeComponentElements(SubstanceAmount.SubstanceAmountReferenceRangeComponent element) throws IOException
IOExceptionprotected void composePopulation(String name, Population element) throws IOException
IOExceptionprotected void composePopulationElements(Population element) throws IOException
IOExceptionprotected void composeDistance(String name, Distance element) throws IOException
IOExceptionprotected void composeDistanceElements(Distance element) throws IOException
IOExceptionprotected void composeAge(String name, Age element) throws IOException
IOExceptionprotected void composeAgeElements(Age element) throws IOException
IOExceptionprotected void composeDuration(String name, Duration element) throws IOException
IOExceptionprotected void composeDurationElements(Duration element) throws IOException
IOExceptionprotected void composeProductShelfLife(String name, ProductShelfLife element) throws IOException
IOExceptionprotected void composeProductShelfLifeElements(ProductShelfLife element) throws IOException
IOExceptionprotected void composeTiming(String name, Timing element) throws IOException
IOExceptionprotected void composeTimingElements(Timing element) throws IOException
IOExceptionprotected void composeTimingTimingRepeatComponent(String name, Timing.TimingRepeatComponent element) throws IOException
IOExceptionprotected void composeTimingTimingRepeatComponentElements(Timing.TimingRepeatComponent element) throws IOException
IOExceptionprotected void composeProdCharacteristic(String name, ProdCharacteristic element) throws IOException
IOExceptionprotected void composeProdCharacteristicElements(ProdCharacteristic element) throws IOException
IOExceptionprotected void composeMeta(String name, Meta element) throws IOException
IOExceptionprotected void composeMetaElements(Meta element) throws IOException
IOExceptionprotected void composeAddress(String name, Address element) throws IOException
IOExceptionprotected void composeAddressElements(Address element) throws IOException
IOExceptionprotected void composeContributor(String name, Contributor element) throws IOException
IOExceptionprotected void composeContributorElements(Contributor element) throws IOException
IOExceptionprotected void composeAttachment(String name, Attachment element) throws IOException
IOExceptionprotected void composeAttachmentElements(Attachment element) throws IOException
IOExceptionprotected void composeDataRequirement(String name, DataRequirement element) throws IOException
IOExceptionprotected void composeDataRequirementElements(DataRequirement element) throws IOException
IOExceptionprotected void composeDataRequirementDataRequirementCodeFilterComponent(String name, DataRequirement.DataRequirementCodeFilterComponent element) throws IOException
IOExceptionprotected void composeDataRequirementDataRequirementCodeFilterComponentElements(DataRequirement.DataRequirementCodeFilterComponent element) throws IOException
IOExceptionprotected void composeDataRequirementDataRequirementDateFilterComponent(String name, DataRequirement.DataRequirementDateFilterComponent element) throws IOException
IOExceptionprotected void composeDataRequirementDataRequirementDateFilterComponentElements(DataRequirement.DataRequirementDateFilterComponent element) throws IOException
IOExceptionprotected void composeDataRequirementDataRequirementSortComponent(String name, DataRequirement.DataRequirementSortComponent element) throws IOException
IOExceptionprotected void composeDataRequirementDataRequirementSortComponentElements(DataRequirement.DataRequirementSortComponent element) throws IOException
IOExceptionprotected void composeMoney(String name, Money element) throws IOException
IOExceptionprotected void composeMoneyElements(Money element) throws IOException
IOExceptionprotected void composeHumanName(String name, HumanName element) throws IOException
IOExceptionprotected void composeHumanNameElements(HumanName element) throws IOException
IOExceptionprotected void composeContactPoint(String name, ContactPoint element) throws IOException
IOExceptionprotected void composeContactPointElements(ContactPoint element) throws IOException
IOExceptionprotected void composeIdentifier(String name, Identifier element) throws IOException
IOExceptionprotected void composeIdentifierElements(Identifier element) throws IOException
IOExceptionprotected void composeCoding(String name, Coding element) throws IOException
IOExceptionprotected void composeCodingElements(Coding element) throws IOException
IOExceptionprotected void composeSampledData(String name, SampledData element) throws IOException
IOExceptionprotected void composeSampledDataElements(SampledData element) throws IOException
IOExceptionprotected void composeRatio(String name, Ratio element) throws IOException
IOExceptionprotected void composeRatioElements(Ratio element) throws IOException
IOExceptionprotected void composeReference(String name, Reference element) throws IOException
IOExceptionprotected void composeReferenceElements(Reference element) throws IOException
IOExceptionprotected void composeTriggerDefinition(String name, TriggerDefinition element) throws IOException
IOExceptionprotected void composeTriggerDefinitionElements(TriggerDefinition element) throws IOException
IOExceptionprotected void composeQuantity(String name, Quantity element) throws IOException
IOExceptionprotected void composeQuantityElements(Quantity element) throws IOException
IOExceptionprotected void composePeriod(String name, Period element) throws IOException
IOExceptionprotected void composePeriodElements(Period element) throws IOException
IOExceptionprotected void composeRange(String name, Range element) throws IOException
IOExceptionprotected void composeRangeElements(Range element) throws IOException
IOExceptionprotected void composeRelatedArtifact(String name, RelatedArtifact element) throws IOException
IOExceptionprotected void composeRelatedArtifactElements(RelatedArtifact element) throws IOException
IOExceptionprotected void composeAnnotation(String name, Annotation element) throws IOException
IOExceptionprotected void composeAnnotationElements(Annotation element) throws IOException
IOExceptionprotected void composeContactDetail(String name, ContactDetail element) throws IOException
IOExceptionprotected void composeContactDetailElements(ContactDetail element) throws IOException
IOExceptionprotected void composeUsageContext(String name, UsageContext element) throws IOException
IOExceptionprotected void composeUsageContextElements(UsageContext element) throws IOException
IOExceptionprotected void composeExpression(String name, Expression element) throws IOException
IOExceptionprotected void composeExpressionElements(Expression element) throws IOException
IOExceptionprotected void composeSignature(String name, Signature element) throws IOException
IOExceptionprotected void composeSignatureElements(Signature element) throws IOException
IOExceptionprotected void composeCodeableConcept(String name, CodeableConcept element) throws IOException
IOExceptionprotected void composeCodeableConceptElements(CodeableConcept element) throws IOException
IOExceptionprotected void composeParameterDefinition(String name, ParameterDefinition element) throws IOException
IOExceptionprotected void composeParameterDefinitionElements(ParameterDefinition element) throws IOException
IOExceptionprotected void composeElementDefinition(String name, ElementDefinition element) throws IOException
IOExceptionprotected void composeElementDefinitionElements(ElementDefinition element) throws IOException
IOExceptionprotected void composeElementDefinitionElementDefinitionSlicingComponent(String name, ElementDefinition.ElementDefinitionSlicingComponent element) throws IOException
IOExceptionprotected void composeElementDefinitionElementDefinitionSlicingComponentElements(ElementDefinition.ElementDefinitionSlicingComponent element) throws IOException
IOExceptionprotected void composeElementDefinitionElementDefinitionSlicingDiscriminatorComponent(String name, ElementDefinition.ElementDefinitionSlicingDiscriminatorComponent element) throws IOException
IOExceptionprotected void composeElementDefinitionElementDefinitionSlicingDiscriminatorComponentElements(ElementDefinition.ElementDefinitionSlicingDiscriminatorComponent element) throws IOException
IOExceptionprotected void composeElementDefinitionElementDefinitionBaseComponent(String name, ElementDefinition.ElementDefinitionBaseComponent element) throws IOException
IOExceptionprotected void composeElementDefinitionElementDefinitionBaseComponentElements(ElementDefinition.ElementDefinitionBaseComponent element) throws IOException
IOExceptionprotected void composeElementDefinitionTypeRefComponent(String name, ElementDefinition.TypeRefComponent element) throws IOException
IOExceptionprotected void composeElementDefinitionTypeRefComponentElements(ElementDefinition.TypeRefComponent element) throws IOException
IOExceptionprotected void composeElementDefinitionElementDefinitionExampleComponent(String name, ElementDefinition.ElementDefinitionExampleComponent element) throws IOException
IOExceptionprotected void composeElementDefinitionElementDefinitionExampleComponentElements(ElementDefinition.ElementDefinitionExampleComponent element) throws IOException
IOExceptionprotected void composeElementDefinitionElementDefinitionConstraintComponent(String name, ElementDefinition.ElementDefinitionConstraintComponent element) throws IOException
IOExceptionprotected void composeElementDefinitionElementDefinitionConstraintComponentElements(ElementDefinition.ElementDefinitionConstraintComponent element) throws IOException
IOExceptionprotected void composeElementDefinitionElementDefinitionBindingComponent(String name, ElementDefinition.ElementDefinitionBindingComponent element) throws IOException
IOExceptionprotected void composeElementDefinitionElementDefinitionBindingComponentElements(ElementDefinition.ElementDefinitionBindingComponent element) throws IOException
IOExceptionprotected void composeElementDefinitionElementDefinitionMappingComponent(String name, ElementDefinition.ElementDefinitionMappingComponent element) throws IOException
IOExceptionprotected void composeElementDefinitionElementDefinitionMappingComponentElements(ElementDefinition.ElementDefinitionMappingComponent element) throws IOException
IOExceptionprotected void composeDomainResourceAttributes(DomainResource element) throws IOException
IOExceptionprotected void composeDomainResourceElements(DomainResource element) throws IOException
IOExceptionprotected void composeParameters(String name, Parameters element) throws IOException
IOExceptionprotected void composeParametersElements(Parameters element) throws IOException
IOExceptionprotected void composeParametersParametersParameterComponent(String name, Parameters.ParametersParameterComponent element) throws IOException
IOExceptionprotected void composeParametersParametersParameterComponentElements(Parameters.ParametersParameterComponent element) throws IOException
IOExceptionprotected void composeResourceAttributes(Resource element) throws IOException
IOExceptionprotected void composeResourceElements(Resource element) throws IOException
IOExceptionprotected void composeAccount(String name, Account element) throws IOException
IOExceptionprotected void composeAccountElements(Account element) throws IOException
IOExceptionprotected void composeAccountCoverageComponent(String name, Account.CoverageComponent element) throws IOException
IOExceptionprotected void composeAccountCoverageComponentElements(Account.CoverageComponent element) throws IOException
IOExceptionprotected void composeAccountGuarantorComponent(String name, Account.GuarantorComponent element) throws IOException
IOExceptionprotected void composeAccountGuarantorComponentElements(Account.GuarantorComponent element) throws IOException
IOExceptionprotected void composeActivityDefinition(String name, ActivityDefinition element) throws IOException
IOExceptionprotected void composeActivityDefinitionElements(ActivityDefinition element) throws IOException
IOExceptionprotected void composeActivityDefinitionActivityDefinitionParticipantComponent(String name, ActivityDefinition.ActivityDefinitionParticipantComponent element) throws IOException
IOExceptionprotected void composeActivityDefinitionActivityDefinitionParticipantComponentElements(ActivityDefinition.ActivityDefinitionParticipantComponent element) throws IOException
IOExceptionprotected void composeActivityDefinitionActivityDefinitionDynamicValueComponent(String name, ActivityDefinition.ActivityDefinitionDynamicValueComponent element) throws IOException
IOExceptionprotected void composeActivityDefinitionActivityDefinitionDynamicValueComponentElements(ActivityDefinition.ActivityDefinitionDynamicValueComponent element) throws IOException
IOExceptionprotected void composeAdverseEvent(String name, AdverseEvent element) throws IOException
IOExceptionprotected void composeAdverseEventElements(AdverseEvent element) throws IOException
IOExceptionprotected void composeAdverseEventAdverseEventSuspectEntityComponent(String name, AdverseEvent.AdverseEventSuspectEntityComponent element) throws IOException
IOExceptionprotected void composeAdverseEventAdverseEventSuspectEntityComponentElements(AdverseEvent.AdverseEventSuspectEntityComponent element) throws IOException
IOExceptionprotected void composeAdverseEventAdverseEventSuspectEntityCausalityComponent(String name, AdverseEvent.AdverseEventSuspectEntityCausalityComponent element) throws IOException
IOExceptionprotected void composeAdverseEventAdverseEventSuspectEntityCausalityComponentElements(AdverseEvent.AdverseEventSuspectEntityCausalityComponent element) throws IOException
IOExceptionprotected void composeAllergyIntolerance(String name, AllergyIntolerance element) throws IOException
IOExceptionprotected void composeAllergyIntoleranceElements(AllergyIntolerance element) throws IOException
IOExceptionprotected void composeAllergyIntoleranceAllergyIntoleranceReactionComponent(String name, AllergyIntolerance.AllergyIntoleranceReactionComponent element) throws IOException
IOExceptionprotected void composeAllergyIntoleranceAllergyIntoleranceReactionComponentElements(AllergyIntolerance.AllergyIntoleranceReactionComponent element) throws IOException
IOExceptionprotected void composeAppointment(String name, Appointment element) throws IOException
IOExceptionprotected void composeAppointmentElements(Appointment element) throws IOException
IOExceptionprotected void composeAppointmentAppointmentParticipantComponent(String name, Appointment.AppointmentParticipantComponent element) throws IOException
IOExceptionprotected void composeAppointmentAppointmentParticipantComponentElements(Appointment.AppointmentParticipantComponent element) throws IOException
IOExceptionprotected void composeAppointmentResponse(String name, AppointmentResponse element) throws IOException
IOExceptionprotected void composeAppointmentResponseElements(AppointmentResponse element) throws IOException
IOExceptionprotected void composeAuditEvent(String name, AuditEvent element) throws IOException
IOExceptionprotected void composeAuditEventElements(AuditEvent element) throws IOException
IOExceptionprotected void composeAuditEventAuditEventAgentComponent(String name, AuditEvent.AuditEventAgentComponent element) throws IOException
IOExceptionprotected void composeAuditEventAuditEventAgentComponentElements(AuditEvent.AuditEventAgentComponent element) throws IOException
IOExceptionprotected void composeAuditEventAuditEventAgentNetworkComponent(String name, AuditEvent.AuditEventAgentNetworkComponent element) throws IOException
IOExceptionprotected void composeAuditEventAuditEventAgentNetworkComponentElements(AuditEvent.AuditEventAgentNetworkComponent element) throws IOException
IOExceptionprotected void composeAuditEventAuditEventSourceComponent(String name, AuditEvent.AuditEventSourceComponent element) throws IOException
IOExceptionprotected void composeAuditEventAuditEventSourceComponentElements(AuditEvent.AuditEventSourceComponent element) throws IOException
IOExceptionprotected void composeAuditEventAuditEventEntityComponent(String name, AuditEvent.AuditEventEntityComponent element) throws IOException
IOExceptionprotected void composeAuditEventAuditEventEntityComponentElements(AuditEvent.AuditEventEntityComponent element) throws IOException
IOExceptionprotected void composeAuditEventAuditEventEntityDetailComponent(String name, AuditEvent.AuditEventEntityDetailComponent element) throws IOException
IOExceptionprotected void composeAuditEventAuditEventEntityDetailComponentElements(AuditEvent.AuditEventEntityDetailComponent element) throws IOException
IOExceptionprotected void composeBasic(String name, Basic element) throws IOException
IOExceptionprotected void composeBasicElements(Basic element) throws IOException
IOExceptionprotected void composeBinary(String name, Binary element) throws IOException
IOExceptionprotected void composeBinaryElements(Binary element) throws IOException
IOExceptionprotected void composeBiologicallyDerivedProduct(String name, BiologicallyDerivedProduct element) throws IOException
IOExceptionprotected void composeBiologicallyDerivedProductElements(BiologicallyDerivedProduct element) throws IOException
IOExceptionprotected void composeBiologicallyDerivedProductBiologicallyDerivedProductCollectionComponent(String name, BiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent element) throws IOException
IOExceptionprotected void composeBiologicallyDerivedProductBiologicallyDerivedProductCollectionComponentElements(BiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent element) throws IOException
IOExceptionprotected void composeBiologicallyDerivedProductBiologicallyDerivedProductProcessingComponent(String name, BiologicallyDerivedProduct.BiologicallyDerivedProductProcessingComponent element) throws IOException
IOExceptionprotected void composeBiologicallyDerivedProductBiologicallyDerivedProductProcessingComponentElements(BiologicallyDerivedProduct.BiologicallyDerivedProductProcessingComponent element) throws IOException
IOExceptionprotected void composeBiologicallyDerivedProductBiologicallyDerivedProductManipulationComponent(String name, BiologicallyDerivedProduct.BiologicallyDerivedProductManipulationComponent element) throws IOException
IOExceptionprotected void composeBiologicallyDerivedProductBiologicallyDerivedProductManipulationComponentElements(BiologicallyDerivedProduct.BiologicallyDerivedProductManipulationComponent element) throws IOException
IOExceptionprotected void composeBiologicallyDerivedProductBiologicallyDerivedProductStorageComponent(String name, BiologicallyDerivedProduct.BiologicallyDerivedProductStorageComponent element) throws IOException
IOExceptionprotected void composeBiologicallyDerivedProductBiologicallyDerivedProductStorageComponentElements(BiologicallyDerivedProduct.BiologicallyDerivedProductStorageComponent element) throws IOException
IOExceptionprotected void composeBodyStructure(String name, BodyStructure element) throws IOException
IOExceptionprotected void composeBodyStructureElements(BodyStructure element) throws IOException
IOExceptionprotected void composeBundle(String name, Bundle element) throws IOException
IOExceptionprotected void composeBundleElements(Bundle element) throws IOException
IOExceptionprotected void composeBundleBundleLinkComponent(String name, Bundle.BundleLinkComponent element) throws IOException
IOExceptionprotected void composeBundleBundleLinkComponentElements(Bundle.BundleLinkComponent element) throws IOException
IOExceptionprotected void composeBundleBundleEntryComponent(String name, Bundle.BundleEntryComponent element) throws IOException
IOExceptionprotected void composeBundleBundleEntryComponentElements(Bundle.BundleEntryComponent element) throws IOException
IOExceptionprotected void composeBundleBundleEntrySearchComponent(String name, Bundle.BundleEntrySearchComponent element) throws IOException
IOExceptionprotected void composeBundleBundleEntrySearchComponentElements(Bundle.BundleEntrySearchComponent element) throws IOException
IOExceptionprotected void composeBundleBundleEntryRequestComponent(String name, Bundle.BundleEntryRequestComponent element) throws IOException
IOExceptionprotected void composeBundleBundleEntryRequestComponentElements(Bundle.BundleEntryRequestComponent element) throws IOException
IOExceptionprotected void composeBundleBundleEntryResponseComponent(String name, Bundle.BundleEntryResponseComponent element) throws IOException
IOExceptionprotected void composeBundleBundleEntryResponseComponentElements(Bundle.BundleEntryResponseComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatement(String name, CapabilityStatement element) throws IOException
IOExceptionprotected void composeCapabilityStatementElements(CapabilityStatement element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementSoftwareComponent(String name, CapabilityStatement.CapabilityStatementSoftwareComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementSoftwareComponentElements(CapabilityStatement.CapabilityStatementSoftwareComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementImplementationComponent(String name, CapabilityStatement.CapabilityStatementImplementationComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementImplementationComponentElements(CapabilityStatement.CapabilityStatementImplementationComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementRestComponent(String name, CapabilityStatement.CapabilityStatementRestComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementRestComponentElements(CapabilityStatement.CapabilityStatementRestComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementRestSecurityComponent(String name, CapabilityStatement.CapabilityStatementRestSecurityComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementRestSecurityComponentElements(CapabilityStatement.CapabilityStatementRestSecurityComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementRestResourceComponent(String name, CapabilityStatement.CapabilityStatementRestResourceComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementRestResourceComponentElements(CapabilityStatement.CapabilityStatementRestResourceComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementResourceInteractionComponent(String name, CapabilityStatement.ResourceInteractionComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementResourceInteractionComponentElements(CapabilityStatement.ResourceInteractionComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementRestResourceSearchParamComponent(String name, CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementRestResourceSearchParamComponentElements(CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementRestResourceOperationComponent(String name, CapabilityStatement.CapabilityStatementRestResourceOperationComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementRestResourceOperationComponentElements(CapabilityStatement.CapabilityStatementRestResourceOperationComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementSystemInteractionComponent(String name, CapabilityStatement.SystemInteractionComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementSystemInteractionComponentElements(CapabilityStatement.SystemInteractionComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementMessagingComponent(String name, CapabilityStatement.CapabilityStatementMessagingComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementMessagingComponentElements(CapabilityStatement.CapabilityStatementMessagingComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementMessagingEndpointComponent(String name, CapabilityStatement.CapabilityStatementMessagingEndpointComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementMessagingEndpointComponentElements(CapabilityStatement.CapabilityStatementMessagingEndpointComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementMessagingSupportedMessageComponent(String name, CapabilityStatement.CapabilityStatementMessagingSupportedMessageComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementMessagingSupportedMessageComponentElements(CapabilityStatement.CapabilityStatementMessagingSupportedMessageComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementDocumentComponent(String name, CapabilityStatement.CapabilityStatementDocumentComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementDocumentComponentElements(CapabilityStatement.CapabilityStatementDocumentComponent element) throws IOException
IOExceptionprotected void composeCarePlan(String name, CarePlan element) throws IOException
IOExceptionprotected void composeCarePlanElements(CarePlan element) throws IOException
IOExceptionprotected void composeCarePlanCarePlanActivityComponent(String name, CarePlan.CarePlanActivityComponent element) throws IOException
IOExceptionprotected void composeCarePlanCarePlanActivityComponentElements(CarePlan.CarePlanActivityComponent element) throws IOException
IOExceptionprotected void composeCarePlanCarePlanActivityDetailComponent(String name, CarePlan.CarePlanActivityDetailComponent element) throws IOException
IOExceptionprotected void composeCarePlanCarePlanActivityDetailComponentElements(CarePlan.CarePlanActivityDetailComponent element) throws IOException
IOExceptionprotected void composeCareTeam(String name, CareTeam element) throws IOException
IOExceptionprotected void composeCareTeamElements(CareTeam element) throws IOException
IOExceptionprotected void composeCareTeamCareTeamParticipantComponent(String name, CareTeam.CareTeamParticipantComponent element) throws IOException
IOExceptionprotected void composeCareTeamCareTeamParticipantComponentElements(CareTeam.CareTeamParticipantComponent element) throws IOException
IOExceptionprotected void composeCatalogEntry(String name, CatalogEntry element) throws IOException
IOExceptionprotected void composeCatalogEntryElements(CatalogEntry element) throws IOException
IOExceptionprotected void composeCatalogEntryCatalogEntryRelatedEntryComponent(String name, CatalogEntry.CatalogEntryRelatedEntryComponent element) throws IOException
IOExceptionprotected void composeCatalogEntryCatalogEntryRelatedEntryComponentElements(CatalogEntry.CatalogEntryRelatedEntryComponent element) throws IOException
IOExceptionprotected void composeChargeItem(String name, ChargeItem element) throws IOException
IOExceptionprotected void composeChargeItemElements(ChargeItem element) throws IOException
IOExceptionprotected void composeChargeItemChargeItemPerformerComponent(String name, ChargeItem.ChargeItemPerformerComponent element) throws IOException
IOExceptionprotected void composeChargeItemChargeItemPerformerComponentElements(ChargeItem.ChargeItemPerformerComponent element) throws IOException
IOExceptionprotected void composeChargeItemDefinition(String name, ChargeItemDefinition element) throws IOException
IOExceptionprotected void composeChargeItemDefinitionElements(ChargeItemDefinition element) throws IOException
IOExceptionprotected void composeChargeItemDefinitionChargeItemDefinitionApplicabilityComponent(String name, ChargeItemDefinition.ChargeItemDefinitionApplicabilityComponent element) throws IOException
IOExceptionprotected void composeChargeItemDefinitionChargeItemDefinitionApplicabilityComponentElements(ChargeItemDefinition.ChargeItemDefinitionApplicabilityComponent element) throws IOException
IOExceptionprotected void composeChargeItemDefinitionChargeItemDefinitionPropertyGroupComponent(String name, ChargeItemDefinition.ChargeItemDefinitionPropertyGroupComponent element) throws IOException
IOExceptionprotected void composeChargeItemDefinitionChargeItemDefinitionPropertyGroupComponentElements(ChargeItemDefinition.ChargeItemDefinitionPropertyGroupComponent element) throws IOException
IOExceptionprotected void composeChargeItemDefinitionChargeItemDefinitionPropertyGroupPriceComponentComponent(String name, ChargeItemDefinition.ChargeItemDefinitionPropertyGroupPriceComponentComponent element) throws IOException
IOExceptionprotected void composeChargeItemDefinitionChargeItemDefinitionPropertyGroupPriceComponentComponentElements(ChargeItemDefinition.ChargeItemDefinitionPropertyGroupPriceComponentComponent element) throws IOException
IOExceptionprotected void composeClaim(String name, Claim element) throws IOException
IOExceptionprotected void composeClaimElements(Claim element) throws IOException
IOExceptionprotected void composeClaimRelatedClaimComponent(String name, Claim.RelatedClaimComponent element) throws IOException
IOExceptionprotected void composeClaimRelatedClaimComponentElements(Claim.RelatedClaimComponent element) throws IOException
IOExceptionprotected void composeClaimPayeeComponent(String name, Claim.PayeeComponent element) throws IOException
IOExceptionprotected void composeClaimPayeeComponentElements(Claim.PayeeComponent element) throws IOException
IOExceptionprotected void composeClaimCareTeamComponent(String name, Claim.CareTeamComponent element) throws IOException
IOExceptionprotected void composeClaimCareTeamComponentElements(Claim.CareTeamComponent element) throws IOException
IOExceptionprotected void composeClaimSupportingInformationComponent(String name, Claim.SupportingInformationComponent element) throws IOException
IOExceptionprotected void composeClaimSupportingInformationComponentElements(Claim.SupportingInformationComponent element) throws IOException
IOExceptionprotected void composeClaimDiagnosisComponent(String name, Claim.DiagnosisComponent element) throws IOException
IOExceptionprotected void composeClaimDiagnosisComponentElements(Claim.DiagnosisComponent element) throws IOException
IOExceptionprotected void composeClaimProcedureComponent(String name, Claim.ProcedureComponent element) throws IOException
IOExceptionprotected void composeClaimProcedureComponentElements(Claim.ProcedureComponent element) throws IOException
IOExceptionprotected void composeClaimInsuranceComponent(String name, Claim.InsuranceComponent element) throws IOException
IOExceptionprotected void composeClaimInsuranceComponentElements(Claim.InsuranceComponent element) throws IOException
IOExceptionprotected void composeClaimAccidentComponent(String name, Claim.AccidentComponent element) throws IOException
IOExceptionprotected void composeClaimAccidentComponentElements(Claim.AccidentComponent element) throws IOException
IOExceptionprotected void composeClaimItemComponent(String name, Claim.ItemComponent element) throws IOException
IOExceptionprotected void composeClaimItemComponentElements(Claim.ItemComponent element) throws IOException
IOExceptionprotected void composeClaimDetailComponent(String name, Claim.DetailComponent element) throws IOException
IOExceptionprotected void composeClaimDetailComponentElements(Claim.DetailComponent element) throws IOException
IOExceptionprotected void composeClaimSubDetailComponent(String name, Claim.SubDetailComponent element) throws IOException
IOExceptionprotected void composeClaimSubDetailComponentElements(Claim.SubDetailComponent element) throws IOException
IOExceptionprotected void composeClaimResponse(String name, ClaimResponse element) throws IOException
IOExceptionprotected void composeClaimResponseElements(ClaimResponse element) throws IOException
IOExceptionprotected void composeClaimResponseItemComponent(String name, ClaimResponse.ItemComponent element) throws IOException
IOExceptionprotected void composeClaimResponseItemComponentElements(ClaimResponse.ItemComponent element) throws IOException
IOExceptionprotected void composeClaimResponseAdjudicationComponent(String name, ClaimResponse.AdjudicationComponent element) throws IOException
IOExceptionprotected void composeClaimResponseAdjudicationComponentElements(ClaimResponse.AdjudicationComponent element) throws IOException
IOExceptionprotected void composeClaimResponseItemDetailComponent(String name, ClaimResponse.ItemDetailComponent element) throws IOException
IOExceptionprotected void composeClaimResponseItemDetailComponentElements(ClaimResponse.ItemDetailComponent element) throws IOException
IOExceptionprotected void composeClaimResponseSubDetailComponent(String name, ClaimResponse.SubDetailComponent element) throws IOException
IOExceptionprotected void composeClaimResponseSubDetailComponentElements(ClaimResponse.SubDetailComponent element) throws IOException
IOExceptionprotected void composeClaimResponseAddedItemComponent(String name, ClaimResponse.AddedItemComponent element) throws IOException
IOExceptionprotected void composeClaimResponseAddedItemComponentElements(ClaimResponse.AddedItemComponent element) throws IOException
IOExceptionprotected void composeClaimResponseAddedItemDetailComponent(String name, ClaimResponse.AddedItemDetailComponent element) throws IOException
IOExceptionprotected void composeClaimResponseAddedItemDetailComponentElements(ClaimResponse.AddedItemDetailComponent element) throws IOException
IOExceptionprotected void composeClaimResponseAddedItemSubDetailComponent(String name, ClaimResponse.AddedItemSubDetailComponent element) throws IOException
IOExceptionprotected void composeClaimResponseAddedItemSubDetailComponentElements(ClaimResponse.AddedItemSubDetailComponent element) throws IOException
IOExceptionprotected void composeClaimResponseTotalComponent(String name, ClaimResponse.TotalComponent element) throws IOException
IOExceptionprotected void composeClaimResponseTotalComponentElements(ClaimResponse.TotalComponent element) throws IOException
IOExceptionprotected void composeClaimResponsePaymentComponent(String name, ClaimResponse.PaymentComponent element) throws IOException
IOExceptionprotected void composeClaimResponsePaymentComponentElements(ClaimResponse.PaymentComponent element) throws IOException
IOExceptionprotected void composeClaimResponseNoteComponent(String name, ClaimResponse.NoteComponent element) throws IOException
IOExceptionprotected void composeClaimResponseNoteComponentElements(ClaimResponse.NoteComponent element) throws IOException
IOExceptionprotected void composeClaimResponseInsuranceComponent(String name, ClaimResponse.InsuranceComponent element) throws IOException
IOExceptionprotected void composeClaimResponseInsuranceComponentElements(ClaimResponse.InsuranceComponent element) throws IOException
IOExceptionprotected void composeClaimResponseErrorComponent(String name, ClaimResponse.ErrorComponent element) throws IOException
IOExceptionprotected void composeClaimResponseErrorComponentElements(ClaimResponse.ErrorComponent element) throws IOException
IOExceptionprotected void composeClinicalImpression(String name, ClinicalImpression element) throws IOException
IOExceptionprotected void composeClinicalImpressionElements(ClinicalImpression element) throws IOException
IOExceptionprotected void composeClinicalImpressionClinicalImpressionInvestigationComponent(String name, ClinicalImpression.ClinicalImpressionInvestigationComponent element) throws IOException
IOExceptionprotected void composeClinicalImpressionClinicalImpressionInvestigationComponentElements(ClinicalImpression.ClinicalImpressionInvestigationComponent element) throws IOException
IOExceptionprotected void composeClinicalImpressionClinicalImpressionFindingComponent(String name, ClinicalImpression.ClinicalImpressionFindingComponent element) throws IOException
IOExceptionprotected void composeClinicalImpressionClinicalImpressionFindingComponentElements(ClinicalImpression.ClinicalImpressionFindingComponent element) throws IOException
IOExceptionprotected void composeCodeSystem(String name, CodeSystem element) throws IOException
IOExceptionprotected void composeCodeSystemElements(CodeSystem element) throws IOException
IOExceptionprotected void composeCodeSystemCodeSystemFilterComponent(String name, CodeSystem.CodeSystemFilterComponent element) throws IOException
IOExceptionprotected void composeCodeSystemCodeSystemFilterComponentElements(CodeSystem.CodeSystemFilterComponent element) throws IOException
IOExceptionprotected void composeCodeSystemPropertyComponent(String name, CodeSystem.PropertyComponent element) throws IOException
IOExceptionprotected void composeCodeSystemPropertyComponentElements(CodeSystem.PropertyComponent element) throws IOException
IOExceptionprotected void composeCodeSystemConceptDefinitionComponent(String name, CodeSystem.ConceptDefinitionComponent element) throws IOException
IOExceptionprotected void composeCodeSystemConceptDefinitionComponentElements(CodeSystem.ConceptDefinitionComponent element) throws IOException
IOExceptionprotected void composeCodeSystemConceptDefinitionDesignationComponent(String name, CodeSystem.ConceptDefinitionDesignationComponent element) throws IOException
IOExceptionprotected void composeCodeSystemConceptDefinitionDesignationComponentElements(CodeSystem.ConceptDefinitionDesignationComponent element) throws IOException
IOExceptionprotected void composeCodeSystemConceptPropertyComponent(String name, CodeSystem.ConceptPropertyComponent element) throws IOException
IOExceptionprotected void composeCodeSystemConceptPropertyComponentElements(CodeSystem.ConceptPropertyComponent element) throws IOException
IOExceptionprotected void composeCommunication(String name, Communication element) throws IOException
IOExceptionprotected void composeCommunicationElements(Communication element) throws IOException
IOExceptionprotected void composeCommunicationCommunicationPayloadComponent(String name, Communication.CommunicationPayloadComponent element) throws IOException
IOExceptionprotected void composeCommunicationCommunicationPayloadComponentElements(Communication.CommunicationPayloadComponent element) throws IOException
IOExceptionprotected void composeCommunicationRequest(String name, CommunicationRequest element) throws IOException
IOExceptionprotected void composeCommunicationRequestElements(CommunicationRequest element) throws IOException
IOExceptionprotected void composeCommunicationRequestCommunicationRequestPayloadComponent(String name, CommunicationRequest.CommunicationRequestPayloadComponent element) throws IOException
IOExceptionprotected void composeCommunicationRequestCommunicationRequestPayloadComponentElements(CommunicationRequest.CommunicationRequestPayloadComponent element) throws IOException
IOExceptionprotected void composeCompartmentDefinition(String name, CompartmentDefinition element) throws IOException
IOExceptionprotected void composeCompartmentDefinitionElements(CompartmentDefinition element) throws IOException
IOExceptionprotected void composeCompartmentDefinitionCompartmentDefinitionResourceComponent(String name, CompartmentDefinition.CompartmentDefinitionResourceComponent element) throws IOException
IOExceptionprotected void composeCompartmentDefinitionCompartmentDefinitionResourceComponentElements(CompartmentDefinition.CompartmentDefinitionResourceComponent element) throws IOException
IOExceptionprotected void composeComposition(String name, Composition element) throws IOException
IOExceptionprotected void composeCompositionElements(Composition element) throws IOException
IOExceptionprotected void composeCompositionCompositionAttesterComponent(String name, Composition.CompositionAttesterComponent element) throws IOException
IOExceptionprotected void composeCompositionCompositionAttesterComponentElements(Composition.CompositionAttesterComponent element) throws IOException
IOExceptionprotected void composeCompositionCompositionRelatesToComponent(String name, Composition.CompositionRelatesToComponent element) throws IOException
IOExceptionprotected void composeCompositionCompositionRelatesToComponentElements(Composition.CompositionRelatesToComponent element) throws IOException
IOExceptionprotected void composeCompositionCompositionEventComponent(String name, Composition.CompositionEventComponent element) throws IOException
IOExceptionprotected void composeCompositionCompositionEventComponentElements(Composition.CompositionEventComponent element) throws IOException
IOExceptionprotected void composeCompositionSectionComponent(String name, Composition.SectionComponent element) throws IOException
IOExceptionprotected void composeCompositionSectionComponentElements(Composition.SectionComponent element) throws IOException
IOExceptionprotected void composeConceptMap(String name, ConceptMap element) throws IOException
IOExceptionprotected void composeConceptMapElements(ConceptMap element) throws IOException
IOExceptionprotected void composeConceptMapConceptMapGroupComponent(String name, ConceptMap.ConceptMapGroupComponent element) throws IOException
IOExceptionprotected void composeConceptMapConceptMapGroupComponentElements(ConceptMap.ConceptMapGroupComponent element) throws IOException
IOExceptionprotected void composeConceptMapSourceElementComponent(String name, ConceptMap.SourceElementComponent element) throws IOException
IOExceptionprotected void composeConceptMapSourceElementComponentElements(ConceptMap.SourceElementComponent element) throws IOException
IOExceptionprotected void composeConceptMapTargetElementComponent(String name, ConceptMap.TargetElementComponent element) throws IOException
IOExceptionprotected void composeConceptMapTargetElementComponentElements(ConceptMap.TargetElementComponent element) throws IOException
IOExceptionprotected void composeConceptMapOtherElementComponent(String name, ConceptMap.OtherElementComponent element) throws IOException
IOExceptionprotected void composeConceptMapOtherElementComponentElements(ConceptMap.OtherElementComponent element) throws IOException
IOExceptionprotected void composeConceptMapConceptMapGroupUnmappedComponent(String name, ConceptMap.ConceptMapGroupUnmappedComponent element) throws IOException
IOExceptionprotected void composeConceptMapConceptMapGroupUnmappedComponentElements(ConceptMap.ConceptMapGroupUnmappedComponent element) throws IOException
IOExceptionprotected void composeCondition(String name, Condition element) throws IOException
IOExceptionprotected void composeConditionElements(Condition element) throws IOException
IOExceptionprotected void composeConditionConditionStageComponent(String name, Condition.ConditionStageComponent element) throws IOException
IOExceptionprotected void composeConditionConditionStageComponentElements(Condition.ConditionStageComponent element) throws IOException
IOExceptionprotected void composeConditionConditionEvidenceComponent(String name, Condition.ConditionEvidenceComponent element) throws IOException
IOExceptionprotected void composeConditionConditionEvidenceComponentElements(Condition.ConditionEvidenceComponent element) throws IOException
IOExceptionprotected void composeConsent(String name, Consent element) throws IOException
IOExceptionprotected void composeConsentElements(Consent element) throws IOException
IOExceptionprotected void composeConsentConsentPolicyComponent(String name, Consent.ConsentPolicyComponent element) throws IOException
IOExceptionprotected void composeConsentConsentPolicyComponentElements(Consent.ConsentPolicyComponent element) throws IOException
IOExceptionprotected void composeConsentConsentVerificationComponent(String name, Consent.ConsentVerificationComponent element) throws IOException
IOExceptionprotected void composeConsentConsentVerificationComponentElements(Consent.ConsentVerificationComponent element) throws IOException
IOExceptionprotected void composeConsentprovisionComponent(String name, Consent.provisionComponent element) throws IOException
IOExceptionprotected void composeConsentprovisionComponentElements(Consent.provisionComponent element) throws IOException
IOExceptionprotected void composeConsentprovisionActorComponent(String name, Consent.provisionActorComponent element) throws IOException
IOExceptionprotected void composeConsentprovisionActorComponentElements(Consent.provisionActorComponent element) throws IOException
IOExceptionprotected void composeConsentprovisionDataComponent(String name, Consent.provisionDataComponent element) throws IOException
IOExceptionprotected void composeConsentprovisionDataComponentElements(Consent.provisionDataComponent element) throws IOException
IOExceptionprotected void composeContract(String name, Contract element) throws IOException
IOExceptionprotected void composeContractElements(Contract element) throws IOException
IOExceptionprotected void composeContractContentDefinitionComponent(String name, Contract.ContentDefinitionComponent element) throws IOException
IOExceptionprotected void composeContractContentDefinitionComponentElements(Contract.ContentDefinitionComponent element) throws IOException
IOExceptionprotected void composeContractTermComponent(String name, Contract.TermComponent element) throws IOException
IOExceptionprotected void composeContractTermComponentElements(Contract.TermComponent element) throws IOException
IOExceptionprotected void composeContractSecurityLabelComponent(String name, Contract.SecurityLabelComponent element) throws IOException
IOExceptionprotected void composeContractSecurityLabelComponentElements(Contract.SecurityLabelComponent element) throws IOException
IOExceptionprotected void composeContractContractOfferComponent(String name, Contract.ContractOfferComponent element) throws IOException
IOExceptionprotected void composeContractContractOfferComponentElements(Contract.ContractOfferComponent element) throws IOException
IOExceptionprotected void composeContractContractPartyComponent(String name, Contract.ContractPartyComponent element) throws IOException
IOExceptionprotected void composeContractContractPartyComponentElements(Contract.ContractPartyComponent element) throws IOException
IOExceptionprotected void composeContractAnswerComponent(String name, Contract.AnswerComponent element) throws IOException
IOExceptionprotected void composeContractAnswerComponentElements(Contract.AnswerComponent element) throws IOException
IOExceptionprotected void composeContractContractAssetComponent(String name, Contract.ContractAssetComponent element) throws IOException
IOExceptionprotected void composeContractContractAssetComponentElements(Contract.ContractAssetComponent element) throws IOException
IOExceptionprotected void composeContractAssetContextComponent(String name, Contract.AssetContextComponent element) throws IOException
IOExceptionprotected void composeContractAssetContextComponentElements(Contract.AssetContextComponent element) throws IOException
IOExceptionprotected void composeContractValuedItemComponent(String name, Contract.ValuedItemComponent element) throws IOException
IOExceptionprotected void composeContractValuedItemComponentElements(Contract.ValuedItemComponent element) throws IOException
IOExceptionprotected void composeContractActionComponent(String name, Contract.ActionComponent element) throws IOException
IOExceptionprotected void composeContractActionComponentElements(Contract.ActionComponent element) throws IOException
IOExceptionprotected void composeContractActionSubjectComponent(String name, Contract.ActionSubjectComponent element) throws IOException
IOExceptionprotected void composeContractActionSubjectComponentElements(Contract.ActionSubjectComponent element) throws IOException
IOExceptionprotected void composeContractSignatoryComponent(String name, Contract.SignatoryComponent element) throws IOException
IOExceptionprotected void composeContractSignatoryComponentElements(Contract.SignatoryComponent element) throws IOException
IOExceptionprotected void composeContractFriendlyLanguageComponent(String name, Contract.FriendlyLanguageComponent element) throws IOException
IOExceptionprotected void composeContractFriendlyLanguageComponentElements(Contract.FriendlyLanguageComponent element) throws IOException
IOExceptionprotected void composeContractLegalLanguageComponent(String name, Contract.LegalLanguageComponent element) throws IOException
IOExceptionprotected void composeContractLegalLanguageComponentElements(Contract.LegalLanguageComponent element) throws IOException
IOExceptionprotected void composeContractComputableLanguageComponent(String name, Contract.ComputableLanguageComponent element) throws IOException
IOExceptionprotected void composeContractComputableLanguageComponentElements(Contract.ComputableLanguageComponent element) throws IOException
IOExceptionprotected void composeCoverage(String name, Coverage element) throws IOException
IOExceptionprotected void composeCoverageElements(Coverage element) throws IOException
IOExceptionprotected void composeCoverageClassComponent(String name, Coverage.ClassComponent element) throws IOException
IOExceptionprotected void composeCoverageClassComponentElements(Coverage.ClassComponent element) throws IOException
IOExceptionprotected void composeCoverageCostToBeneficiaryComponent(String name, Coverage.CostToBeneficiaryComponent element) throws IOException
IOExceptionprotected void composeCoverageCostToBeneficiaryComponentElements(Coverage.CostToBeneficiaryComponent element) throws IOException
IOExceptionprotected void composeCoverageExemptionComponent(String name, Coverage.ExemptionComponent element) throws IOException
IOExceptionprotected void composeCoverageExemptionComponentElements(Coverage.ExemptionComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityRequest(String name, CoverageEligibilityRequest element) throws IOException
IOExceptionprotected void composeCoverageEligibilityRequestElements(CoverageEligibilityRequest element) throws IOException
IOExceptionprotected void composeCoverageEligibilityRequestSupportingInformationComponent(String name, CoverageEligibilityRequest.SupportingInformationComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityRequestSupportingInformationComponentElements(CoverageEligibilityRequest.SupportingInformationComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityRequestInsuranceComponent(String name, CoverageEligibilityRequest.InsuranceComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityRequestInsuranceComponentElements(CoverageEligibilityRequest.InsuranceComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityRequestDetailsComponent(String name, CoverageEligibilityRequest.DetailsComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityRequestDetailsComponentElements(CoverageEligibilityRequest.DetailsComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityRequestDiagnosisComponent(String name, CoverageEligibilityRequest.DiagnosisComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityRequestDiagnosisComponentElements(CoverageEligibilityRequest.DiagnosisComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityResponse(String name, CoverageEligibilityResponse element) throws IOException
IOExceptionprotected void composeCoverageEligibilityResponseElements(CoverageEligibilityResponse element) throws IOException
IOExceptionprotected void composeCoverageEligibilityResponseInsuranceComponent(String name, CoverageEligibilityResponse.InsuranceComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityResponseInsuranceComponentElements(CoverageEligibilityResponse.InsuranceComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityResponseItemsComponent(String name, CoverageEligibilityResponse.ItemsComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityResponseItemsComponentElements(CoverageEligibilityResponse.ItemsComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityResponseBenefitComponent(String name, CoverageEligibilityResponse.BenefitComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityResponseBenefitComponentElements(CoverageEligibilityResponse.BenefitComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityResponseErrorsComponent(String name, CoverageEligibilityResponse.ErrorsComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityResponseErrorsComponentElements(CoverageEligibilityResponse.ErrorsComponent element) throws IOException
IOExceptionprotected void composeDetectedIssue(String name, DetectedIssue element) throws IOException
IOExceptionprotected void composeDetectedIssueElements(DetectedIssue element) throws IOException
IOExceptionprotected void composeDetectedIssueDetectedIssueEvidenceComponent(String name, DetectedIssue.DetectedIssueEvidenceComponent element) throws IOException
IOExceptionprotected void composeDetectedIssueDetectedIssueEvidenceComponentElements(DetectedIssue.DetectedIssueEvidenceComponent element) throws IOException
IOExceptionprotected void composeDetectedIssueDetectedIssueMitigationComponent(String name, DetectedIssue.DetectedIssueMitigationComponent element) throws IOException
IOExceptionprotected void composeDetectedIssueDetectedIssueMitigationComponentElements(DetectedIssue.DetectedIssueMitigationComponent element) throws IOException
IOExceptionprotected void composeDevice(String name, Device element) throws IOException
IOExceptionprotected void composeDeviceElements(Device element) throws IOException
IOExceptionprotected void composeDeviceDeviceUdiCarrierComponent(String name, Device.DeviceUdiCarrierComponent element) throws IOException
IOExceptionprotected void composeDeviceDeviceUdiCarrierComponentElements(Device.DeviceUdiCarrierComponent element) throws IOException
IOExceptionprotected void composeDeviceDeviceDeviceNameComponent(String name, Device.DeviceDeviceNameComponent element) throws IOException
IOExceptionprotected void composeDeviceDeviceDeviceNameComponentElements(Device.DeviceDeviceNameComponent element) throws IOException
IOExceptionprotected void composeDeviceDeviceSpecializationComponent(String name, Device.DeviceSpecializationComponent element) throws IOException
IOExceptionprotected void composeDeviceDeviceSpecializationComponentElements(Device.DeviceSpecializationComponent element) throws IOException
IOExceptionprotected void composeDeviceDeviceVersionComponent(String name, Device.DeviceVersionComponent element) throws IOException
IOExceptionprotected void composeDeviceDeviceVersionComponentElements(Device.DeviceVersionComponent element) throws IOException
IOExceptionprotected void composeDeviceDevicePropertyComponent(String name, Device.DevicePropertyComponent element) throws IOException
IOExceptionprotected void composeDeviceDevicePropertyComponentElements(Device.DevicePropertyComponent element) throws IOException
IOExceptionprotected void composeDeviceDefinition(String name, DeviceDefinition element) throws IOException
IOExceptionprotected void composeDeviceDefinitionElements(DeviceDefinition element) throws IOException
IOExceptionprotected void composeDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponent(String name, DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent element) throws IOException
IOExceptionprotected void composeDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponentElements(DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent element) throws IOException
IOExceptionprotected void composeDeviceDefinitionDeviceDefinitionDeviceNameComponent(String name, DeviceDefinition.DeviceDefinitionDeviceNameComponent element) throws IOException
IOExceptionprotected void composeDeviceDefinitionDeviceDefinitionDeviceNameComponentElements(DeviceDefinition.DeviceDefinitionDeviceNameComponent element) throws IOException
IOExceptionprotected void composeDeviceDefinitionDeviceDefinitionSpecializationComponent(String name, DeviceDefinition.DeviceDefinitionSpecializationComponent element) throws IOException
IOExceptionprotected void composeDeviceDefinitionDeviceDefinitionSpecializationComponentElements(DeviceDefinition.DeviceDefinitionSpecializationComponent element) throws IOException
IOExceptionprotected void composeDeviceDefinitionDeviceDefinitionCapabilityComponent(String name, DeviceDefinition.DeviceDefinitionCapabilityComponent element) throws IOException
IOExceptionprotected void composeDeviceDefinitionDeviceDefinitionCapabilityComponentElements(DeviceDefinition.DeviceDefinitionCapabilityComponent element) throws IOException
IOExceptionprotected void composeDeviceDefinitionDeviceDefinitionPropertyComponent(String name, DeviceDefinition.DeviceDefinitionPropertyComponent element) throws IOException
IOExceptionprotected void composeDeviceDefinitionDeviceDefinitionPropertyComponentElements(DeviceDefinition.DeviceDefinitionPropertyComponent element) throws IOException
IOExceptionprotected void composeDeviceDefinitionDeviceDefinitionMaterialComponent(String name, DeviceDefinition.DeviceDefinitionMaterialComponent element) throws IOException
IOExceptionprotected void composeDeviceDefinitionDeviceDefinitionMaterialComponentElements(DeviceDefinition.DeviceDefinitionMaterialComponent element) throws IOException
IOExceptionprotected void composeDeviceMetric(String name, DeviceMetric element) throws IOException
IOExceptionprotected void composeDeviceMetricElements(DeviceMetric element) throws IOException
IOExceptionprotected void composeDeviceMetricDeviceMetricCalibrationComponent(String name, DeviceMetric.DeviceMetricCalibrationComponent element) throws IOException
IOExceptionprotected void composeDeviceMetricDeviceMetricCalibrationComponentElements(DeviceMetric.DeviceMetricCalibrationComponent element) throws IOException
IOExceptionprotected void composeDeviceRequest(String name, DeviceRequest element) throws IOException
IOExceptionprotected void composeDeviceRequestElements(DeviceRequest element) throws IOException
IOExceptionprotected void composeDeviceRequestDeviceRequestParameterComponent(String name, DeviceRequest.DeviceRequestParameterComponent element) throws IOException
IOExceptionprotected void composeDeviceRequestDeviceRequestParameterComponentElements(DeviceRequest.DeviceRequestParameterComponent element) throws IOException
IOExceptionprotected void composeDeviceUseStatement(String name, DeviceUseStatement element) throws IOException
IOExceptionprotected void composeDeviceUseStatementElements(DeviceUseStatement element) throws IOException
IOExceptionprotected void composeDiagnosticReport(String name, DiagnosticReport element) throws IOException
IOExceptionprotected void composeDiagnosticReportElements(DiagnosticReport element) throws IOException
IOExceptionprotected void composeDiagnosticReportDiagnosticReportMediaComponent(String name, DiagnosticReport.DiagnosticReportMediaComponent element) throws IOException
IOExceptionprotected void composeDiagnosticReportDiagnosticReportMediaComponentElements(DiagnosticReport.DiagnosticReportMediaComponent element) throws IOException
IOExceptionprotected void composeDocumentManifest(String name, DocumentManifest element) throws IOException
IOExceptionprotected void composeDocumentManifestElements(DocumentManifest element) throws IOException
IOExceptionprotected void composeDocumentManifestDocumentManifestRelatedComponent(String name, DocumentManifest.DocumentManifestRelatedComponent element) throws IOException
IOExceptionprotected void composeDocumentManifestDocumentManifestRelatedComponentElements(DocumentManifest.DocumentManifestRelatedComponent element) throws IOException
IOExceptionprotected void composeDocumentReference(String name, DocumentReference element) throws IOException
IOExceptionprotected void composeDocumentReferenceElements(DocumentReference element) throws IOException
IOExceptionprotected void composeDocumentReferenceDocumentReferenceRelatesToComponent(String name, DocumentReference.DocumentReferenceRelatesToComponent element) throws IOException
IOExceptionprotected void composeDocumentReferenceDocumentReferenceRelatesToComponentElements(DocumentReference.DocumentReferenceRelatesToComponent element) throws IOException
IOExceptionprotected void composeDocumentReferenceDocumentReferenceContentComponent(String name, DocumentReference.DocumentReferenceContentComponent element) throws IOException
IOExceptionprotected void composeDocumentReferenceDocumentReferenceContentComponentElements(DocumentReference.DocumentReferenceContentComponent element) throws IOException
IOExceptionprotected void composeDocumentReferenceDocumentReferenceContextComponent(String name, DocumentReference.DocumentReferenceContextComponent element) throws IOException
IOExceptionprotected void composeDocumentReferenceDocumentReferenceContextComponentElements(DocumentReference.DocumentReferenceContextComponent element) throws IOException
IOExceptionprotected void composeEffectEvidenceSynthesis(String name, EffectEvidenceSynthesis element) throws IOException
IOExceptionprotected void composeEffectEvidenceSynthesisElements(EffectEvidenceSynthesis element) throws IOException
IOExceptionprotected void composeEffectEvidenceSynthesisEffectEvidenceSynthesisSampleSizeComponent(String name, EffectEvidenceSynthesis.EffectEvidenceSynthesisSampleSizeComponent element) throws IOException
IOExceptionprotected void composeEffectEvidenceSynthesisEffectEvidenceSynthesisSampleSizeComponentElements(EffectEvidenceSynthesis.EffectEvidenceSynthesisSampleSizeComponent element) throws IOException
IOExceptionprotected void composeEffectEvidenceSynthesisEffectEvidenceSynthesisResultsByExposureComponent(String name, EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent element) throws IOException
IOExceptionprotected void composeEffectEvidenceSynthesisEffectEvidenceSynthesisResultsByExposureComponentElements(EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent element) throws IOException
IOExceptionprotected void composeEffectEvidenceSynthesisEffectEvidenceSynthesisEffectEstimateComponent(String name, EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent element) throws IOException
IOExceptionprotected void composeEffectEvidenceSynthesisEffectEvidenceSynthesisEffectEstimateComponentElements(EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent element) throws IOException
IOExceptionprotected void composeEffectEvidenceSynthesisEffectEvidenceSynthesisEffectEstimatePrecisionEstimateComponent(String name, EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimatePrecisionEstimateComponent element) throws IOException
IOExceptionprotected void composeEffectEvidenceSynthesisEffectEvidenceSynthesisEffectEstimatePrecisionEstimateComponentElements(EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimatePrecisionEstimateComponent element) throws IOException
IOExceptionprotected void composeEffectEvidenceSynthesisEffectEvidenceSynthesisCertaintyComponent(String name, EffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyComponent element) throws IOException
IOExceptionprotected void composeEffectEvidenceSynthesisEffectEvidenceSynthesisCertaintyComponentElements(EffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyComponent element) throws IOException
IOExceptionprotected void composeEffectEvidenceSynthesisEffectEvidenceSynthesisCertaintyCertaintySubcomponentComponent(String name, EffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyCertaintySubcomponentComponent element) throws IOException
IOExceptionprotected void composeEffectEvidenceSynthesisEffectEvidenceSynthesisCertaintyCertaintySubcomponentComponentElements(EffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyCertaintySubcomponentComponent element) throws IOException
IOExceptionprotected void composeEncounter(String name, Encounter element) throws IOException
IOExceptionprotected void composeEncounterElements(Encounter element) throws IOException
IOExceptionprotected void composeEncounterStatusHistoryComponent(String name, Encounter.StatusHistoryComponent element) throws IOException
IOExceptionprotected void composeEncounterStatusHistoryComponentElements(Encounter.StatusHistoryComponent element) throws IOException
IOExceptionprotected void composeEncounterClassHistoryComponent(String name, Encounter.ClassHistoryComponent element) throws IOException
IOExceptionprotected void composeEncounterClassHistoryComponentElements(Encounter.ClassHistoryComponent element) throws IOException
IOExceptionprotected void composeEncounterEncounterParticipantComponent(String name, Encounter.EncounterParticipantComponent element) throws IOException
IOExceptionprotected void composeEncounterEncounterParticipantComponentElements(Encounter.EncounterParticipantComponent element) throws IOException
IOExceptionprotected void composeEncounterDiagnosisComponent(String name, Encounter.DiagnosisComponent element) throws IOException
IOExceptionprotected void composeEncounterDiagnosisComponentElements(Encounter.DiagnosisComponent element) throws IOException
IOExceptionprotected void composeEncounterEncounterHospitalizationComponent(String name, Encounter.EncounterHospitalizationComponent element) throws IOException
IOExceptionprotected void composeEncounterEncounterHospitalizationComponentElements(Encounter.EncounterHospitalizationComponent element) throws IOException
IOExceptionprotected void composeEncounterEncounterLocationComponent(String name, Encounter.EncounterLocationComponent element) throws IOException
IOExceptionprotected void composeEncounterEncounterLocationComponentElements(Encounter.EncounterLocationComponent element) throws IOException
IOExceptionprotected void composeEndpoint(String name, Endpoint element) throws IOException
IOExceptionprotected void composeEndpointElements(Endpoint element) throws IOException
IOExceptionprotected void composeEnrollmentRequest(String name, EnrollmentRequest element) throws IOException
IOExceptionprotected void composeEnrollmentRequestElements(EnrollmentRequest element) throws IOException
IOExceptionprotected void composeEnrollmentResponse(String name, EnrollmentResponse element) throws IOException
IOExceptionprotected void composeEnrollmentResponseElements(EnrollmentResponse element) throws IOException
IOExceptionprotected void composeEpisodeOfCare(String name, EpisodeOfCare element) throws IOException
IOExceptionprotected void composeEpisodeOfCareElements(EpisodeOfCare element) throws IOException
IOExceptionprotected void composeEpisodeOfCareEpisodeOfCareStatusHistoryComponent(String name, EpisodeOfCare.EpisodeOfCareStatusHistoryComponent element) throws IOException
IOExceptionprotected void composeEpisodeOfCareEpisodeOfCareStatusHistoryComponentElements(EpisodeOfCare.EpisodeOfCareStatusHistoryComponent element) throws IOException
IOExceptionprotected void composeEpisodeOfCareDiagnosisComponent(String name, EpisodeOfCare.DiagnosisComponent element) throws IOException
IOExceptionprotected void composeEpisodeOfCareDiagnosisComponentElements(EpisodeOfCare.DiagnosisComponent element) throws IOException
IOExceptionprotected void composeEventDefinition(String name, EventDefinition element) throws IOException
IOExceptionprotected void composeEventDefinitionElements(EventDefinition element) throws IOException
IOExceptionprotected void composeEvidence(String name, Evidence element) throws IOException
IOExceptionprotected void composeEvidenceElements(Evidence element) throws IOException
IOExceptionprotected void composeEvidenceVariable(String name, EvidenceVariable element) throws IOException
IOExceptionprotected void composeEvidenceVariableElements(EvidenceVariable element) throws IOException
IOExceptionprotected void composeEvidenceVariableEvidenceVariableCharacteristicComponent(String name, EvidenceVariable.EvidenceVariableCharacteristicComponent element) throws IOException
IOExceptionprotected void composeEvidenceVariableEvidenceVariableCharacteristicComponentElements(EvidenceVariable.EvidenceVariableCharacteristicComponent element) throws IOException
IOExceptionprotected void composeExampleScenario(String name, ExampleScenario element) throws IOException
IOExceptionprotected void composeExampleScenarioElements(ExampleScenario element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioActorComponent(String name, ExampleScenario.ExampleScenarioActorComponent element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioActorComponentElements(ExampleScenario.ExampleScenarioActorComponent element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioInstanceComponent(String name, ExampleScenario.ExampleScenarioInstanceComponent element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioInstanceComponentElements(ExampleScenario.ExampleScenarioInstanceComponent element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioInstanceVersionComponent(String name, ExampleScenario.ExampleScenarioInstanceVersionComponent element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioInstanceVersionComponentElements(ExampleScenario.ExampleScenarioInstanceVersionComponent element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioInstanceContainedInstanceComponent(String name, ExampleScenario.ExampleScenarioInstanceContainedInstanceComponent element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioInstanceContainedInstanceComponentElements(ExampleScenario.ExampleScenarioInstanceContainedInstanceComponent element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioProcessComponent(String name, ExampleScenario.ExampleScenarioProcessComponent element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioProcessComponentElements(ExampleScenario.ExampleScenarioProcessComponent element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioProcessStepComponent(String name, ExampleScenario.ExampleScenarioProcessStepComponent element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioProcessStepComponentElements(ExampleScenario.ExampleScenarioProcessStepComponent element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioProcessStepOperationComponent(String name, ExampleScenario.ExampleScenarioProcessStepOperationComponent element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioProcessStepOperationComponentElements(ExampleScenario.ExampleScenarioProcessStepOperationComponent element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioProcessStepAlternativeComponent(String name, ExampleScenario.ExampleScenarioProcessStepAlternativeComponent element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioProcessStepAlternativeComponentElements(ExampleScenario.ExampleScenarioProcessStepAlternativeComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefit(String name, ExplanationOfBenefit element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitElements(ExplanationOfBenefit element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitRelatedClaimComponent(String name, ExplanationOfBenefit.RelatedClaimComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitRelatedClaimComponentElements(ExplanationOfBenefit.RelatedClaimComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitPayeeComponent(String name, ExplanationOfBenefit.PayeeComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitPayeeComponentElements(ExplanationOfBenefit.PayeeComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitCareTeamComponent(String name, ExplanationOfBenefit.CareTeamComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitCareTeamComponentElements(ExplanationOfBenefit.CareTeamComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitSupportingInformationComponent(String name, ExplanationOfBenefit.SupportingInformationComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitSupportingInformationComponentElements(ExplanationOfBenefit.SupportingInformationComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitDiagnosisComponent(String name, ExplanationOfBenefit.DiagnosisComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitDiagnosisComponentElements(ExplanationOfBenefit.DiagnosisComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitProcedureComponent(String name, ExplanationOfBenefit.ProcedureComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitProcedureComponentElements(ExplanationOfBenefit.ProcedureComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitInsuranceComponent(String name, ExplanationOfBenefit.InsuranceComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitInsuranceComponentElements(ExplanationOfBenefit.InsuranceComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitAccidentComponent(String name, ExplanationOfBenefit.AccidentComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitAccidentComponentElements(ExplanationOfBenefit.AccidentComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitItemComponent(String name, ExplanationOfBenefit.ItemComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitItemComponentElements(ExplanationOfBenefit.ItemComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitAdjudicationComponent(String name, ExplanationOfBenefit.AdjudicationComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitAdjudicationComponentElements(ExplanationOfBenefit.AdjudicationComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitDetailComponent(String name, ExplanationOfBenefit.DetailComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitDetailComponentElements(ExplanationOfBenefit.DetailComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitSubDetailComponent(String name, ExplanationOfBenefit.SubDetailComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitSubDetailComponentElements(ExplanationOfBenefit.SubDetailComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitAddedItemComponent(String name, ExplanationOfBenefit.AddedItemComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitAddedItemComponentElements(ExplanationOfBenefit.AddedItemComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitAddedItemDetailComponent(String name, ExplanationOfBenefit.AddedItemDetailComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitAddedItemDetailComponentElements(ExplanationOfBenefit.AddedItemDetailComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitAddedItemDetailSubDetailComponent(String name, ExplanationOfBenefit.AddedItemDetailSubDetailComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitAddedItemDetailSubDetailComponentElements(ExplanationOfBenefit.AddedItemDetailSubDetailComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitTotalComponent(String name, ExplanationOfBenefit.TotalComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitTotalComponentElements(ExplanationOfBenefit.TotalComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitPaymentComponent(String name, ExplanationOfBenefit.PaymentComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitPaymentComponentElements(ExplanationOfBenefit.PaymentComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitNoteComponent(String name, ExplanationOfBenefit.NoteComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitNoteComponentElements(ExplanationOfBenefit.NoteComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitBenefitBalanceComponent(String name, ExplanationOfBenefit.BenefitBalanceComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitBenefitBalanceComponentElements(ExplanationOfBenefit.BenefitBalanceComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitBenefitComponent(String name, ExplanationOfBenefit.BenefitComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitBenefitComponentElements(ExplanationOfBenefit.BenefitComponent element) throws IOException
IOExceptionprotected void composeFamilyMemberHistory(String name, FamilyMemberHistory element) throws IOException
IOExceptionprotected void composeFamilyMemberHistoryElements(FamilyMemberHistory element) throws IOException
IOExceptionprotected void composeFamilyMemberHistoryFamilyMemberHistoryConditionComponent(String name, FamilyMemberHistory.FamilyMemberHistoryConditionComponent element) throws IOException
IOExceptionprotected void composeFamilyMemberHistoryFamilyMemberHistoryConditionComponentElements(FamilyMemberHistory.FamilyMemberHistoryConditionComponent element) throws IOException
IOExceptionprotected void composeFlag(String name, Flag element) throws IOException
IOExceptionprotected void composeFlagElements(Flag element) throws IOException
IOExceptionprotected void composeGoal(String name, Goal element) throws IOException
IOExceptionprotected void composeGoalElements(Goal element) throws IOException
IOExceptionprotected void composeGoalGoalTargetComponent(String name, Goal.GoalTargetComponent element) throws IOException
IOExceptionprotected void composeGoalGoalTargetComponentElements(Goal.GoalTargetComponent element) throws IOException
IOExceptionprotected void composeGraphDefinition(String name, GraphDefinition element) throws IOException
IOExceptionprotected void composeGraphDefinitionElements(GraphDefinition element) throws IOException
IOExceptionprotected void composeGraphDefinitionGraphDefinitionLinkComponent(String name, GraphDefinition.GraphDefinitionLinkComponent element) throws IOException
IOExceptionprotected void composeGraphDefinitionGraphDefinitionLinkComponentElements(GraphDefinition.GraphDefinitionLinkComponent element) throws IOException
IOExceptionprotected void composeGraphDefinitionGraphDefinitionLinkTargetComponent(String name, GraphDefinition.GraphDefinitionLinkTargetComponent element) throws IOException
IOExceptionprotected void composeGraphDefinitionGraphDefinitionLinkTargetComponentElements(GraphDefinition.GraphDefinitionLinkTargetComponent element) throws IOException
IOExceptionprotected void composeGraphDefinitionGraphDefinitionLinkTargetCompartmentComponent(String name, GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent element) throws IOException
IOExceptionprotected void composeGraphDefinitionGraphDefinitionLinkTargetCompartmentComponentElements(GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent element) throws IOException
IOExceptionprotected void composeGroup(String name, Group element) throws IOException
IOExceptionprotected void composeGroupElements(Group element) throws IOException
IOExceptionprotected void composeGroupGroupCharacteristicComponent(String name, Group.GroupCharacteristicComponent element) throws IOException
IOExceptionprotected void composeGroupGroupCharacteristicComponentElements(Group.GroupCharacteristicComponent element) throws IOException
IOExceptionprotected void composeGroupGroupMemberComponent(String name, Group.GroupMemberComponent element) throws IOException
IOExceptionprotected void composeGroupGroupMemberComponentElements(Group.GroupMemberComponent element) throws IOException
IOExceptionprotected void composeGuidanceResponse(String name, GuidanceResponse element) throws IOException
IOExceptionprotected void composeGuidanceResponseElements(GuidanceResponse element) throws IOException
IOExceptionprotected void composeHealthcareService(String name, HealthcareService element) throws IOException
IOExceptionprotected void composeHealthcareServiceElements(HealthcareService element) throws IOException
IOExceptionprotected void composeHealthcareServiceHealthcareServiceEligibilityComponent(String name, HealthcareService.HealthcareServiceEligibilityComponent element) throws IOException
IOExceptionprotected void composeHealthcareServiceHealthcareServiceEligibilityComponentElements(HealthcareService.HealthcareServiceEligibilityComponent element) throws IOException
IOExceptionprotected void composeHealthcareServiceHealthcareServiceAvailableTimeComponent(String name, HealthcareService.HealthcareServiceAvailableTimeComponent element) throws IOException
IOExceptionprotected void composeHealthcareServiceHealthcareServiceAvailableTimeComponentElements(HealthcareService.HealthcareServiceAvailableTimeComponent element) throws IOException
IOExceptionprotected void composeHealthcareServiceHealthcareServiceNotAvailableComponent(String name, HealthcareService.HealthcareServiceNotAvailableComponent element) throws IOException
IOExceptionprotected void composeHealthcareServiceHealthcareServiceNotAvailableComponentElements(HealthcareService.HealthcareServiceNotAvailableComponent element) throws IOException
IOExceptionprotected void composeImagingStudy(String name, ImagingStudy element) throws IOException
IOExceptionprotected void composeImagingStudyElements(ImagingStudy element) throws IOException
IOExceptionprotected void composeImagingStudyImagingStudySeriesComponent(String name, ImagingStudy.ImagingStudySeriesComponent element) throws IOException
IOExceptionprotected void composeImagingStudyImagingStudySeriesComponentElements(ImagingStudy.ImagingStudySeriesComponent element) throws IOException
IOExceptionprotected void composeImagingStudyImagingStudySeriesPerformerComponent(String name, ImagingStudy.ImagingStudySeriesPerformerComponent element) throws IOException
IOExceptionprotected void composeImagingStudyImagingStudySeriesPerformerComponentElements(ImagingStudy.ImagingStudySeriesPerformerComponent element) throws IOException
IOExceptionprotected void composeImagingStudyImagingStudySeriesInstanceComponent(String name, ImagingStudy.ImagingStudySeriesInstanceComponent element) throws IOException
IOExceptionprotected void composeImagingStudyImagingStudySeriesInstanceComponentElements(ImagingStudy.ImagingStudySeriesInstanceComponent element) throws IOException
IOExceptionprotected void composeImmunization(String name, Immunization element) throws IOException
IOExceptionprotected void composeImmunizationElements(Immunization element) throws IOException
IOExceptionprotected void composeImmunizationImmunizationPerformerComponent(String name, Immunization.ImmunizationPerformerComponent element) throws IOException
IOExceptionprotected void composeImmunizationImmunizationPerformerComponentElements(Immunization.ImmunizationPerformerComponent element) throws IOException
IOExceptionprotected void composeImmunizationImmunizationEducationComponent(String name, Immunization.ImmunizationEducationComponent element) throws IOException
IOExceptionprotected void composeImmunizationImmunizationEducationComponentElements(Immunization.ImmunizationEducationComponent element) throws IOException
IOExceptionprotected void composeImmunizationImmunizationReactionComponent(String name, Immunization.ImmunizationReactionComponent element) throws IOException
IOExceptionprotected void composeImmunizationImmunizationReactionComponentElements(Immunization.ImmunizationReactionComponent element) throws IOException
IOExceptionprotected void composeImmunizationImmunizationProtocolAppliedComponent(String name, Immunization.ImmunizationProtocolAppliedComponent element) throws IOException
IOExceptionprotected void composeImmunizationImmunizationProtocolAppliedComponentElements(Immunization.ImmunizationProtocolAppliedComponent element) throws IOException
IOExceptionprotected void composeImmunizationEvaluation(String name, ImmunizationEvaluation element) throws IOException
IOExceptionprotected void composeImmunizationEvaluationElements(ImmunizationEvaluation element) throws IOException
IOExceptionprotected void composeImmunizationRecommendation(String name, ImmunizationRecommendation element) throws IOException
IOExceptionprotected void composeImmunizationRecommendationElements(ImmunizationRecommendation element) throws IOException
IOExceptionprotected void composeImmunizationRecommendationImmunizationRecommendationRecommendationComponent(String name, ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent element) throws IOException
IOExceptionprotected void composeImmunizationRecommendationImmunizationRecommendationRecommendationComponentElements(ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent element) throws IOException
IOExceptionprotected void composeImmunizationRecommendationImmunizationRecommendationRecommendationDateCriterionComponent(String name, ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent element) throws IOException
IOExceptionprotected void composeImmunizationRecommendationImmunizationRecommendationRecommendationDateCriterionComponentElements(ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent element) throws IOException
IOExceptionprotected void composeImplementationGuide(String name, ImplementationGuide element) throws IOException
IOExceptionprotected void composeImplementationGuideElements(ImplementationGuide element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideDependsOnComponent(String name, ImplementationGuide.ImplementationGuideDependsOnComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideDependsOnComponentElements(ImplementationGuide.ImplementationGuideDependsOnComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideGlobalComponent(String name, ImplementationGuide.ImplementationGuideGlobalComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideGlobalComponentElements(ImplementationGuide.ImplementationGuideGlobalComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideDefinitionComponent(String name, ImplementationGuide.ImplementationGuideDefinitionComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideDefinitionComponentElements(ImplementationGuide.ImplementationGuideDefinitionComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideDefinitionGroupingComponent(String name, ImplementationGuide.ImplementationGuideDefinitionGroupingComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideDefinitionGroupingComponentElements(ImplementationGuide.ImplementationGuideDefinitionGroupingComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideDefinitionResourceComponent(String name, ImplementationGuide.ImplementationGuideDefinitionResourceComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideDefinitionResourceComponentElements(ImplementationGuide.ImplementationGuideDefinitionResourceComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideDefinitionPageComponent(String name, ImplementationGuide.ImplementationGuideDefinitionPageComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideDefinitionPageComponentElements(ImplementationGuide.ImplementationGuideDefinitionPageComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideDefinitionParameterComponent(String name, ImplementationGuide.ImplementationGuideDefinitionParameterComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideDefinitionParameterComponentElements(ImplementationGuide.ImplementationGuideDefinitionParameterComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideDefinitionTemplateComponent(String name, ImplementationGuide.ImplementationGuideDefinitionTemplateComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideDefinitionTemplateComponentElements(ImplementationGuide.ImplementationGuideDefinitionTemplateComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideManifestComponent(String name, ImplementationGuide.ImplementationGuideManifestComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideManifestComponentElements(ImplementationGuide.ImplementationGuideManifestComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideManifestResourceComponent(String name, ImplementationGuide.ManifestResourceComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideManifestResourceComponentElements(ImplementationGuide.ManifestResourceComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideManifestPageComponent(String name, ImplementationGuide.ManifestPageComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideManifestPageComponentElements(ImplementationGuide.ManifestPageComponent element) throws IOException
IOExceptionprotected void composeInsurancePlan(String name, InsurancePlan element) throws IOException
IOExceptionprotected void composeInsurancePlanElements(InsurancePlan element) throws IOException
IOExceptionprotected void composeInsurancePlanInsurancePlanContactComponent(String name, InsurancePlan.InsurancePlanContactComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanInsurancePlanContactComponentElements(InsurancePlan.InsurancePlanContactComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanInsurancePlanCoverageComponent(String name, InsurancePlan.InsurancePlanCoverageComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanInsurancePlanCoverageComponentElements(InsurancePlan.InsurancePlanCoverageComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanCoverageBenefitComponent(String name, InsurancePlan.CoverageBenefitComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanCoverageBenefitComponentElements(InsurancePlan.CoverageBenefitComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanCoverageBenefitLimitComponent(String name, InsurancePlan.CoverageBenefitLimitComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanCoverageBenefitLimitComponentElements(InsurancePlan.CoverageBenefitLimitComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanInsurancePlanPlanComponent(String name, InsurancePlan.InsurancePlanPlanComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanInsurancePlanPlanComponentElements(InsurancePlan.InsurancePlanPlanComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanInsurancePlanPlanGeneralCostComponent(String name, InsurancePlan.InsurancePlanPlanGeneralCostComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanInsurancePlanPlanGeneralCostComponentElements(InsurancePlan.InsurancePlanPlanGeneralCostComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanInsurancePlanPlanSpecificCostComponent(String name, InsurancePlan.InsurancePlanPlanSpecificCostComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanInsurancePlanPlanSpecificCostComponentElements(InsurancePlan.InsurancePlanPlanSpecificCostComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanPlanBenefitComponent(String name, InsurancePlan.PlanBenefitComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanPlanBenefitComponentElements(InsurancePlan.PlanBenefitComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanPlanBenefitCostComponent(String name, InsurancePlan.PlanBenefitCostComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanPlanBenefitCostComponentElements(InsurancePlan.PlanBenefitCostComponent element) throws IOException
IOExceptionprotected void composeInvoice(String name, Invoice element) throws IOException
IOExceptionprotected void composeInvoiceElements(Invoice element) throws IOException
IOExceptionprotected void composeInvoiceInvoiceParticipantComponent(String name, Invoice.InvoiceParticipantComponent element) throws IOException
IOExceptionprotected void composeInvoiceInvoiceParticipantComponentElements(Invoice.InvoiceParticipantComponent element) throws IOException
IOExceptionprotected void composeInvoiceInvoiceLineItemComponent(String name, Invoice.InvoiceLineItemComponent element) throws IOException
IOExceptionprotected void composeInvoiceInvoiceLineItemComponentElements(Invoice.InvoiceLineItemComponent element) throws IOException
IOExceptionprotected void composeInvoiceInvoiceLineItemPriceComponentComponent(String name, Invoice.InvoiceLineItemPriceComponentComponent element) throws IOException
IOExceptionprotected void composeInvoiceInvoiceLineItemPriceComponentComponentElements(Invoice.InvoiceLineItemPriceComponentComponent element) throws IOException
IOExceptionprotected void composeLibrary(String name, Library element) throws IOException
IOExceptionprotected void composeLibraryElements(Library element) throws IOException
IOExceptionprotected void composeLinkage(String name, Linkage element) throws IOException
IOExceptionprotected void composeLinkageElements(Linkage element) throws IOException
IOExceptionprotected void composeLinkageLinkageItemComponent(String name, Linkage.LinkageItemComponent element) throws IOException
IOExceptionprotected void composeLinkageLinkageItemComponentElements(Linkage.LinkageItemComponent element) throws IOException
IOExceptionprotected void composeListResource(String name, ListResource element) throws IOException
IOExceptionprotected void composeListResourceElements(ListResource element) throws IOException
IOExceptionprotected void composeListResourceListEntryComponent(String name, ListResource.ListEntryComponent element) throws IOException
IOExceptionprotected void composeListResourceListEntryComponentElements(ListResource.ListEntryComponent element) throws IOException
IOExceptionprotected void composeLocation(String name, Location element) throws IOException
IOExceptionprotected void composeLocationElements(Location element) throws IOException
IOExceptionprotected void composeLocationLocationPositionComponent(String name, Location.LocationPositionComponent element) throws IOException
IOExceptionprotected void composeLocationLocationPositionComponentElements(Location.LocationPositionComponent element) throws IOException
IOExceptionprotected void composeLocationLocationHoursOfOperationComponent(String name, Location.LocationHoursOfOperationComponent element) throws IOException
IOExceptionprotected void composeLocationLocationHoursOfOperationComponentElements(Location.LocationHoursOfOperationComponent element) throws IOException
IOExceptionprotected void composeMeasure(String name, Measure element) throws IOException
IOExceptionprotected void composeMeasureElements(Measure element) throws IOException
IOExceptionprotected void composeMeasureMeasureGroupComponent(String name, Measure.MeasureGroupComponent element) throws IOException
IOExceptionprotected void composeMeasureMeasureGroupComponentElements(Measure.MeasureGroupComponent element) throws IOException
IOExceptionprotected void composeMeasureMeasureGroupPopulationComponent(String name, Measure.MeasureGroupPopulationComponent element) throws IOException
IOExceptionprotected void composeMeasureMeasureGroupPopulationComponentElements(Measure.MeasureGroupPopulationComponent element) throws IOException
IOExceptionprotected void composeMeasureMeasureGroupStratifierComponent(String name, Measure.MeasureGroupStratifierComponent element) throws IOException
IOExceptionprotected void composeMeasureMeasureGroupStratifierComponentElements(Measure.MeasureGroupStratifierComponent element) throws IOException
IOExceptionprotected void composeMeasureMeasureGroupStratifierComponentComponent(String name, Measure.MeasureGroupStratifierComponentComponent element) throws IOException
IOExceptionprotected void composeMeasureMeasureGroupStratifierComponentComponentElements(Measure.MeasureGroupStratifierComponentComponent element) throws IOException
IOExceptionprotected void composeMeasureMeasureSupplementalDataComponent(String name, Measure.MeasureSupplementalDataComponent element) throws IOException
IOExceptionprotected void composeMeasureMeasureSupplementalDataComponentElements(Measure.MeasureSupplementalDataComponent element) throws IOException
IOExceptionprotected void composeMeasureReport(String name, MeasureReport element) throws IOException
IOExceptionprotected void composeMeasureReportElements(MeasureReport element) throws IOException
IOExceptionprotected void composeMeasureReportMeasureReportGroupComponent(String name, MeasureReport.MeasureReportGroupComponent element) throws IOException
IOExceptionprotected void composeMeasureReportMeasureReportGroupComponentElements(MeasureReport.MeasureReportGroupComponent element) throws IOException
IOExceptionprotected void composeMeasureReportMeasureReportGroupPopulationComponent(String name, MeasureReport.MeasureReportGroupPopulationComponent element) throws IOException
IOExceptionprotected void composeMeasureReportMeasureReportGroupPopulationComponentElements(MeasureReport.MeasureReportGroupPopulationComponent element) throws IOException
IOExceptionprotected void composeMeasureReportMeasureReportGroupStratifierComponent(String name, MeasureReport.MeasureReportGroupStratifierComponent element) throws IOException
IOExceptionprotected void composeMeasureReportMeasureReportGroupStratifierComponentElements(MeasureReport.MeasureReportGroupStratifierComponent element) throws IOException
IOExceptionprotected void composeMeasureReportStratifierGroupComponent(String name, MeasureReport.StratifierGroupComponent element) throws IOException
IOExceptionprotected void composeMeasureReportStratifierGroupComponentElements(MeasureReport.StratifierGroupComponent element) throws IOException
IOExceptionprotected void composeMeasureReportStratifierGroupComponentComponent(String name, MeasureReport.StratifierGroupComponentComponent element) throws IOException
IOExceptionprotected void composeMeasureReportStratifierGroupComponentComponentElements(MeasureReport.StratifierGroupComponentComponent element) throws IOException
IOExceptionprotected void composeMeasureReportStratifierGroupPopulationComponent(String name, MeasureReport.StratifierGroupPopulationComponent element) throws IOException
IOExceptionprotected void composeMeasureReportStratifierGroupPopulationComponentElements(MeasureReport.StratifierGroupPopulationComponent element) throws IOException
IOExceptionprotected void composeMedia(String name, Media element) throws IOException
IOExceptionprotected void composeMediaElements(Media element) throws IOException
IOExceptionprotected void composeMedication(String name, Medication element) throws IOException
IOExceptionprotected void composeMedicationElements(Medication element) throws IOException
IOExceptionprotected void composeMedicationMedicationIngredientComponent(String name, Medication.MedicationIngredientComponent element) throws IOException
IOExceptionprotected void composeMedicationMedicationIngredientComponentElements(Medication.MedicationIngredientComponent element) throws IOException
IOExceptionprotected void composeMedicationMedicationBatchComponent(String name, Medication.MedicationBatchComponent element) throws IOException
IOExceptionprotected void composeMedicationMedicationBatchComponentElements(Medication.MedicationBatchComponent element) throws IOException
IOExceptionprotected void composeMedicationAdministration(String name, MedicationAdministration element) throws IOException
IOExceptionprotected void composeMedicationAdministrationElements(MedicationAdministration element) throws IOException
IOExceptionprotected void composeMedicationAdministrationMedicationAdministrationPerformerComponent(String name, MedicationAdministration.MedicationAdministrationPerformerComponent element) throws IOException
IOExceptionprotected void composeMedicationAdministrationMedicationAdministrationPerformerComponentElements(MedicationAdministration.MedicationAdministrationPerformerComponent element) throws IOException
IOExceptionprotected void composeMedicationAdministrationMedicationAdministrationDosageComponent(String name, MedicationAdministration.MedicationAdministrationDosageComponent element) throws IOException
IOExceptionprotected void composeMedicationAdministrationMedicationAdministrationDosageComponentElements(MedicationAdministration.MedicationAdministrationDosageComponent element) throws IOException
IOExceptionprotected void composeMedicationDispense(String name, MedicationDispense element) throws IOException
IOExceptionprotected void composeMedicationDispenseElements(MedicationDispense element) throws IOException
IOExceptionprotected void composeMedicationDispenseMedicationDispensePerformerComponent(String name, MedicationDispense.MedicationDispensePerformerComponent element) throws IOException
IOExceptionprotected void composeMedicationDispenseMedicationDispensePerformerComponentElements(MedicationDispense.MedicationDispensePerformerComponent element) throws IOException
IOExceptionprotected void composeMedicationDispenseMedicationDispenseSubstitutionComponent(String name, MedicationDispense.MedicationDispenseSubstitutionComponent element) throws IOException
IOExceptionprotected void composeMedicationDispenseMedicationDispenseSubstitutionComponentElements(MedicationDispense.MedicationDispenseSubstitutionComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledge(String name, MedicationKnowledge element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeElements(MedicationKnowledge element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeRelatedMedicationKnowledgeComponent(String name, MedicationKnowledge.MedicationKnowledgeRelatedMedicationKnowledgeComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeRelatedMedicationKnowledgeComponentElements(MedicationKnowledge.MedicationKnowledgeRelatedMedicationKnowledgeComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeMonographComponent(String name, MedicationKnowledge.MedicationKnowledgeMonographComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeMonographComponentElements(MedicationKnowledge.MedicationKnowledgeMonographComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeIngredientComponent(String name, MedicationKnowledge.MedicationKnowledgeIngredientComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeIngredientComponentElements(MedicationKnowledge.MedicationKnowledgeIngredientComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeCostComponent(String name, MedicationKnowledge.MedicationKnowledgeCostComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeCostComponentElements(MedicationKnowledge.MedicationKnowledgeCostComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeMonitoringProgramComponent(String name, MedicationKnowledge.MedicationKnowledgeMonitoringProgramComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeMonitoringProgramComponentElements(MedicationKnowledge.MedicationKnowledgeMonitoringProgramComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeAdministrationGuidelinesComponent(String name, MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeAdministrationGuidelinesComponentElements(MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeAdministrationGuidelinesDosageComponent(String name, MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeAdministrationGuidelinesDosageComponentElements(MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeAdministrationGuidelinesPatientCharacteristicsComponent(String name, MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesPatientCharacteristicsComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeAdministrationGuidelinesPatientCharacteristicsComponentElements(MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesPatientCharacteristicsComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeMedicineClassificationComponent(String name, MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeMedicineClassificationComponentElements(MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgePackagingComponent(String name, MedicationKnowledge.MedicationKnowledgePackagingComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgePackagingComponentElements(MedicationKnowledge.MedicationKnowledgePackagingComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeDrugCharacteristicComponent(String name, MedicationKnowledge.MedicationKnowledgeDrugCharacteristicComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeDrugCharacteristicComponentElements(MedicationKnowledge.MedicationKnowledgeDrugCharacteristicComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeRegulatoryComponent(String name, MedicationKnowledge.MedicationKnowledgeRegulatoryComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeRegulatoryComponentElements(MedicationKnowledge.MedicationKnowledgeRegulatoryComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeRegulatorySubstitutionComponent(String name, MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeRegulatorySubstitutionComponentElements(MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeRegulatoryScheduleComponent(String name, MedicationKnowledge.MedicationKnowledgeRegulatoryScheduleComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeRegulatoryScheduleComponentElements(MedicationKnowledge.MedicationKnowledgeRegulatoryScheduleComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeRegulatoryMaxDispenseComponent(String name, MedicationKnowledge.MedicationKnowledgeRegulatoryMaxDispenseComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeRegulatoryMaxDispenseComponentElements(MedicationKnowledge.MedicationKnowledgeRegulatoryMaxDispenseComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeKineticsComponent(String name, MedicationKnowledge.MedicationKnowledgeKineticsComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeKineticsComponentElements(MedicationKnowledge.MedicationKnowledgeKineticsComponent element) throws IOException
IOExceptionprotected void composeMedicationRequest(String name, MedicationRequest element) throws IOException
IOExceptionprotected void composeMedicationRequestElements(MedicationRequest element) throws IOException
IOExceptionprotected void composeMedicationRequestMedicationRequestDispenseRequestComponent(String name, MedicationRequest.MedicationRequestDispenseRequestComponent element) throws IOException
IOExceptionprotected void composeMedicationRequestMedicationRequestDispenseRequestComponentElements(MedicationRequest.MedicationRequestDispenseRequestComponent element) throws IOException
IOExceptionprotected void composeMedicationRequestMedicationRequestDispenseRequestInitialFillComponent(String name, MedicationRequest.MedicationRequestDispenseRequestInitialFillComponent element) throws IOException
IOExceptionprotected void composeMedicationRequestMedicationRequestDispenseRequestInitialFillComponentElements(MedicationRequest.MedicationRequestDispenseRequestInitialFillComponent element) throws IOException
IOExceptionprotected void composeMedicationRequestMedicationRequestSubstitutionComponent(String name, MedicationRequest.MedicationRequestSubstitutionComponent element) throws IOException
IOExceptionprotected void composeMedicationRequestMedicationRequestSubstitutionComponentElements(MedicationRequest.MedicationRequestSubstitutionComponent element) throws IOException
IOExceptionprotected void composeMedicationStatement(String name, MedicationStatement element) throws IOException
IOExceptionprotected void composeMedicationStatementElements(MedicationStatement element) throws IOException
IOExceptionprotected void composeMedicinalProduct(String name, MedicinalProduct element) throws IOException
IOExceptionprotected void composeMedicinalProductElements(MedicinalProduct element) throws IOException
IOExceptionprotected void composeMedicinalProductMedicinalProductNameComponent(String name, MedicinalProduct.MedicinalProductNameComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductMedicinalProductNameComponentElements(MedicinalProduct.MedicinalProductNameComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductMedicinalProductNameNamePartComponent(String name, MedicinalProduct.MedicinalProductNameNamePartComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductMedicinalProductNameNamePartComponentElements(MedicinalProduct.MedicinalProductNameNamePartComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductMedicinalProductNameCountryLanguageComponent(String name, MedicinalProduct.MedicinalProductNameCountryLanguageComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductMedicinalProductNameCountryLanguageComponentElements(MedicinalProduct.MedicinalProductNameCountryLanguageComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductMedicinalProductManufacturingBusinessOperationComponent(String name, MedicinalProduct.MedicinalProductManufacturingBusinessOperationComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductMedicinalProductManufacturingBusinessOperationComponentElements(MedicinalProduct.MedicinalProductManufacturingBusinessOperationComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductMedicinalProductSpecialDesignationComponent(String name, MedicinalProduct.MedicinalProductSpecialDesignationComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductMedicinalProductSpecialDesignationComponentElements(MedicinalProduct.MedicinalProductSpecialDesignationComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductAuthorization(String name, MedicinalProductAuthorization element) throws IOException
IOExceptionprotected void composeMedicinalProductAuthorizationElements(MedicinalProductAuthorization element) throws IOException
IOExceptionprotected void composeMedicinalProductAuthorizationMedicinalProductAuthorizationJurisdictionalAuthorizationComponent(String name, MedicinalProductAuthorization.MedicinalProductAuthorizationJurisdictionalAuthorizationComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductAuthorizationMedicinalProductAuthorizationJurisdictionalAuthorizationComponentElements(MedicinalProductAuthorization.MedicinalProductAuthorizationJurisdictionalAuthorizationComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductAuthorizationMedicinalProductAuthorizationProcedureComponent(String name, MedicinalProductAuthorization.MedicinalProductAuthorizationProcedureComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductAuthorizationMedicinalProductAuthorizationProcedureComponentElements(MedicinalProductAuthorization.MedicinalProductAuthorizationProcedureComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductContraindication(String name, MedicinalProductContraindication element) throws IOException
IOExceptionprotected void composeMedicinalProductContraindicationElements(MedicinalProductContraindication element) throws IOException
IOExceptionprotected void composeMedicinalProductContraindicationMedicinalProductContraindicationOtherTherapyComponent(String name, MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductContraindicationMedicinalProductContraindicationOtherTherapyComponentElements(MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductIndication(String name, MedicinalProductIndication element) throws IOException
IOExceptionprotected void composeMedicinalProductIndicationElements(MedicinalProductIndication element) throws IOException
IOExceptionprotected void composeMedicinalProductIndicationMedicinalProductIndicationOtherTherapyComponent(String name, MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductIndicationMedicinalProductIndicationOtherTherapyComponentElements(MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductIngredient(String name, MedicinalProductIngredient element) throws IOException
IOExceptionprotected void composeMedicinalProductIngredientElements(MedicinalProductIngredient element) throws IOException
IOExceptionprotected void composeMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceComponent(String name, MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceComponentElements(MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceStrengthComponent(String name, MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceStrengthComponentElements(MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponent(String name, MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponentElements(MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductIngredientMedicinalProductIngredientSubstanceComponent(String name, MedicinalProductIngredient.MedicinalProductIngredientSubstanceComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductIngredientMedicinalProductIngredientSubstanceComponentElements(MedicinalProductIngredient.MedicinalProductIngredientSubstanceComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductInteraction(String name, MedicinalProductInteraction element) throws IOException
IOExceptionprotected void composeMedicinalProductInteractionElements(MedicinalProductInteraction element) throws IOException
IOExceptionprotected void composeMedicinalProductInteractionMedicinalProductInteractionInteractantComponent(String name, MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductInteractionMedicinalProductInteractionInteractantComponentElements(MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductManufactured(String name, MedicinalProductManufactured element) throws IOException
IOExceptionprotected void composeMedicinalProductManufacturedElements(MedicinalProductManufactured element) throws IOException
IOExceptionprotected void composeMedicinalProductPackaged(String name, MedicinalProductPackaged element) throws IOException
IOExceptionprotected void composeMedicinalProductPackagedElements(MedicinalProductPackaged element) throws IOException
IOExceptionprotected void composeMedicinalProductPackagedMedicinalProductPackagedBatchIdentifierComponent(String name, MedicinalProductPackaged.MedicinalProductPackagedBatchIdentifierComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductPackagedMedicinalProductPackagedBatchIdentifierComponentElements(MedicinalProductPackaged.MedicinalProductPackagedBatchIdentifierComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductPackagedMedicinalProductPackagedPackageItemComponent(String name, MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductPackagedMedicinalProductPackagedPackageItemComponentElements(MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductPharmaceutical(String name, MedicinalProductPharmaceutical element) throws IOException
IOExceptionprotected void composeMedicinalProductPharmaceuticalElements(MedicinalProductPharmaceutical element) throws IOException
IOExceptionprotected void composeMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalCharacteristicsComponent(String name, MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalCharacteristicsComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalCharacteristicsComponentElements(MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalCharacteristicsComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalRouteOfAdministrationComponent(String name, MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalRouteOfAdministrationComponentElements(MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesComponent(String name, MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesComponentElements(MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent(String name, MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponentElements(MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductUndesirableEffect(String name, MedicinalProductUndesirableEffect element) throws IOException
IOExceptionprotected void composeMedicinalProductUndesirableEffectElements(MedicinalProductUndesirableEffect element) throws IOException
IOExceptionprotected void composeMessageDefinition(String name, MessageDefinition element) throws IOException
IOExceptionprotected void composeMessageDefinitionElements(MessageDefinition element) throws IOException
IOExceptionprotected void composeMessageDefinitionMessageDefinitionFocusComponent(String name, MessageDefinition.MessageDefinitionFocusComponent element) throws IOException
IOExceptionprotected void composeMessageDefinitionMessageDefinitionFocusComponentElements(MessageDefinition.MessageDefinitionFocusComponent element) throws IOException
IOExceptionprotected void composeMessageDefinitionMessageDefinitionAllowedResponseComponent(String name, MessageDefinition.MessageDefinitionAllowedResponseComponent element) throws IOException
IOExceptionprotected void composeMessageDefinitionMessageDefinitionAllowedResponseComponentElements(MessageDefinition.MessageDefinitionAllowedResponseComponent element) throws IOException
IOExceptionprotected void composeMessageHeader(String name, MessageHeader element) throws IOException
IOExceptionprotected void composeMessageHeaderElements(MessageHeader element) throws IOException
IOExceptionprotected void composeMessageHeaderMessageDestinationComponent(String name, MessageHeader.MessageDestinationComponent element) throws IOException
IOExceptionprotected void composeMessageHeaderMessageDestinationComponentElements(MessageHeader.MessageDestinationComponent element) throws IOException
IOExceptionprotected void composeMessageHeaderMessageSourceComponent(String name, MessageHeader.MessageSourceComponent element) throws IOException
IOExceptionprotected void composeMessageHeaderMessageSourceComponentElements(MessageHeader.MessageSourceComponent element) throws IOException
IOExceptionprotected void composeMessageHeaderMessageHeaderResponseComponent(String name, MessageHeader.MessageHeaderResponseComponent element) throws IOException
IOExceptionprotected void composeMessageHeaderMessageHeaderResponseComponentElements(MessageHeader.MessageHeaderResponseComponent element) throws IOException
IOExceptionprotected void composeMolecularSequence(String name, MolecularSequence element) throws IOException
IOExceptionprotected void composeMolecularSequenceElements(MolecularSequence element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceReferenceSeqComponent(String name, MolecularSequence.MolecularSequenceReferenceSeqComponent element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceReferenceSeqComponentElements(MolecularSequence.MolecularSequenceReferenceSeqComponent element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceVariantComponent(String name, MolecularSequence.MolecularSequenceVariantComponent element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceVariantComponentElements(MolecularSequence.MolecularSequenceVariantComponent element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceQualityComponent(String name, MolecularSequence.MolecularSequenceQualityComponent element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceQualityComponentElements(MolecularSequence.MolecularSequenceQualityComponent element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceQualityRocComponent(String name, MolecularSequence.MolecularSequenceQualityRocComponent element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceQualityRocComponentElements(MolecularSequence.MolecularSequenceQualityRocComponent element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceRepositoryComponent(String name, MolecularSequence.MolecularSequenceRepositoryComponent element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceRepositoryComponentElements(MolecularSequence.MolecularSequenceRepositoryComponent element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceStructureVariantComponent(String name, MolecularSequence.MolecularSequenceStructureVariantComponent element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceStructureVariantComponentElements(MolecularSequence.MolecularSequenceStructureVariantComponent element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceStructureVariantOuterComponent(String name, MolecularSequence.MolecularSequenceStructureVariantOuterComponent element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceStructureVariantOuterComponentElements(MolecularSequence.MolecularSequenceStructureVariantOuterComponent element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceStructureVariantInnerComponent(String name, MolecularSequence.MolecularSequenceStructureVariantInnerComponent element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceStructureVariantInnerComponentElements(MolecularSequence.MolecularSequenceStructureVariantInnerComponent element) throws IOException
IOExceptionprotected void composeNamingSystem(String name, NamingSystem element) throws IOException
IOExceptionprotected void composeNamingSystemElements(NamingSystem element) throws IOException
IOExceptionprotected void composeNamingSystemNamingSystemUniqueIdComponent(String name, NamingSystem.NamingSystemUniqueIdComponent element) throws IOException
IOExceptionprotected void composeNamingSystemNamingSystemUniqueIdComponentElements(NamingSystem.NamingSystemUniqueIdComponent element) throws IOException
IOExceptionprotected void composeNutritionOrder(String name, NutritionOrder element) throws IOException
IOExceptionprotected void composeNutritionOrderElements(NutritionOrder element) throws IOException
IOExceptionprotected void composeNutritionOrderNutritionOrderOralDietComponent(String name, NutritionOrder.NutritionOrderOralDietComponent element) throws IOException
IOExceptionprotected void composeNutritionOrderNutritionOrderOralDietComponentElements(NutritionOrder.NutritionOrderOralDietComponent element) throws IOException
IOExceptionprotected void composeNutritionOrderNutritionOrderOralDietNutrientComponent(String name, NutritionOrder.NutritionOrderOralDietNutrientComponent element) throws IOException
IOExceptionprotected void composeNutritionOrderNutritionOrderOralDietNutrientComponentElements(NutritionOrder.NutritionOrderOralDietNutrientComponent element) throws IOException
IOExceptionprotected void composeNutritionOrderNutritionOrderOralDietTextureComponent(String name, NutritionOrder.NutritionOrderOralDietTextureComponent element) throws IOException
IOExceptionprotected void composeNutritionOrderNutritionOrderOralDietTextureComponentElements(NutritionOrder.NutritionOrderOralDietTextureComponent element) throws IOException
IOExceptionprotected void composeNutritionOrderNutritionOrderSupplementComponent(String name, NutritionOrder.NutritionOrderSupplementComponent element) throws IOException
IOExceptionprotected void composeNutritionOrderNutritionOrderSupplementComponentElements(NutritionOrder.NutritionOrderSupplementComponent element) throws IOException
IOExceptionprotected void composeNutritionOrderNutritionOrderEnteralFormulaComponent(String name, NutritionOrder.NutritionOrderEnteralFormulaComponent element) throws IOException
IOExceptionprotected void composeNutritionOrderNutritionOrderEnteralFormulaComponentElements(NutritionOrder.NutritionOrderEnteralFormulaComponent element) throws IOException
IOExceptionprotected void composeNutritionOrderNutritionOrderEnteralFormulaAdministrationComponent(String name, NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent element) throws IOException
IOExceptionprotected void composeNutritionOrderNutritionOrderEnteralFormulaAdministrationComponentElements(NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent element) throws IOException
IOExceptionprotected void composeObservation(String name, Observation element) throws IOException
IOExceptionprotected void composeObservationElements(Observation element) throws IOException
IOExceptionprotected void composeObservationObservationReferenceRangeComponent(String name, Observation.ObservationReferenceRangeComponent element) throws IOException
IOExceptionprotected void composeObservationObservationReferenceRangeComponentElements(Observation.ObservationReferenceRangeComponent element) throws IOException
IOExceptionprotected void composeObservationObservationComponentComponent(String name, Observation.ObservationComponentComponent element) throws IOException
IOExceptionprotected void composeObservationObservationComponentComponentElements(Observation.ObservationComponentComponent element) throws IOException
IOExceptionprotected void composeObservationDefinition(String name, ObservationDefinition element) throws IOException
IOExceptionprotected void composeObservationDefinitionElements(ObservationDefinition element) throws IOException
IOExceptionprotected void composeObservationDefinitionObservationDefinitionQuantitativeDetailsComponent(String name, ObservationDefinition.ObservationDefinitionQuantitativeDetailsComponent element) throws IOException
IOExceptionprotected void composeObservationDefinitionObservationDefinitionQuantitativeDetailsComponentElements(ObservationDefinition.ObservationDefinitionQuantitativeDetailsComponent element) throws IOException
IOExceptionprotected void composeObservationDefinitionObservationDefinitionQualifiedIntervalComponent(String name, ObservationDefinition.ObservationDefinitionQualifiedIntervalComponent element) throws IOException
IOExceptionprotected void composeObservationDefinitionObservationDefinitionQualifiedIntervalComponentElements(ObservationDefinition.ObservationDefinitionQualifiedIntervalComponent element) throws IOException
IOExceptionprotected void composeOperationDefinition(String name, OperationDefinition element) throws IOException
IOExceptionprotected void composeOperationDefinitionElements(OperationDefinition element) throws IOException
IOExceptionprotected void composeOperationDefinitionOperationDefinitionParameterComponent(String name, OperationDefinition.OperationDefinitionParameterComponent element) throws IOException
IOExceptionprotected void composeOperationDefinitionOperationDefinitionParameterComponentElements(OperationDefinition.OperationDefinitionParameterComponent element) throws IOException
IOExceptionprotected void composeOperationDefinitionOperationDefinitionParameterBindingComponent(String name, OperationDefinition.OperationDefinitionParameterBindingComponent element) throws IOException
IOExceptionprotected void composeOperationDefinitionOperationDefinitionParameterBindingComponentElements(OperationDefinition.OperationDefinitionParameterBindingComponent element) throws IOException
IOExceptionprotected void composeOperationDefinitionOperationDefinitionParameterReferencedFromComponent(String name, OperationDefinition.OperationDefinitionParameterReferencedFromComponent element) throws IOException
IOExceptionprotected void composeOperationDefinitionOperationDefinitionParameterReferencedFromComponentElements(OperationDefinition.OperationDefinitionParameterReferencedFromComponent element) throws IOException
IOExceptionprotected void composeOperationDefinitionOperationDefinitionOverloadComponent(String name, OperationDefinition.OperationDefinitionOverloadComponent element) throws IOException
IOExceptionprotected void composeOperationDefinitionOperationDefinitionOverloadComponentElements(OperationDefinition.OperationDefinitionOverloadComponent element) throws IOException
IOExceptionprotected void composeOperationOutcome(String name, OperationOutcome element) throws IOException
IOExceptionprotected void composeOperationOutcomeElements(OperationOutcome element) throws IOException
IOExceptionprotected void composeOperationOutcomeOperationOutcomeIssueComponent(String name, OperationOutcome.OperationOutcomeIssueComponent element) throws IOException
IOExceptionprotected void composeOperationOutcomeOperationOutcomeIssueComponentElements(OperationOutcome.OperationOutcomeIssueComponent element) throws IOException
IOExceptionprotected void composeOrganization(String name, Organization element) throws IOException
IOExceptionprotected void composeOrganizationElements(Organization element) throws IOException
IOExceptionprotected void composeOrganizationOrganizationContactComponent(String name, Organization.OrganizationContactComponent element) throws IOException
IOExceptionprotected void composeOrganizationOrganizationContactComponentElements(Organization.OrganizationContactComponent element) throws IOException
IOExceptionprotected void composeOrganizationAffiliation(String name, OrganizationAffiliation element) throws IOException
IOExceptionprotected void composeOrganizationAffiliationElements(OrganizationAffiliation element) throws IOException
IOExceptionprotected void composePatient(String name, Patient element) throws IOException
IOExceptionprotected void composePatientElements(Patient element) throws IOException
IOExceptionprotected void composePatientContactComponent(String name, Patient.ContactComponent element) throws IOException
IOExceptionprotected void composePatientContactComponentElements(Patient.ContactComponent element) throws IOException
IOExceptionprotected void composePatientPatientCommunicationComponent(String name, Patient.PatientCommunicationComponent element) throws IOException
IOExceptionprotected void composePatientPatientCommunicationComponentElements(Patient.PatientCommunicationComponent element) throws IOException
IOExceptionprotected void composePatientPatientLinkComponent(String name, Patient.PatientLinkComponent element) throws IOException
IOExceptionprotected void composePatientPatientLinkComponentElements(Patient.PatientLinkComponent element) throws IOException
IOExceptionprotected void composePaymentNotice(String name, PaymentNotice element) throws IOException
IOExceptionprotected void composePaymentNoticeElements(PaymentNotice element) throws IOException
IOExceptionprotected void composePaymentReconciliation(String name, PaymentReconciliation element) throws IOException
IOExceptionprotected void composePaymentReconciliationElements(PaymentReconciliation element) throws IOException
IOExceptionprotected void composePaymentReconciliationDetailsComponent(String name, PaymentReconciliation.DetailsComponent element) throws IOException
IOExceptionprotected void composePaymentReconciliationDetailsComponentElements(PaymentReconciliation.DetailsComponent element) throws IOException
IOExceptionprotected void composePaymentReconciliationNotesComponent(String name, PaymentReconciliation.NotesComponent element) throws IOException
IOExceptionprotected void composePaymentReconciliationNotesComponentElements(PaymentReconciliation.NotesComponent element) throws IOException
IOExceptionprotected void composePerson(String name, Person element) throws IOException
IOExceptionprotected void composePersonElements(Person element) throws IOException
IOExceptionprotected void composePersonPersonLinkComponent(String name, Person.PersonLinkComponent element) throws IOException
IOExceptionprotected void composePersonPersonLinkComponentElements(Person.PersonLinkComponent element) throws IOException
IOExceptionprotected void composePlanDefinition(String name, PlanDefinition element) throws IOException
IOExceptionprotected void composePlanDefinitionElements(PlanDefinition element) throws IOException
IOExceptionprotected void composePlanDefinitionPlanDefinitionGoalComponent(String name, PlanDefinition.PlanDefinitionGoalComponent element) throws IOException
IOExceptionprotected void composePlanDefinitionPlanDefinitionGoalComponentElements(PlanDefinition.PlanDefinitionGoalComponent element) throws IOException
IOExceptionprotected void composePlanDefinitionPlanDefinitionGoalTargetComponent(String name, PlanDefinition.PlanDefinitionGoalTargetComponent element) throws IOException
IOExceptionprotected void composePlanDefinitionPlanDefinitionGoalTargetComponentElements(PlanDefinition.PlanDefinitionGoalTargetComponent element) throws IOException
IOExceptionprotected void composePlanDefinitionPlanDefinitionActionComponent(String name, PlanDefinition.PlanDefinitionActionComponent element) throws IOException
IOExceptionprotected void composePlanDefinitionPlanDefinitionActionComponentElements(PlanDefinition.PlanDefinitionActionComponent element) throws IOException
IOExceptionprotected void composePlanDefinitionPlanDefinitionActionConditionComponent(String name, PlanDefinition.PlanDefinitionActionConditionComponent element) throws IOException
IOExceptionprotected void composePlanDefinitionPlanDefinitionActionConditionComponentElements(PlanDefinition.PlanDefinitionActionConditionComponent element) throws IOException
IOExceptionprotected void composePlanDefinitionPlanDefinitionActionRelatedActionComponent(String name, PlanDefinition.PlanDefinitionActionRelatedActionComponent element) throws IOException
IOExceptionprotected void composePlanDefinitionPlanDefinitionActionRelatedActionComponentElements(PlanDefinition.PlanDefinitionActionRelatedActionComponent element) throws IOException
IOExceptionprotected void composePlanDefinitionPlanDefinitionActionParticipantComponent(String name, PlanDefinition.PlanDefinitionActionParticipantComponent element) throws IOException
IOExceptionprotected void composePlanDefinitionPlanDefinitionActionParticipantComponentElements(PlanDefinition.PlanDefinitionActionParticipantComponent element) throws IOException
IOExceptionprotected void composePlanDefinitionPlanDefinitionActionDynamicValueComponent(String name, PlanDefinition.PlanDefinitionActionDynamicValueComponent element) throws IOException
IOExceptionprotected void composePlanDefinitionPlanDefinitionActionDynamicValueComponentElements(PlanDefinition.PlanDefinitionActionDynamicValueComponent element) throws IOException
IOExceptionprotected void composePractitioner(String name, Practitioner element) throws IOException
IOExceptionprotected void composePractitionerElements(Practitioner element) throws IOException
IOExceptionprotected void composePractitionerPractitionerQualificationComponent(String name, Practitioner.PractitionerQualificationComponent element) throws IOException
IOExceptionprotected void composePractitionerPractitionerQualificationComponentElements(Practitioner.PractitionerQualificationComponent element) throws IOException
IOExceptionprotected void composePractitionerRole(String name, PractitionerRole element) throws IOException
IOExceptionprotected void composePractitionerRoleElements(PractitionerRole element) throws IOException
IOExceptionprotected void composePractitionerRolePractitionerRoleAvailableTimeComponent(String name, PractitionerRole.PractitionerRoleAvailableTimeComponent element) throws IOException
IOExceptionprotected void composePractitionerRolePractitionerRoleAvailableTimeComponentElements(PractitionerRole.PractitionerRoleAvailableTimeComponent element) throws IOException
IOExceptionprotected void composePractitionerRolePractitionerRoleNotAvailableComponent(String name, PractitionerRole.PractitionerRoleNotAvailableComponent element) throws IOException
IOExceptionprotected void composePractitionerRolePractitionerRoleNotAvailableComponentElements(PractitionerRole.PractitionerRoleNotAvailableComponent element) throws IOException
IOExceptionprotected void composeProcedure(String name, Procedure element) throws IOException
IOExceptionprotected void composeProcedureElements(Procedure element) throws IOException
IOExceptionprotected void composeProcedureProcedurePerformerComponent(String name, Procedure.ProcedurePerformerComponent element) throws IOException
IOExceptionprotected void composeProcedureProcedurePerformerComponentElements(Procedure.ProcedurePerformerComponent element) throws IOException
IOExceptionprotected void composeProcedureProcedureFocalDeviceComponent(String name, Procedure.ProcedureFocalDeviceComponent element) throws IOException
IOExceptionprotected void composeProcedureProcedureFocalDeviceComponentElements(Procedure.ProcedureFocalDeviceComponent element) throws IOException
IOExceptionprotected void composeProvenance(String name, Provenance element) throws IOException
IOExceptionprotected void composeProvenanceElements(Provenance element) throws IOException
IOExceptionprotected void composeProvenanceProvenanceAgentComponent(String name, Provenance.ProvenanceAgentComponent element) throws IOException
IOExceptionprotected void composeProvenanceProvenanceAgentComponentElements(Provenance.ProvenanceAgentComponent element) throws IOException
IOExceptionprotected void composeProvenanceProvenanceEntityComponent(String name, Provenance.ProvenanceEntityComponent element) throws IOException
IOExceptionprotected void composeProvenanceProvenanceEntityComponentElements(Provenance.ProvenanceEntityComponent element) throws IOException
IOExceptionprotected void composeQuestionnaire(String name, Questionnaire element) throws IOException
IOExceptionprotected void composeQuestionnaireElements(Questionnaire element) throws IOException
IOExceptionprotected void composeQuestionnaireQuestionnaireItemComponent(String name, Questionnaire.QuestionnaireItemComponent element) throws IOException
IOExceptionprotected void composeQuestionnaireQuestionnaireItemComponentElements(Questionnaire.QuestionnaireItemComponent element) throws IOException
IOExceptionprotected void composeQuestionnaireQuestionnaireItemEnableWhenComponent(String name, Questionnaire.QuestionnaireItemEnableWhenComponent element) throws IOException
IOExceptionprotected void composeQuestionnaireQuestionnaireItemEnableWhenComponentElements(Questionnaire.QuestionnaireItemEnableWhenComponent element) throws IOException
IOExceptionprotected void composeQuestionnaireQuestionnaireItemAnswerOptionComponent(String name, Questionnaire.QuestionnaireItemAnswerOptionComponent element) throws IOException
IOExceptionprotected void composeQuestionnaireQuestionnaireItemAnswerOptionComponentElements(Questionnaire.QuestionnaireItemAnswerOptionComponent element) throws IOException
IOExceptionprotected void composeQuestionnaireQuestionnaireItemInitialComponent(String name, Questionnaire.QuestionnaireItemInitialComponent element) throws IOException
IOExceptionprotected void composeQuestionnaireQuestionnaireItemInitialComponentElements(Questionnaire.QuestionnaireItemInitialComponent element) throws IOException
IOExceptionprotected void composeQuestionnaireResponse(String name, QuestionnaireResponse element) throws IOException
IOExceptionprotected void composeQuestionnaireResponseElements(QuestionnaireResponse element) throws IOException
IOExceptionprotected void composeQuestionnaireResponseQuestionnaireResponseItemComponent(String name, QuestionnaireResponse.QuestionnaireResponseItemComponent element) throws IOException
IOExceptionprotected void composeQuestionnaireResponseQuestionnaireResponseItemComponentElements(QuestionnaireResponse.QuestionnaireResponseItemComponent element) throws IOException
IOExceptionprotected void composeQuestionnaireResponseQuestionnaireResponseItemAnswerComponent(String name, QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent element) throws IOException
IOExceptionprotected void composeQuestionnaireResponseQuestionnaireResponseItemAnswerComponentElements(QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent element) throws IOException
IOExceptionprotected void composeRelatedPerson(String name, RelatedPerson element) throws IOException
IOExceptionprotected void composeRelatedPersonElements(RelatedPerson element) throws IOException
IOExceptionprotected void composeRelatedPersonRelatedPersonCommunicationComponent(String name, RelatedPerson.RelatedPersonCommunicationComponent element) throws IOException
IOExceptionprotected void composeRelatedPersonRelatedPersonCommunicationComponentElements(RelatedPerson.RelatedPersonCommunicationComponent element) throws IOException
IOExceptionprotected void composeRequestGroup(String name, RequestGroup element) throws IOException
IOExceptionprotected void composeRequestGroupElements(RequestGroup element) throws IOException
IOExceptionprotected void composeRequestGroupRequestGroupActionComponent(String name, RequestGroup.RequestGroupActionComponent element) throws IOException
IOExceptionprotected void composeRequestGroupRequestGroupActionComponentElements(RequestGroup.RequestGroupActionComponent element) throws IOException
IOExceptionprotected void composeRequestGroupRequestGroupActionConditionComponent(String name, RequestGroup.RequestGroupActionConditionComponent element) throws IOException
IOExceptionprotected void composeRequestGroupRequestGroupActionConditionComponentElements(RequestGroup.RequestGroupActionConditionComponent element) throws IOException
IOExceptionprotected void composeRequestGroupRequestGroupActionRelatedActionComponent(String name, RequestGroup.RequestGroupActionRelatedActionComponent element) throws IOException
IOExceptionprotected void composeRequestGroupRequestGroupActionRelatedActionComponentElements(RequestGroup.RequestGroupActionRelatedActionComponent element) throws IOException
IOExceptionprotected void composeResearchDefinition(String name, ResearchDefinition element) throws IOException
IOExceptionprotected void composeResearchDefinitionElements(ResearchDefinition element) throws IOException
IOExceptionprotected void composeResearchElementDefinition(String name, ResearchElementDefinition element) throws IOException
IOExceptionprotected void composeResearchElementDefinitionElements(ResearchElementDefinition element) throws IOException
IOExceptionprotected void composeResearchElementDefinitionResearchElementDefinitionCharacteristicComponent(String name, ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent element) throws IOException
IOExceptionprotected void composeResearchElementDefinitionResearchElementDefinitionCharacteristicComponentElements(ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent element) throws IOException
IOExceptionprotected void composeResearchStudy(String name, ResearchStudy element) throws IOException
IOExceptionprotected void composeResearchStudyElements(ResearchStudy element) throws IOException
IOExceptionprotected void composeResearchStudyResearchStudyArmComponent(String name, ResearchStudy.ResearchStudyArmComponent element) throws IOException
IOExceptionprotected void composeResearchStudyResearchStudyArmComponentElements(ResearchStudy.ResearchStudyArmComponent element) throws IOException
IOExceptionprotected void composeResearchStudyResearchStudyObjectiveComponent(String name, ResearchStudy.ResearchStudyObjectiveComponent element) throws IOException
IOExceptionprotected void composeResearchStudyResearchStudyObjectiveComponentElements(ResearchStudy.ResearchStudyObjectiveComponent element) throws IOException
IOExceptionprotected void composeResearchSubject(String name, ResearchSubject element) throws IOException
IOExceptionprotected void composeResearchSubjectElements(ResearchSubject element) throws IOException
IOExceptionprotected void composeRiskAssessment(String name, RiskAssessment element) throws IOException
IOExceptionprotected void composeRiskAssessmentElements(RiskAssessment element) throws IOException
IOExceptionprotected void composeRiskAssessmentRiskAssessmentPredictionComponent(String name, RiskAssessment.RiskAssessmentPredictionComponent element) throws IOException
IOExceptionprotected void composeRiskAssessmentRiskAssessmentPredictionComponentElements(RiskAssessment.RiskAssessmentPredictionComponent element) throws IOException
IOExceptionprotected void composeRiskEvidenceSynthesis(String name, RiskEvidenceSynthesis element) throws IOException
IOExceptionprotected void composeRiskEvidenceSynthesisElements(RiskEvidenceSynthesis element) throws IOException
IOExceptionprotected void composeRiskEvidenceSynthesisRiskEvidenceSynthesisSampleSizeComponent(String name, RiskEvidenceSynthesis.RiskEvidenceSynthesisSampleSizeComponent element) throws IOException
IOExceptionprotected void composeRiskEvidenceSynthesisRiskEvidenceSynthesisSampleSizeComponentElements(RiskEvidenceSynthesis.RiskEvidenceSynthesisSampleSizeComponent element) throws IOException
IOExceptionprotected void composeRiskEvidenceSynthesisRiskEvidenceSynthesisRiskEstimateComponent(String name, RiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimateComponent element) throws IOException
IOExceptionprotected void composeRiskEvidenceSynthesisRiskEvidenceSynthesisRiskEstimateComponentElements(RiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimateComponent element) throws IOException
IOExceptionprotected void composeRiskEvidenceSynthesisRiskEvidenceSynthesisRiskEstimatePrecisionEstimateComponent(String name, RiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimatePrecisionEstimateComponent element) throws IOException
IOExceptionprotected void composeRiskEvidenceSynthesisRiskEvidenceSynthesisRiskEstimatePrecisionEstimateComponentElements(RiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimatePrecisionEstimateComponent element) throws IOException
IOExceptionprotected void composeRiskEvidenceSynthesisRiskEvidenceSynthesisCertaintyComponent(String name, RiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyComponent element) throws IOException
IOExceptionprotected void composeRiskEvidenceSynthesisRiskEvidenceSynthesisCertaintyComponentElements(RiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyComponent element) throws IOException
IOExceptionprotected void composeRiskEvidenceSynthesisRiskEvidenceSynthesisCertaintyCertaintySubcomponentComponent(String name, RiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyCertaintySubcomponentComponent element) throws IOException
IOExceptionprotected void composeRiskEvidenceSynthesisRiskEvidenceSynthesisCertaintyCertaintySubcomponentComponentElements(RiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyCertaintySubcomponentComponent element) throws IOException
IOExceptionprotected void composeSchedule(String name, Schedule element) throws IOException
IOExceptionprotected void composeScheduleElements(Schedule element) throws IOException
IOExceptionprotected void composeSearchParameter(String name, SearchParameter element) throws IOException
IOExceptionprotected void composeSearchParameterElements(SearchParameter element) throws IOException
IOExceptionprotected void composeSearchParameterSearchParameterComponentComponent(String name, SearchParameter.SearchParameterComponentComponent element) throws IOException
IOExceptionprotected void composeSearchParameterSearchParameterComponentComponentElements(SearchParameter.SearchParameterComponentComponent element) throws IOException
IOExceptionprotected void composeServiceRequest(String name, ServiceRequest element) throws IOException
IOExceptionprotected void composeServiceRequestElements(ServiceRequest element) throws IOException
IOExceptionprotected void composeSlot(String name, Slot element) throws IOException
IOExceptionprotected void composeSlotElements(Slot element) throws IOException
IOExceptionprotected void composeSpecimen(String name, Specimen element) throws IOException
IOExceptionprotected void composeSpecimenElements(Specimen element) throws IOException
IOExceptionprotected void composeSpecimenSpecimenCollectionComponent(String name, Specimen.SpecimenCollectionComponent element) throws IOException
IOExceptionprotected void composeSpecimenSpecimenCollectionComponentElements(Specimen.SpecimenCollectionComponent element) throws IOException
IOExceptionprotected void composeSpecimenSpecimenProcessingComponent(String name, Specimen.SpecimenProcessingComponent element) throws IOException
IOExceptionprotected void composeSpecimenSpecimenProcessingComponentElements(Specimen.SpecimenProcessingComponent element) throws IOException
IOExceptionprotected void composeSpecimenSpecimenContainerComponent(String name, Specimen.SpecimenContainerComponent element) throws IOException
IOExceptionprotected void composeSpecimenSpecimenContainerComponentElements(Specimen.SpecimenContainerComponent element) throws IOException
IOExceptionprotected void composeSpecimenDefinition(String name, SpecimenDefinition element) throws IOException
IOExceptionprotected void composeSpecimenDefinitionElements(SpecimenDefinition element) throws IOException
IOExceptionprotected void composeSpecimenDefinitionSpecimenDefinitionTypeTestedComponent(String name, SpecimenDefinition.SpecimenDefinitionTypeTestedComponent element) throws IOException
IOExceptionprotected void composeSpecimenDefinitionSpecimenDefinitionTypeTestedComponentElements(SpecimenDefinition.SpecimenDefinitionTypeTestedComponent element) throws IOException
IOExceptionprotected void composeSpecimenDefinitionSpecimenDefinitionTypeTestedContainerComponent(String name, SpecimenDefinition.SpecimenDefinitionTypeTestedContainerComponent element) throws IOException
IOExceptionprotected void composeSpecimenDefinitionSpecimenDefinitionTypeTestedContainerComponentElements(SpecimenDefinition.SpecimenDefinitionTypeTestedContainerComponent element) throws IOException
IOExceptionprotected void composeSpecimenDefinitionSpecimenDefinitionTypeTestedContainerAdditiveComponent(String name, SpecimenDefinition.SpecimenDefinitionTypeTestedContainerAdditiveComponent element) throws IOException
IOExceptionprotected void composeSpecimenDefinitionSpecimenDefinitionTypeTestedContainerAdditiveComponentElements(SpecimenDefinition.SpecimenDefinitionTypeTestedContainerAdditiveComponent element) throws IOException
IOExceptionprotected void composeSpecimenDefinitionSpecimenDefinitionTypeTestedHandlingComponent(String name, SpecimenDefinition.SpecimenDefinitionTypeTestedHandlingComponent element) throws IOException
IOExceptionprotected void composeSpecimenDefinitionSpecimenDefinitionTypeTestedHandlingComponentElements(SpecimenDefinition.SpecimenDefinitionTypeTestedHandlingComponent element) throws IOException
IOExceptionprotected void composeStructureDefinition(String name, StructureDefinition element) throws IOException
IOExceptionprotected void composeStructureDefinitionElements(StructureDefinition element) throws IOException
IOExceptionprotected void composeStructureDefinitionStructureDefinitionMappingComponent(String name, StructureDefinition.StructureDefinitionMappingComponent element) throws IOException
IOExceptionprotected void composeStructureDefinitionStructureDefinitionMappingComponentElements(StructureDefinition.StructureDefinitionMappingComponent element) throws IOException
IOExceptionprotected void composeStructureDefinitionStructureDefinitionContextComponent(String name, StructureDefinition.StructureDefinitionContextComponent element) throws IOException
IOExceptionprotected void composeStructureDefinitionStructureDefinitionContextComponentElements(StructureDefinition.StructureDefinitionContextComponent element) throws IOException
IOExceptionprotected void composeStructureDefinitionStructureDefinitionSnapshotComponent(String name, StructureDefinition.StructureDefinitionSnapshotComponent element) throws IOException
IOExceptionprotected void composeStructureDefinitionStructureDefinitionSnapshotComponentElements(StructureDefinition.StructureDefinitionSnapshotComponent element) throws IOException
IOExceptionprotected void composeStructureDefinitionStructureDefinitionDifferentialComponent(String name, StructureDefinition.StructureDefinitionDifferentialComponent element) throws IOException
IOExceptionprotected void composeStructureDefinitionStructureDefinitionDifferentialComponentElements(StructureDefinition.StructureDefinitionDifferentialComponent element) throws IOException
IOExceptionprotected void composeStructureMap(String name, StructureMap element) throws IOException
IOExceptionprotected void composeStructureMapElements(StructureMap element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapStructureComponent(String name, StructureMap.StructureMapStructureComponent element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapStructureComponentElements(StructureMap.StructureMapStructureComponent element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapGroupComponent(String name, StructureMap.StructureMapGroupComponent element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapGroupComponentElements(StructureMap.StructureMapGroupComponent element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapGroupInputComponent(String name, StructureMap.StructureMapGroupInputComponent element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapGroupInputComponentElements(StructureMap.StructureMapGroupInputComponent element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapGroupRuleComponent(String name, StructureMap.StructureMapGroupRuleComponent element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapGroupRuleComponentElements(StructureMap.StructureMapGroupRuleComponent element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapGroupRuleSourceComponent(String name, StructureMap.StructureMapGroupRuleSourceComponent element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapGroupRuleSourceComponentElements(StructureMap.StructureMapGroupRuleSourceComponent element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapGroupRuleTargetComponent(String name, StructureMap.StructureMapGroupRuleTargetComponent element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapGroupRuleTargetComponentElements(StructureMap.StructureMapGroupRuleTargetComponent element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapGroupRuleTargetParameterComponent(String name, StructureMap.StructureMapGroupRuleTargetParameterComponent element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapGroupRuleTargetParameterComponentElements(StructureMap.StructureMapGroupRuleTargetParameterComponent element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapGroupRuleDependentComponent(String name, StructureMap.StructureMapGroupRuleDependentComponent element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapGroupRuleDependentComponentElements(StructureMap.StructureMapGroupRuleDependentComponent element) throws IOException
IOExceptionprotected void composeSubscription(String name, Subscription element) throws IOException
IOExceptionprotected void composeSubscriptionElements(Subscription element) throws IOException
IOExceptionprotected void composeSubscriptionSubscriptionChannelComponent(String name, Subscription.SubscriptionChannelComponent element) throws IOException
IOExceptionprotected void composeSubscriptionSubscriptionChannelComponentElements(Subscription.SubscriptionChannelComponent element) throws IOException
IOExceptionprotected void composeSubstance(String name, Substance element) throws IOException
IOExceptionprotected void composeSubstanceElements(Substance element) throws IOException
IOExceptionprotected void composeSubstanceSubstanceInstanceComponent(String name, Substance.SubstanceInstanceComponent element) throws IOException
IOExceptionprotected void composeSubstanceSubstanceInstanceComponentElements(Substance.SubstanceInstanceComponent element) throws IOException
IOExceptionprotected void composeSubstanceSubstanceIngredientComponent(String name, Substance.SubstanceIngredientComponent element) throws IOException
IOExceptionprotected void composeSubstanceSubstanceIngredientComponentElements(Substance.SubstanceIngredientComponent element) throws IOException
IOExceptionprotected void composeSubstanceNucleicAcid(String name, SubstanceNucleicAcid element) throws IOException
IOExceptionprotected void composeSubstanceNucleicAcidElements(SubstanceNucleicAcid element) throws IOException
IOExceptionprotected void composeSubstanceNucleicAcidSubstanceNucleicAcidSubunitComponent(String name, SubstanceNucleicAcid.SubstanceNucleicAcidSubunitComponent element) throws IOException
IOExceptionprotected void composeSubstanceNucleicAcidSubstanceNucleicAcidSubunitComponentElements(SubstanceNucleicAcid.SubstanceNucleicAcidSubunitComponent element) throws IOException
IOExceptionprotected void composeSubstanceNucleicAcidSubstanceNucleicAcidSubunitLinkageComponent(String name, SubstanceNucleicAcid.SubstanceNucleicAcidSubunitLinkageComponent element) throws IOException
IOExceptionprotected void composeSubstanceNucleicAcidSubstanceNucleicAcidSubunitLinkageComponentElements(SubstanceNucleicAcid.SubstanceNucleicAcidSubunitLinkageComponent element) throws IOException
IOExceptionprotected void composeSubstanceNucleicAcidSubstanceNucleicAcidSubunitSugarComponent(String name, SubstanceNucleicAcid.SubstanceNucleicAcidSubunitSugarComponent element) throws IOException
IOExceptionprotected void composeSubstanceNucleicAcidSubstanceNucleicAcidSubunitSugarComponentElements(SubstanceNucleicAcid.SubstanceNucleicAcidSubunitSugarComponent element) throws IOException
IOExceptionprotected void composeSubstancePolymer(String name, SubstancePolymer element) throws IOException
IOExceptionprotected void composeSubstancePolymerElements(SubstancePolymer element) throws IOException
IOExceptionprotected void composeSubstancePolymerSubstancePolymerMonomerSetComponent(String name, SubstancePolymer.SubstancePolymerMonomerSetComponent element) throws IOException
IOExceptionprotected void composeSubstancePolymerSubstancePolymerMonomerSetComponentElements(SubstancePolymer.SubstancePolymerMonomerSetComponent element) throws IOException
IOExceptionprotected void composeSubstancePolymerSubstancePolymerMonomerSetStartingMaterialComponent(String name, SubstancePolymer.SubstancePolymerMonomerSetStartingMaterialComponent element) throws IOException
IOExceptionprotected void composeSubstancePolymerSubstancePolymerMonomerSetStartingMaterialComponentElements(SubstancePolymer.SubstancePolymerMonomerSetStartingMaterialComponent element) throws IOException
IOExceptionprotected void composeSubstancePolymerSubstancePolymerRepeatComponent(String name, SubstancePolymer.SubstancePolymerRepeatComponent element) throws IOException
IOExceptionprotected void composeSubstancePolymerSubstancePolymerRepeatComponentElements(SubstancePolymer.SubstancePolymerRepeatComponent element) throws IOException
IOExceptionprotected void composeSubstancePolymerSubstancePolymerRepeatRepeatUnitComponent(String name, SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent element) throws IOException
IOExceptionprotected void composeSubstancePolymerSubstancePolymerRepeatRepeatUnitComponentElements(SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent element) throws IOException
IOExceptionprotected void composeSubstancePolymerSubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent(String name, SubstancePolymer.SubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent element) throws IOException
IOExceptionprotected void composeSubstancePolymerSubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponentElements(SubstancePolymer.SubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent element) throws IOException
IOExceptionprotected void composeSubstancePolymerSubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent(String name, SubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent element) throws IOException
IOExceptionprotected void composeSubstancePolymerSubstancePolymerRepeatRepeatUnitStructuralRepresentationComponentElements(SubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent element) throws IOException
IOExceptionprotected void composeSubstanceProtein(String name, SubstanceProtein element) throws IOException
IOExceptionprotected void composeSubstanceProteinElements(SubstanceProtein element) throws IOException
IOExceptionprotected void composeSubstanceProteinSubstanceProteinSubunitComponent(String name, SubstanceProtein.SubstanceProteinSubunitComponent element) throws IOException
IOExceptionprotected void composeSubstanceProteinSubstanceProteinSubunitComponentElements(SubstanceProtein.SubstanceProteinSubunitComponent element) throws IOException
IOExceptionprotected void composeSubstanceReferenceInformation(String name, SubstanceReferenceInformation element) throws IOException
IOExceptionprotected void composeSubstanceReferenceInformationElements(SubstanceReferenceInformation element) throws IOException
IOExceptionprotected void composeSubstanceReferenceInformationSubstanceReferenceInformationGeneComponent(String name, SubstanceReferenceInformation.SubstanceReferenceInformationGeneComponent element) throws IOException
IOExceptionprotected void composeSubstanceReferenceInformationSubstanceReferenceInformationGeneComponentElements(SubstanceReferenceInformation.SubstanceReferenceInformationGeneComponent element) throws IOException
IOExceptionprotected void composeSubstanceReferenceInformationSubstanceReferenceInformationGeneElementComponent(String name, SubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent element) throws IOException
IOExceptionprotected void composeSubstanceReferenceInformationSubstanceReferenceInformationGeneElementComponentElements(SubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent element) throws IOException
IOExceptionprotected void composeSubstanceReferenceInformationSubstanceReferenceInformationClassificationComponent(String name, SubstanceReferenceInformation.SubstanceReferenceInformationClassificationComponent element) throws IOException
IOExceptionprotected void composeSubstanceReferenceInformationSubstanceReferenceInformationClassificationComponentElements(SubstanceReferenceInformation.SubstanceReferenceInformationClassificationComponent element) throws IOException
IOExceptionprotected void composeSubstanceReferenceInformationSubstanceReferenceInformationTargetComponent(String name, SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent element) throws IOException
IOExceptionprotected void composeSubstanceReferenceInformationSubstanceReferenceInformationTargetComponentElements(SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent element) throws IOException
IOExceptionprotected void composeSubstanceSourceMaterial(String name, SubstanceSourceMaterial element) throws IOException
IOExceptionprotected void composeSubstanceSourceMaterialElements(SubstanceSourceMaterial element) throws IOException
IOExceptionprotected void composeSubstanceSourceMaterialSubstanceSourceMaterialFractionDescriptionComponent(String name, SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent element) throws IOException
IOExceptionprotected void composeSubstanceSourceMaterialSubstanceSourceMaterialFractionDescriptionComponentElements(SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent element) throws IOException
IOExceptionprotected void composeSubstanceSourceMaterialSubstanceSourceMaterialOrganismComponent(String name, SubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent element) throws IOException
IOExceptionprotected void composeSubstanceSourceMaterialSubstanceSourceMaterialOrganismComponentElements(SubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent element) throws IOException
IOExceptionprotected void composeSubstanceSourceMaterialSubstanceSourceMaterialOrganismAuthorComponent(String name, SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent element) throws IOException
IOExceptionprotected void composeSubstanceSourceMaterialSubstanceSourceMaterialOrganismAuthorComponentElements(SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent element) throws IOException
IOExceptionprotected void composeSubstanceSourceMaterialSubstanceSourceMaterialOrganismHybridComponent(String name, SubstanceSourceMaterial.SubstanceSourceMaterialOrganismHybridComponent element) throws IOException
IOExceptionprotected void composeSubstanceSourceMaterialSubstanceSourceMaterialOrganismHybridComponentElements(SubstanceSourceMaterial.SubstanceSourceMaterialOrganismHybridComponent element) throws IOException
IOExceptionprotected void composeSubstanceSourceMaterialSubstanceSourceMaterialOrganismOrganismGeneralComponent(String name, SubstanceSourceMaterial.SubstanceSourceMaterialOrganismOrganismGeneralComponent element) throws IOException
IOExceptionprotected void composeSubstanceSourceMaterialSubstanceSourceMaterialOrganismOrganismGeneralComponentElements(SubstanceSourceMaterial.SubstanceSourceMaterialOrganismOrganismGeneralComponent element) throws IOException
IOExceptionprotected void composeSubstanceSourceMaterialSubstanceSourceMaterialPartDescriptionComponent(String name, SubstanceSourceMaterial.SubstanceSourceMaterialPartDescriptionComponent element) throws IOException
IOExceptionprotected void composeSubstanceSourceMaterialSubstanceSourceMaterialPartDescriptionComponentElements(SubstanceSourceMaterial.SubstanceSourceMaterialPartDescriptionComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecification(String name, SubstanceSpecification element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationElements(SubstanceSpecification element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationMoietyComponent(String name, SubstanceSpecification.SubstanceSpecificationMoietyComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationMoietyComponentElements(SubstanceSpecification.SubstanceSpecificationMoietyComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationPropertyComponent(String name, SubstanceSpecification.SubstanceSpecificationPropertyComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationPropertyComponentElements(SubstanceSpecification.SubstanceSpecificationPropertyComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationStructureComponent(String name, SubstanceSpecification.SubstanceSpecificationStructureComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationStructureComponentElements(SubstanceSpecification.SubstanceSpecificationStructureComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationStructureIsotopeComponent(String name, SubstanceSpecification.SubstanceSpecificationStructureIsotopeComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationStructureIsotopeComponentElements(SubstanceSpecification.SubstanceSpecificationStructureIsotopeComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationStructureIsotopeMolecularWeightComponent(String name, SubstanceSpecification.SubstanceSpecificationStructureIsotopeMolecularWeightComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationStructureIsotopeMolecularWeightComponentElements(SubstanceSpecification.SubstanceSpecificationStructureIsotopeMolecularWeightComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationStructureRepresentationComponent(String name, SubstanceSpecification.SubstanceSpecificationStructureRepresentationComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationStructureRepresentationComponentElements(SubstanceSpecification.SubstanceSpecificationStructureRepresentationComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationCodeComponent(String name, SubstanceSpecification.SubstanceSpecificationCodeComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationCodeComponentElements(SubstanceSpecification.SubstanceSpecificationCodeComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationNameComponent(String name, SubstanceSpecification.SubstanceSpecificationNameComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationNameComponentElements(SubstanceSpecification.SubstanceSpecificationNameComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationNameOfficialComponent(String name, SubstanceSpecification.SubstanceSpecificationNameOfficialComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationNameOfficialComponentElements(SubstanceSpecification.SubstanceSpecificationNameOfficialComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationRelationshipComponent(String name, SubstanceSpecification.SubstanceSpecificationRelationshipComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationRelationshipComponentElements(SubstanceSpecification.SubstanceSpecificationRelationshipComponent element) throws IOException
IOExceptionprotected void composeSupplyDelivery(String name, SupplyDelivery element) throws IOException
IOExceptionprotected void composeSupplyDeliveryElements(SupplyDelivery element) throws IOException
IOExceptionprotected void composeSupplyDeliverySupplyDeliverySuppliedItemComponent(String name, SupplyDelivery.SupplyDeliverySuppliedItemComponent element) throws IOException
IOExceptionprotected void composeSupplyDeliverySupplyDeliverySuppliedItemComponentElements(SupplyDelivery.SupplyDeliverySuppliedItemComponent element) throws IOException
IOExceptionprotected void composeSupplyRequest(String name, SupplyRequest element) throws IOException
IOExceptionprotected void composeSupplyRequestElements(SupplyRequest element) throws IOException
IOExceptionprotected void composeSupplyRequestSupplyRequestParameterComponent(String name, SupplyRequest.SupplyRequestParameterComponent element) throws IOException
IOExceptionprotected void composeSupplyRequestSupplyRequestParameterComponentElements(SupplyRequest.SupplyRequestParameterComponent element) throws IOException
IOExceptionprotected void composeTask(String name, Task element) throws IOException
IOExceptionprotected void composeTaskElements(Task element) throws IOException
IOExceptionprotected void composeTaskTaskRestrictionComponent(String name, Task.TaskRestrictionComponent element) throws IOException
IOExceptionprotected void composeTaskTaskRestrictionComponentElements(Task.TaskRestrictionComponent element) throws IOException
IOExceptionprotected void composeTaskParameterComponent(String name, Task.ParameterComponent element) throws IOException
IOExceptionprotected void composeTaskParameterComponentElements(Task.ParameterComponent element) throws IOException
IOExceptionprotected void composeTaskTaskOutputComponent(String name, Task.TaskOutputComponent element) throws IOException
IOExceptionprotected void composeTaskTaskOutputComponentElements(Task.TaskOutputComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilities(String name, TerminologyCapabilities element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesElements(TerminologyCapabilities element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesSoftwareComponent(String name, TerminologyCapabilities.TerminologyCapabilitiesSoftwareComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesSoftwareComponentElements(TerminologyCapabilities.TerminologyCapabilitiesSoftwareComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesImplementationComponent(String name, TerminologyCapabilities.TerminologyCapabilitiesImplementationComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesImplementationComponentElements(TerminologyCapabilities.TerminologyCapabilitiesImplementationComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesCodeSystemComponent(String name, TerminologyCapabilities.TerminologyCapabilitiesCodeSystemComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesCodeSystemComponentElements(TerminologyCapabilities.TerminologyCapabilitiesCodeSystemComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesCodeSystemVersionComponent(String name, TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesCodeSystemVersionComponentElements(TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesCodeSystemVersionFilterComponent(String name, TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionFilterComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesCodeSystemVersionFilterComponentElements(TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionFilterComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesExpansionComponent(String name, TerminologyCapabilities.TerminologyCapabilitiesExpansionComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesExpansionComponentElements(TerminologyCapabilities.TerminologyCapabilitiesExpansionComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesExpansionParameterComponent(String name, TerminologyCapabilities.TerminologyCapabilitiesExpansionParameterComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesExpansionParameterComponentElements(TerminologyCapabilities.TerminologyCapabilitiesExpansionParameterComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesValidateCodeComponent(String name, TerminologyCapabilities.TerminologyCapabilitiesValidateCodeComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesValidateCodeComponentElements(TerminologyCapabilities.TerminologyCapabilitiesValidateCodeComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesTranslationComponent(String name, TerminologyCapabilities.TerminologyCapabilitiesTranslationComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesTranslationComponentElements(TerminologyCapabilities.TerminologyCapabilitiesTranslationComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesClosureComponent(String name, TerminologyCapabilities.TerminologyCapabilitiesClosureComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesClosureComponentElements(TerminologyCapabilities.TerminologyCapabilitiesClosureComponent element) throws IOException
IOExceptionprotected void composeTestReport(String name, TestReport element) throws IOException
IOExceptionprotected void composeTestReportElements(TestReport element) throws IOException
IOExceptionprotected void composeTestReportTestReportParticipantComponent(String name, TestReport.TestReportParticipantComponent element) throws IOException
IOExceptionprotected void composeTestReportTestReportParticipantComponentElements(TestReport.TestReportParticipantComponent element) throws IOException
IOExceptionprotected void composeTestReportTestReportSetupComponent(String name, TestReport.TestReportSetupComponent element) throws IOException
IOExceptionprotected void composeTestReportTestReportSetupComponentElements(TestReport.TestReportSetupComponent element) throws IOException
IOExceptionprotected void composeTestReportSetupActionComponent(String name, TestReport.SetupActionComponent element) throws IOException
IOExceptionprotected void composeTestReportSetupActionComponentElements(TestReport.SetupActionComponent element) throws IOException
IOExceptionprotected void composeTestReportSetupActionOperationComponent(String name, TestReport.SetupActionOperationComponent element) throws IOException
IOExceptionprotected void composeTestReportSetupActionOperationComponentElements(TestReport.SetupActionOperationComponent element) throws IOException
IOExceptionprotected void composeTestReportSetupActionAssertComponent(String name, TestReport.SetupActionAssertComponent element) throws IOException
IOExceptionprotected void composeTestReportSetupActionAssertComponentElements(TestReport.SetupActionAssertComponent element) throws IOException
IOExceptionprotected void composeTestReportTestReportTestComponent(String name, TestReport.TestReportTestComponent element) throws IOException
IOExceptionprotected void composeTestReportTestReportTestComponentElements(TestReport.TestReportTestComponent element) throws IOException
IOExceptionprotected void composeTestReportTestActionComponent(String name, TestReport.TestActionComponent element) throws IOException
IOExceptionprotected void composeTestReportTestActionComponentElements(TestReport.TestActionComponent element) throws IOException
IOExceptionprotected void composeTestReportTestReportTeardownComponent(String name, TestReport.TestReportTeardownComponent element) throws IOException
IOExceptionprotected void composeTestReportTestReportTeardownComponentElements(TestReport.TestReportTeardownComponent element) throws IOException
IOExceptionprotected void composeTestReportTeardownActionComponent(String name, TestReport.TeardownActionComponent element) throws IOException
IOExceptionprotected void composeTestReportTeardownActionComponentElements(TestReport.TeardownActionComponent element) throws IOException
IOExceptionprotected void composeTestScript(String name, TestScript element) throws IOException
IOExceptionprotected void composeTestScriptElements(TestScript element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptOriginComponent(String name, TestScript.TestScriptOriginComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptOriginComponentElements(TestScript.TestScriptOriginComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptDestinationComponent(String name, TestScript.TestScriptDestinationComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptDestinationComponentElements(TestScript.TestScriptDestinationComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptMetadataComponent(String name, TestScript.TestScriptMetadataComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptMetadataComponentElements(TestScript.TestScriptMetadataComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptMetadataLinkComponent(String name, TestScript.TestScriptMetadataLinkComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptMetadataLinkComponentElements(TestScript.TestScriptMetadataLinkComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptMetadataCapabilityComponent(String name, TestScript.TestScriptMetadataCapabilityComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptMetadataCapabilityComponentElements(TestScript.TestScriptMetadataCapabilityComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptFixtureComponent(String name, TestScript.TestScriptFixtureComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptFixtureComponentElements(TestScript.TestScriptFixtureComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptVariableComponent(String name, TestScript.TestScriptVariableComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptVariableComponentElements(TestScript.TestScriptVariableComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptSetupComponent(String name, TestScript.TestScriptSetupComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptSetupComponentElements(TestScript.TestScriptSetupComponent element) throws IOException
IOExceptionprotected void composeTestScriptSetupActionComponent(String name, TestScript.SetupActionComponent element) throws IOException
IOExceptionprotected void composeTestScriptSetupActionComponentElements(TestScript.SetupActionComponent element) throws IOException
IOExceptionprotected void composeTestScriptSetupActionOperationComponent(String name, TestScript.SetupActionOperationComponent element) throws IOException
IOExceptionprotected void composeTestScriptSetupActionOperationComponentElements(TestScript.SetupActionOperationComponent element) throws IOException
IOExceptionprotected void composeTestScriptSetupActionOperationRequestHeaderComponent(String name, TestScript.SetupActionOperationRequestHeaderComponent element) throws IOException
IOExceptionprotected void composeTestScriptSetupActionOperationRequestHeaderComponentElements(TestScript.SetupActionOperationRequestHeaderComponent element) throws IOException
IOExceptionprotected void composeTestScriptSetupActionAssertComponent(String name, TestScript.SetupActionAssertComponent element) throws IOException
IOExceptionprotected void composeTestScriptSetupActionAssertComponentElements(TestScript.SetupActionAssertComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptTestComponent(String name, TestScript.TestScriptTestComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptTestComponentElements(TestScript.TestScriptTestComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestActionComponent(String name, TestScript.TestActionComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestActionComponentElements(TestScript.TestActionComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptTeardownComponent(String name, TestScript.TestScriptTeardownComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptTeardownComponentElements(TestScript.TestScriptTeardownComponent element) throws IOException
IOExceptionprotected void composeTestScriptTeardownActionComponent(String name, TestScript.TeardownActionComponent element) throws IOException
IOExceptionprotected void composeTestScriptTeardownActionComponentElements(TestScript.TeardownActionComponent element) throws IOException
IOExceptionprotected void composeValueSet(String name, ValueSet element) throws IOException
IOExceptionprotected void composeValueSetElements(ValueSet element) throws IOException
IOExceptionprotected void composeValueSetValueSetComposeComponent(String name, ValueSet.ValueSetComposeComponent element) throws IOException
IOExceptionprotected void composeValueSetValueSetComposeComponentElements(ValueSet.ValueSetComposeComponent element) throws IOException
IOExceptionprotected void composeValueSetConceptSetComponent(String name, ValueSet.ConceptSetComponent element) throws IOException
IOExceptionprotected void composeValueSetConceptSetComponentElements(ValueSet.ConceptSetComponent element) throws IOException
IOExceptionprotected void composeValueSetConceptReferenceComponent(String name, ValueSet.ConceptReferenceComponent element) throws IOException
IOExceptionprotected void composeValueSetConceptReferenceComponentElements(ValueSet.ConceptReferenceComponent element) throws IOException
IOExceptionprotected void composeValueSetConceptReferenceDesignationComponent(String name, ValueSet.ConceptReferenceDesignationComponent element) throws IOException
IOExceptionprotected void composeValueSetConceptReferenceDesignationComponentElements(ValueSet.ConceptReferenceDesignationComponent element) throws IOException
IOExceptionprotected void composeValueSetConceptSetFilterComponent(String name, ValueSet.ConceptSetFilterComponent element) throws IOException
IOExceptionprotected void composeValueSetConceptSetFilterComponentElements(ValueSet.ConceptSetFilterComponent element) throws IOException
IOExceptionprotected void composeValueSetValueSetExpansionComponent(String name, ValueSet.ValueSetExpansionComponent element) throws IOException
IOExceptionprotected void composeValueSetValueSetExpansionComponentElements(ValueSet.ValueSetExpansionComponent element) throws IOException
IOExceptionprotected void composeValueSetValueSetExpansionParameterComponent(String name, ValueSet.ValueSetExpansionParameterComponent element) throws IOException
IOExceptionprotected void composeValueSetValueSetExpansionParameterComponentElements(ValueSet.ValueSetExpansionParameterComponent element) throws IOException
IOExceptionprotected void composeValueSetValueSetExpansionContainsComponent(String name, ValueSet.ValueSetExpansionContainsComponent element) throws IOException
IOExceptionprotected void composeValueSetValueSetExpansionContainsComponentElements(ValueSet.ValueSetExpansionContainsComponent element) throws IOException
IOExceptionprotected void composeVerificationResult(String name, VerificationResult element) throws IOException
IOExceptionprotected void composeVerificationResultElements(VerificationResult element) throws IOException
IOExceptionprotected void composeVerificationResultVerificationResultPrimarySourceComponent(String name, VerificationResult.VerificationResultPrimarySourceComponent element) throws IOException
IOExceptionprotected void composeVerificationResultVerificationResultPrimarySourceComponentElements(VerificationResult.VerificationResultPrimarySourceComponent element) throws IOException
IOExceptionprotected void composeVerificationResultVerificationResultAttestationComponent(String name, VerificationResult.VerificationResultAttestationComponent element) throws IOException
IOExceptionprotected void composeVerificationResultVerificationResultAttestationComponentElements(VerificationResult.VerificationResultAttestationComponent element) throws IOException
IOExceptionprotected void composeVerificationResultVerificationResultValidatorComponent(String name, VerificationResult.VerificationResultValidatorComponent element) throws IOException
IOExceptionprotected void composeVerificationResultVerificationResultValidatorComponentElements(VerificationResult.VerificationResultValidatorComponent element) throws IOException
IOExceptionprotected void composeVisionPrescription(String name, VisionPrescription element) throws IOException
IOExceptionprotected void composeVisionPrescriptionElements(VisionPrescription element) throws IOException
IOExceptionprotected void composeVisionPrescriptionVisionPrescriptionLensSpecificationComponent(String name, VisionPrescription.VisionPrescriptionLensSpecificationComponent element) throws IOException
IOExceptionprotected void composeVisionPrescriptionVisionPrescriptionLensSpecificationComponentElements(VisionPrescription.VisionPrescriptionLensSpecificationComponent element) throws IOException
IOExceptionprotected void composeVisionPrescriptionPrismComponent(String name, VisionPrescription.PrismComponent element) throws IOException
IOExceptionprotected void composeVisionPrescriptionPrismComponentElements(VisionPrescription.PrismComponent element) throws IOException
IOExceptionprotected void composeResource(Resource resource) throws IOException
composeResource in class XmlParserBaseIOExceptionprotected void composeResource(String name, Resource resource) throws IOException
composeResource in class XmlParserBaseIOExceptionprotected void composeType(String prefix, Type type) throws IOException
composeType in class XmlParserBaseIOExceptionCopyright © 2014–2021 Health Level 7. All rights reserved.