Package org.hl7.fhir.dstu2.formats
Class XmlParser
- java.lang.Object
-
- org.hl7.fhir.dstu2.formats.FormatUtilities
-
- org.hl7.fhir.dstu2.formats.ParserBase
-
- org.hl7.fhir.dstu2.formats.XmlParserBase
-
- org.hl7.fhir.dstu2.formats.XmlParser
-
- All Implemented Interfaces:
IParser
public class XmlParser extends XmlParserBase
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.hl7.fhir.dstu2.formats.IParser
IParser.OutputStyle
-
-
Field Summary
-
Fields inherited from class org.hl7.fhir.dstu2.formats.XmlParserBase
comments, htmlPretty, xml
-
Fields inherited from class org.hl7.fhir.dstu2.formats.ParserBase
allowUnknownContent, handleComments, idMap, style, xhtmlMessage
-
Fields inherited from class org.hl7.fhir.dstu2.formats.FormatUtilities
FHIR_NS, ID_REGEX, XHTML_NS
-
-
Method Summary
-
Methods inherited from class org.hl7.fhir.dstu2.formats.XmlParserBase
compose, compose, compose, compose, compose, composeDomainResource, composeElementAttributes, composeElementClose, composeString, composeTypeAttributes, composeXhtml, getType, loadXml, loadXml, next, nextNoWhitespace, parse, parse, parseBackboneAttributes, parseDomainResourceContained, parseElementAttributes, parseElementClose, parseResourceContained, parseType, parseTypeAttributes, parseXhtml, skipElementWithContent, skipEmptyElement, unknownContent
-
Methods inherited from class org.hl7.fhir.dstu2.formats.ParserBase
composeBytes, composeBytes, composeString, composeString, getHandleComments, getOutputStyle, isAllowUnknownContent, parse, parse, parseBase64BinaryPrimitive, parseBooleanPrimitive, parseBooleanPrimitive, parseCodePrimitive, parseDecimalPrimitive, parseDecimalPrimitive, parseIdPrimitive, parseIntegerPrimitive, parseIntegerPrimitive, parseOidPrimitive, parseStringPrimitive, parseTimePrimitive, parseType, parseType, parseUriPrimitive, parseUuidPrimitive, setAllowUnknownContent, setHandleComments, setOutputStyle, setSuppressXhtml
-
Methods inherited from class org.hl7.fhir.dstu2.formats.FormatUtilities
isValidId, makeId, makeParser, makeParser, toString, toString, toString, toString, toString, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hl7.fhir.dstu2.formats.IParser
composeBytes, composeBytes, composeString, composeString, getHandleComments, getOutputStyle, isAllowUnknownContent, parse, parse, parseType, parseType, setAllowUnknownContent, setHandleComments, setOutputStyle, setSuppressXhtml
-
-
-
-
Method Detail
-
parseElementContent
protected boolean parseElementContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Element res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBackboneContent
protected boolean parseBackboneContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, BackboneElement res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEnumeration
protected <E extends Enum<E>> Enumeration<E> parseEnumeration(org.xmlpull.v1.XmlPullParser xpp, E item, EnumFactory e) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDate
protected DateType parseDate(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDateTime
protected DateTimeType parseDateTime(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCode
protected CodeType parseCode(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseString
protected StringType parseString(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseInteger
protected IntegerType parseInteger(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOid
protected OidType parseOid(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseUri
protected UriType parseUri(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseUuid
protected UuidType parseUuid(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseInstant
protected InstantType parseInstant(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBoolean
protected BooleanType parseBoolean(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBase64Binary
protected Base64BinaryType parseBase64Binary(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseUnsignedInt
protected UnsignedIntType parseUnsignedInt(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMarkdown
protected MarkdownType parseMarkdown(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTime
protected TimeType parseTime(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseId
protected IdType parseId(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePositiveInt
protected PositiveIntType parsePositiveInt(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDecimal
protected DecimalType parseDecimal(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExtension
protected Extension parseExtension(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNarrative
protected Narrative parseNarrative(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseIdentifier
protected Identifier parseIdentifier(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCoding
protected Coding parseCoding(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseReference
protected Reference parseReference(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSignature
protected Signature parseSignature(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSampledData
protected SampledData parseSampledData(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuantity
protected Quantity parseQuantity(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePeriod
protected Period parsePeriod(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAttachment
protected Attachment parseAttachment(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseRatio
protected Ratio parseRatio(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseRange
protected Range parseRange(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAnnotation
protected Annotation parseAnnotation(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCodeableConcept
protected CodeableConcept parseCodeableConcept(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMoney
protected Money parseMoney(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSimpleQuantity
protected SimpleQuantity parseSimpleQuantity(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDuration
protected Duration parseDuration(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCount
protected Count parseCount(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDistance
protected Distance parseDistance(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAge
protected Age parseAge(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseHumanName
protected HumanName parseHumanName(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContactPoint
protected ContactPoint parseContactPoint(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeta
protected Meta parseMeta(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAddress
protected Address parseAddress(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTiming
protected Timing parseTiming(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTimingTimingRepeatComponent
protected Timing.TimingRepeatComponent parseTimingTimingRepeatComponent(org.xmlpull.v1.XmlPullParser xpp, Timing owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinition
protected ElementDefinition parseElementDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinitionElementDefinitionSlicingComponent
protected ElementDefinition.ElementDefinitionSlicingComponent parseElementDefinitionElementDefinitionSlicingComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinitionElementDefinitionBaseComponent
protected ElementDefinition.ElementDefinitionBaseComponent parseElementDefinitionElementDefinitionBaseComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinitionTypeRefComponent
protected ElementDefinition.TypeRefComponent parseElementDefinitionTypeRefComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinitionElementDefinitionConstraintComponent
protected ElementDefinition.ElementDefinitionConstraintComponent parseElementDefinitionElementDefinitionConstraintComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinitionElementDefinitionBindingComponent
protected ElementDefinition.ElementDefinitionBindingComponent parseElementDefinitionElementDefinitionBindingComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinitionElementDefinitionMappingComponent
protected ElementDefinition.ElementDefinitionMappingComponent parseElementDefinitionElementDefinitionMappingComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDomainResourceAttributes
protected void parseDomainResourceAttributes(org.xmlpull.v1.XmlPullParser xpp, DomainResource res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDomainResourceContent
protected boolean parseDomainResourceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DomainResource res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseParameters
protected Parameters parseParameters(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseParametersParametersParameterComponent
protected Parameters.ParametersParameterComponent parseParametersParametersParameterComponent(org.xmlpull.v1.XmlPullParser xpp, Parameters owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseResourceAttributes
protected void parseResourceAttributes(org.xmlpull.v1.XmlPullParser xpp, Resource res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseResourceContent
protected boolean parseResourceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Resource res) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAccount
protected Account parseAccount(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAllergyIntolerance
protected AllergyIntolerance parseAllergyIntolerance(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAllergyIntoleranceAllergyIntoleranceReactionComponent
protected AllergyIntolerance.AllergyIntoleranceReactionComponent parseAllergyIntoleranceAllergyIntoleranceReactionComponent(org.xmlpull.v1.XmlPullParser xpp, AllergyIntolerance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAppointment
protected Appointment parseAppointment(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAppointmentAppointmentParticipantComponent
protected Appointment.AppointmentParticipantComponent parseAppointmentAppointmentParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, Appointment owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAppointmentResponse
protected AppointmentResponse parseAppointmentResponse(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAuditEvent
protected AuditEvent parseAuditEvent(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAuditEventAuditEventEventComponent
protected AuditEvent.AuditEventEventComponent parseAuditEventAuditEventEventComponent(org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAuditEventAuditEventParticipantComponent
protected AuditEvent.AuditEventParticipantComponent parseAuditEventAuditEventParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAuditEventAuditEventParticipantNetworkComponent
protected AuditEvent.AuditEventParticipantNetworkComponent parseAuditEventAuditEventParticipantNetworkComponent(org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAuditEventAuditEventSourceComponent
protected AuditEvent.AuditEventSourceComponent parseAuditEventAuditEventSourceComponent(org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAuditEventAuditEventObjectComponent
protected AuditEvent.AuditEventObjectComponent parseAuditEventAuditEventObjectComponent(org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAuditEventAuditEventObjectDetailComponent
protected AuditEvent.AuditEventObjectDetailComponent parseAuditEventAuditEventObjectDetailComponent(org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBasic
protected Basic parseBasic(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBinary
protected Binary parseBinary(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBodySite
protected BodySite parseBodySite(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBundle
protected Bundle parseBundle(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBundleBundleLinkComponent
protected Bundle.BundleLinkComponent parseBundleBundleLinkComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBundleBundleEntryComponent
protected Bundle.BundleEntryComponent parseBundleBundleEntryComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBundleBundleEntrySearchComponent
protected Bundle.BundleEntrySearchComponent parseBundleBundleEntrySearchComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBundleBundleEntryRequestComponent
protected Bundle.BundleEntryRequestComponent parseBundleBundleEntryRequestComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBundleBundleEntryResponseComponent
protected Bundle.BundleEntryResponseComponent parseBundleBundleEntryResponseComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCarePlan
protected CarePlan parseCarePlan(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCarePlanCarePlanRelatedPlanComponent
protected CarePlan.CarePlanRelatedPlanComponent parseCarePlanCarePlanRelatedPlanComponent(org.xmlpull.v1.XmlPullParser xpp, CarePlan owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCarePlanCarePlanParticipantComponent
protected CarePlan.CarePlanParticipantComponent parseCarePlanCarePlanParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, CarePlan owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCarePlanCarePlanActivityComponent
protected CarePlan.CarePlanActivityComponent parseCarePlanCarePlanActivityComponent(org.xmlpull.v1.XmlPullParser xpp, CarePlan owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCarePlanCarePlanActivityDetailComponent
protected CarePlan.CarePlanActivityDetailComponent parseCarePlanCarePlanActivityDetailComponent(org.xmlpull.v1.XmlPullParser xpp, CarePlan owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaim
protected Claim parseClaim(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimPayeeComponent
protected Claim.PayeeComponent parseClaimPayeeComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimDiagnosisComponent
protected Claim.DiagnosisComponent parseClaimDiagnosisComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimCoverageComponent
protected Claim.CoverageComponent parseClaimCoverageComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimItemsComponent
protected Claim.ItemsComponent parseClaimItemsComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimDetailComponent
protected Claim.DetailComponent parseClaimDetailComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimSubDetailComponent
protected Claim.SubDetailComponent parseClaimSubDetailComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimProsthesisComponent
protected Claim.ProsthesisComponent parseClaimProsthesisComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimMissingTeethComponent
protected Claim.MissingTeethComponent parseClaimMissingTeethComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponse
protected ClaimResponse parseClaimResponse(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseItemsComponent
protected ClaimResponse.ItemsComponent parseClaimResponseItemsComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseItemAdjudicationComponent
protected ClaimResponse.ItemAdjudicationComponent parseClaimResponseItemAdjudicationComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseItemDetailComponent
protected ClaimResponse.ItemDetailComponent parseClaimResponseItemDetailComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseDetailAdjudicationComponent
protected ClaimResponse.DetailAdjudicationComponent parseClaimResponseDetailAdjudicationComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseSubDetailComponent
protected ClaimResponse.SubDetailComponent parseClaimResponseSubDetailComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseSubdetailAdjudicationComponent
protected ClaimResponse.SubdetailAdjudicationComponent parseClaimResponseSubdetailAdjudicationComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseAddedItemComponent
protected ClaimResponse.AddedItemComponent parseClaimResponseAddedItemComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseAddedItemAdjudicationComponent
protected ClaimResponse.AddedItemAdjudicationComponent parseClaimResponseAddedItemAdjudicationComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseAddedItemsDetailComponent
protected ClaimResponse.AddedItemsDetailComponent parseClaimResponseAddedItemsDetailComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseAddedItemDetailAdjudicationComponent
protected ClaimResponse.AddedItemDetailAdjudicationComponent parseClaimResponseAddedItemDetailAdjudicationComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseErrorsComponent
protected ClaimResponse.ErrorsComponent parseClaimResponseErrorsComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseNotesComponent
protected ClaimResponse.NotesComponent parseClaimResponseNotesComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseCoverageComponent
protected ClaimResponse.CoverageComponent parseClaimResponseCoverageComponent(org.xmlpull.v1.XmlPullParser xpp, ClaimResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClinicalImpression
protected ClinicalImpression parseClinicalImpression(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClinicalImpressionClinicalImpressionInvestigationsComponent
protected ClinicalImpression.ClinicalImpressionInvestigationsComponent parseClinicalImpressionClinicalImpressionInvestigationsComponent(org.xmlpull.v1.XmlPullParser xpp, ClinicalImpression owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClinicalImpressionClinicalImpressionFindingComponent
protected ClinicalImpression.ClinicalImpressionFindingComponent parseClinicalImpressionClinicalImpressionFindingComponent(org.xmlpull.v1.XmlPullParser xpp, ClinicalImpression owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClinicalImpressionClinicalImpressionRuledOutComponent
protected ClinicalImpression.ClinicalImpressionRuledOutComponent parseClinicalImpressionClinicalImpressionRuledOutComponent(org.xmlpull.v1.XmlPullParser xpp, ClinicalImpression owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCommunication
protected Communication parseCommunication(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCommunicationCommunicationPayloadComponent
protected Communication.CommunicationPayloadComponent parseCommunicationCommunicationPayloadComponent(org.xmlpull.v1.XmlPullParser xpp, Communication owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCommunicationRequest
protected CommunicationRequest parseCommunicationRequest(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCommunicationRequestCommunicationRequestPayloadComponent
protected CommunicationRequest.CommunicationRequestPayloadComponent parseCommunicationRequestCommunicationRequestPayloadComponent(org.xmlpull.v1.XmlPullParser xpp, CommunicationRequest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseComposition
protected Composition parseComposition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCompositionCompositionAttesterComponent
protected Composition.CompositionAttesterComponent parseCompositionCompositionAttesterComponent(org.xmlpull.v1.XmlPullParser xpp, Composition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCompositionCompositionEventComponent
protected Composition.CompositionEventComponent parseCompositionCompositionEventComponent(org.xmlpull.v1.XmlPullParser xpp, Composition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCompositionSectionComponent
protected Composition.SectionComponent parseCompositionSectionComponent(org.xmlpull.v1.XmlPullParser xpp, Composition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConceptMap
protected ConceptMap parseConceptMap(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConceptMapConceptMapContactComponent
protected ConceptMap.ConceptMapContactComponent parseConceptMapConceptMapContactComponent(org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConceptMapSourceElementComponent
protected ConceptMap.SourceElementComponent parseConceptMapSourceElementComponent(org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConceptMapTargetElementComponent
protected ConceptMap.TargetElementComponent parseConceptMapTargetElementComponent(org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConceptMapOtherElementComponent
protected ConceptMap.OtherElementComponent parseConceptMapOtherElementComponent(org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCondition
protected Condition parseCondition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConditionConditionStageComponent
protected Condition.ConditionStageComponent parseConditionConditionStageComponent(org.xmlpull.v1.XmlPullParser xpp, Condition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConditionConditionEvidenceComponent
protected Condition.ConditionEvidenceComponent parseConditionConditionEvidenceComponent(org.xmlpull.v1.XmlPullParser xpp, Condition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformance
protected Conformance parseConformance(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformanceConformanceContactComponent
protected Conformance.ConformanceContactComponent parseConformanceConformanceContactComponent(org.xmlpull.v1.XmlPullParser xpp, Conformance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformanceConformanceSoftwareComponent
protected Conformance.ConformanceSoftwareComponent parseConformanceConformanceSoftwareComponent(org.xmlpull.v1.XmlPullParser xpp, Conformance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformanceConformanceImplementationComponent
protected Conformance.ConformanceImplementationComponent parseConformanceConformanceImplementationComponent(org.xmlpull.v1.XmlPullParser xpp, Conformance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformanceConformanceRestComponent
protected Conformance.ConformanceRestComponent parseConformanceConformanceRestComponent(org.xmlpull.v1.XmlPullParser xpp, Conformance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformanceConformanceRestSecurityComponent
protected Conformance.ConformanceRestSecurityComponent parseConformanceConformanceRestSecurityComponent(org.xmlpull.v1.XmlPullParser xpp, Conformance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformanceConformanceRestSecurityCertificateComponent
protected Conformance.ConformanceRestSecurityCertificateComponent parseConformanceConformanceRestSecurityCertificateComponent(org.xmlpull.v1.XmlPullParser xpp, Conformance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformanceConformanceRestResourceComponent
protected Conformance.ConformanceRestResourceComponent parseConformanceConformanceRestResourceComponent(org.xmlpull.v1.XmlPullParser xpp, Conformance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformanceResourceInteractionComponent
protected Conformance.ResourceInteractionComponent parseConformanceResourceInteractionComponent(org.xmlpull.v1.XmlPullParser xpp, Conformance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformanceConformanceRestResourceSearchParamComponent
protected Conformance.ConformanceRestResourceSearchParamComponent parseConformanceConformanceRestResourceSearchParamComponent(org.xmlpull.v1.XmlPullParser xpp, Conformance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformanceSystemInteractionComponent
protected Conformance.SystemInteractionComponent parseConformanceSystemInteractionComponent(org.xmlpull.v1.XmlPullParser xpp, Conformance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformanceConformanceRestOperationComponent
protected Conformance.ConformanceRestOperationComponent parseConformanceConformanceRestOperationComponent(org.xmlpull.v1.XmlPullParser xpp, Conformance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformanceConformanceMessagingComponent
protected Conformance.ConformanceMessagingComponent parseConformanceConformanceMessagingComponent(org.xmlpull.v1.XmlPullParser xpp, Conformance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformanceConformanceMessagingEndpointComponent
protected Conformance.ConformanceMessagingEndpointComponent parseConformanceConformanceMessagingEndpointComponent(org.xmlpull.v1.XmlPullParser xpp, Conformance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformanceConformanceMessagingEventComponent
protected Conformance.ConformanceMessagingEventComponent parseConformanceConformanceMessagingEventComponent(org.xmlpull.v1.XmlPullParser xpp, Conformance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformanceConformanceDocumentComponent
protected Conformance.ConformanceDocumentComponent parseConformanceConformanceDocumentComponent(org.xmlpull.v1.XmlPullParser xpp, Conformance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContract
protected Contract parseContract(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractActorComponent
protected Contract.ActorComponent parseContractActorComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractValuedItemComponent
protected Contract.ValuedItemComponent parseContractValuedItemComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractSignatoryComponent
protected Contract.SignatoryComponent parseContractSignatoryComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractTermComponent
protected Contract.TermComponent parseContractTermComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractTermActorComponent
protected Contract.TermActorComponent parseContractTermActorComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractTermValuedItemComponent
protected Contract.TermValuedItemComponent parseContractTermValuedItemComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractFriendlyLanguageComponent
protected Contract.FriendlyLanguageComponent parseContractFriendlyLanguageComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractLegalLanguageComponent
protected Contract.LegalLanguageComponent parseContractLegalLanguageComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractComputableLanguageComponent
protected Contract.ComputableLanguageComponent parseContractComputableLanguageComponent(org.xmlpull.v1.XmlPullParser xpp, Contract owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCoverage
protected Coverage parseCoverage(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDataElement
protected DataElement parseDataElement(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDataElementDataElementContactComponent
protected DataElement.DataElementContactComponent parseDataElementDataElementContactComponent(org.xmlpull.v1.XmlPullParser xpp, DataElement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDataElementDataElementMappingComponent
protected DataElement.DataElementMappingComponent parseDataElementDataElementMappingComponent(org.xmlpull.v1.XmlPullParser xpp, DataElement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDetectedIssue
protected DetectedIssue parseDetectedIssue(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDetectedIssueDetectedIssueMitigationComponent
protected DetectedIssue.DetectedIssueMitigationComponent parseDetectedIssueDetectedIssueMitigationComponent(org.xmlpull.v1.XmlPullParser xpp, DetectedIssue owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDevice
protected Device parseDevice(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDeviceComponent
protected DeviceComponent parseDeviceComponent(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDeviceComponentDeviceComponentProductionSpecificationComponent
protected DeviceComponent.DeviceComponentProductionSpecificationComponent parseDeviceComponentDeviceComponentProductionSpecificationComponent(org.xmlpull.v1.XmlPullParser xpp, DeviceComponent owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDeviceMetric
protected DeviceMetric parseDeviceMetric(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDeviceMetricDeviceMetricCalibrationComponent
protected DeviceMetric.DeviceMetricCalibrationComponent parseDeviceMetricDeviceMetricCalibrationComponent(org.xmlpull.v1.XmlPullParser xpp, DeviceMetric owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDeviceUseRequest
protected DeviceUseRequest parseDeviceUseRequest(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDeviceUseStatement
protected DeviceUseStatement parseDeviceUseStatement(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDiagnosticOrder
protected DiagnosticOrder parseDiagnosticOrder(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDiagnosticOrderDiagnosticOrderEventComponent
protected DiagnosticOrder.DiagnosticOrderEventComponent parseDiagnosticOrderDiagnosticOrderEventComponent(org.xmlpull.v1.XmlPullParser xpp, DiagnosticOrder owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDiagnosticOrderDiagnosticOrderItemComponent
protected DiagnosticOrder.DiagnosticOrderItemComponent parseDiagnosticOrderDiagnosticOrderItemComponent(org.xmlpull.v1.XmlPullParser xpp, DiagnosticOrder owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDiagnosticReport
protected DiagnosticReport parseDiagnosticReport(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDiagnosticReportDiagnosticReportImageComponent
protected DiagnosticReport.DiagnosticReportImageComponent parseDiagnosticReportDiagnosticReportImageComponent(org.xmlpull.v1.XmlPullParser xpp, DiagnosticReport owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentManifest
protected DocumentManifest parseDocumentManifest(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentManifestDocumentManifestContentComponent
protected DocumentManifest.DocumentManifestContentComponent parseDocumentManifestDocumentManifestContentComponent(org.xmlpull.v1.XmlPullParser xpp, DocumentManifest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentManifestDocumentManifestRelatedComponent
protected DocumentManifest.DocumentManifestRelatedComponent parseDocumentManifestDocumentManifestRelatedComponent(org.xmlpull.v1.XmlPullParser xpp, DocumentManifest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentReference
protected DocumentReference parseDocumentReference(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentReferenceDocumentReferenceRelatesToComponent
protected DocumentReference.DocumentReferenceRelatesToComponent parseDocumentReferenceDocumentReferenceRelatesToComponent(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentReferenceDocumentReferenceContentComponent
protected DocumentReference.DocumentReferenceContentComponent parseDocumentReferenceDocumentReferenceContentComponent(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentReferenceDocumentReferenceContextComponent
protected DocumentReference.DocumentReferenceContextComponent parseDocumentReferenceDocumentReferenceContextComponent(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentReferenceDocumentReferenceContextRelatedComponent
protected DocumentReference.DocumentReferenceContextRelatedComponent parseDocumentReferenceDocumentReferenceContextRelatedComponent(org.xmlpull.v1.XmlPullParser xpp, DocumentReference owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEligibilityRequest
protected EligibilityRequest parseEligibilityRequest(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEligibilityResponse
protected EligibilityResponse parseEligibilityResponse(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEncounter
protected Encounter parseEncounter(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEncounterEncounterStatusHistoryComponent
protected Encounter.EncounterStatusHistoryComponent parseEncounterEncounterStatusHistoryComponent(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEncounterEncounterParticipantComponent
protected Encounter.EncounterParticipantComponent parseEncounterEncounterParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEncounterEncounterHospitalizationComponent
protected Encounter.EncounterHospitalizationComponent parseEncounterEncounterHospitalizationComponent(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEncounterEncounterLocationComponent
protected Encounter.EncounterLocationComponent parseEncounterEncounterLocationComponent(org.xmlpull.v1.XmlPullParser xpp, Encounter owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEnrollmentRequest
protected EnrollmentRequest parseEnrollmentRequest(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEnrollmentResponse
protected EnrollmentResponse parseEnrollmentResponse(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEpisodeOfCare
protected EpisodeOfCare parseEpisodeOfCare(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEpisodeOfCareEpisodeOfCareStatusHistoryComponent
protected EpisodeOfCare.EpisodeOfCareStatusHistoryComponent parseEpisodeOfCareEpisodeOfCareStatusHistoryComponent(org.xmlpull.v1.XmlPullParser xpp, EpisodeOfCare owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEpisodeOfCareEpisodeOfCareCareTeamComponent
protected EpisodeOfCare.EpisodeOfCareCareTeamComponent parseEpisodeOfCareEpisodeOfCareCareTeamComponent(org.xmlpull.v1.XmlPullParser xpp, EpisodeOfCare owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefit
protected ExplanationOfBenefit parseExplanationOfBenefit(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseFamilyMemberHistory
protected FamilyMemberHistory parseFamilyMemberHistory(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseFamilyMemberHistoryFamilyMemberHistoryConditionComponent
protected FamilyMemberHistory.FamilyMemberHistoryConditionComponent parseFamilyMemberHistoryFamilyMemberHistoryConditionComponent(org.xmlpull.v1.XmlPullParser xpp, FamilyMemberHistory owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseFlag
protected Flag parseFlag(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGoal
protected Goal parseGoal(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGoalGoalOutcomeComponent
protected Goal.GoalOutcomeComponent parseGoalGoalOutcomeComponent(org.xmlpull.v1.XmlPullParser xpp, Goal owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGroup
protected Group parseGroup(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGroupGroupCharacteristicComponent
protected Group.GroupCharacteristicComponent parseGroupGroupCharacteristicComponent(org.xmlpull.v1.XmlPullParser xpp, Group owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGroupGroupMemberComponent
protected Group.GroupMemberComponent parseGroupGroupMemberComponent(org.xmlpull.v1.XmlPullParser xpp, Group owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseHealthcareService
protected HealthcareService parseHealthcareService(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseHealthcareServiceServiceTypeComponent
protected HealthcareService.ServiceTypeComponent parseHealthcareServiceServiceTypeComponent(org.xmlpull.v1.XmlPullParser xpp, HealthcareService owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseHealthcareServiceHealthcareServiceAvailableTimeComponent
protected HealthcareService.HealthcareServiceAvailableTimeComponent parseHealthcareServiceHealthcareServiceAvailableTimeComponent(org.xmlpull.v1.XmlPullParser xpp, HealthcareService owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseHealthcareServiceHealthcareServiceNotAvailableComponent
protected HealthcareService.HealthcareServiceNotAvailableComponent parseHealthcareServiceHealthcareServiceNotAvailableComponent(org.xmlpull.v1.XmlPullParser xpp, HealthcareService owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingObjectSelection
protected ImagingObjectSelection parseImagingObjectSelection(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingObjectSelectionStudyComponent
protected ImagingObjectSelection.StudyComponent parseImagingObjectSelectionStudyComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingObjectSelection owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingObjectSelectionSeriesComponent
protected ImagingObjectSelection.SeriesComponent parseImagingObjectSelectionSeriesComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingObjectSelection owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingObjectSelectionInstanceComponent
protected ImagingObjectSelection.InstanceComponent parseImagingObjectSelectionInstanceComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingObjectSelection owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingObjectSelectionFramesComponent
protected ImagingObjectSelection.FramesComponent parseImagingObjectSelectionFramesComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingObjectSelection owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingStudy
protected ImagingStudy parseImagingStudy(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingStudyImagingStudySeriesComponent
protected ImagingStudy.ImagingStudySeriesComponent parseImagingStudyImagingStudySeriesComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingStudy owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingStudyImagingStudySeriesInstanceComponent
protected ImagingStudy.ImagingStudySeriesInstanceComponent parseImagingStudyImagingStudySeriesInstanceComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingStudy owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunization
protected Immunization parseImmunization(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationImmunizationExplanationComponent
protected Immunization.ImmunizationExplanationComponent parseImmunizationImmunizationExplanationComponent(org.xmlpull.v1.XmlPullParser xpp, Immunization owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationImmunizationReactionComponent
protected Immunization.ImmunizationReactionComponent parseImmunizationImmunizationReactionComponent(org.xmlpull.v1.XmlPullParser xpp, Immunization owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationImmunizationVaccinationProtocolComponent
protected Immunization.ImmunizationVaccinationProtocolComponent parseImmunizationImmunizationVaccinationProtocolComponent(org.xmlpull.v1.XmlPullParser xpp, Immunization owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationRecommendation
protected ImmunizationRecommendation parseImmunizationRecommendation(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationRecommendationImmunizationRecommendationRecommendationComponent
protected ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent parseImmunizationRecommendationImmunizationRecommendationRecommendationComponent(org.xmlpull.v1.XmlPullParser xpp, ImmunizationRecommendation owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationRecommendationImmunizationRecommendationRecommendationDateCriterionComponent
protected ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent parseImmunizationRecommendationImmunizationRecommendationRecommendationDateCriterionComponent(org.xmlpull.v1.XmlPullParser xpp, ImmunizationRecommendation owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationRecommendationImmunizationRecommendationRecommendationProtocolComponent
protected ImmunizationRecommendation.ImmunizationRecommendationRecommendationProtocolComponent parseImmunizationRecommendationImmunizationRecommendationRecommendationProtocolComponent(org.xmlpull.v1.XmlPullParser xpp, ImmunizationRecommendation owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImplementationGuide
protected ImplementationGuide parseImplementationGuide(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImplementationGuideImplementationGuideContactComponent
protected ImplementationGuide.ImplementationGuideContactComponent parseImplementationGuideImplementationGuideContactComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImplementationGuideImplementationGuideDependencyComponent
protected ImplementationGuide.ImplementationGuideDependencyComponent parseImplementationGuideImplementationGuideDependencyComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImplementationGuideImplementationGuidePackageComponent
protected ImplementationGuide.ImplementationGuidePackageComponent parseImplementationGuideImplementationGuidePackageComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImplementationGuideImplementationGuidePackageResourceComponent
protected ImplementationGuide.ImplementationGuidePackageResourceComponent parseImplementationGuideImplementationGuidePackageResourceComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImplementationGuideImplementationGuideGlobalComponent
protected ImplementationGuide.ImplementationGuideGlobalComponent parseImplementationGuideImplementationGuideGlobalComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImplementationGuideImplementationGuidePageComponent
protected ImplementationGuide.ImplementationGuidePageComponent parseImplementationGuideImplementationGuidePageComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseList_
protected List_ parseList_(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseList_ListEntryComponent
protected List_.ListEntryComponent parseList_ListEntryComponent(org.xmlpull.v1.XmlPullParser xpp, List_ owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseLocation
protected Location parseLocation(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseLocationLocationPositionComponent
protected Location.LocationPositionComponent parseLocationLocationPositionComponent(org.xmlpull.v1.XmlPullParser xpp, Location owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedia
protected Media parseMedia(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedication
protected Medication parseMedication(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationMedicationProductComponent
protected Medication.MedicationProductComponent parseMedicationMedicationProductComponent(org.xmlpull.v1.XmlPullParser xpp, Medication owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationMedicationProductIngredientComponent
protected Medication.MedicationProductIngredientComponent parseMedicationMedicationProductIngredientComponent(org.xmlpull.v1.XmlPullParser xpp, Medication owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationMedicationProductBatchComponent
protected Medication.MedicationProductBatchComponent parseMedicationMedicationProductBatchComponent(org.xmlpull.v1.XmlPullParser xpp, Medication owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationMedicationPackageComponent
protected Medication.MedicationPackageComponent parseMedicationMedicationPackageComponent(org.xmlpull.v1.XmlPullParser xpp, Medication owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationMedicationPackageContentComponent
protected Medication.MedicationPackageContentComponent parseMedicationMedicationPackageContentComponent(org.xmlpull.v1.XmlPullParser xpp, Medication owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationAdministration
protected MedicationAdministration parseMedicationAdministration(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationAdministrationMedicationAdministrationDosageComponent
protected MedicationAdministration.MedicationAdministrationDosageComponent parseMedicationAdministrationMedicationAdministrationDosageComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationAdministration owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationDispense
protected MedicationDispense parseMedicationDispense(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationDispenseMedicationDispenseDosageInstructionComponent
protected MedicationDispense.MedicationDispenseDosageInstructionComponent parseMedicationDispenseMedicationDispenseDosageInstructionComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationDispense owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationDispenseMedicationDispenseSubstitutionComponent
protected MedicationDispense.MedicationDispenseSubstitutionComponent parseMedicationDispenseMedicationDispenseSubstitutionComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationDispense owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationOrder
protected MedicationOrder parseMedicationOrder(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationOrderMedicationOrderDosageInstructionComponent
protected MedicationOrder.MedicationOrderDosageInstructionComponent parseMedicationOrderMedicationOrderDosageInstructionComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationOrder owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationOrderMedicationOrderDispenseRequestComponent
protected MedicationOrder.MedicationOrderDispenseRequestComponent parseMedicationOrderMedicationOrderDispenseRequestComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationOrder owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationOrderMedicationOrderSubstitutionComponent
protected MedicationOrder.MedicationOrderSubstitutionComponent parseMedicationOrderMedicationOrderSubstitutionComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationOrder owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationStatement
protected MedicationStatement parseMedicationStatement(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationStatementMedicationStatementDosageComponent
protected MedicationStatement.MedicationStatementDosageComponent parseMedicationStatementMedicationStatementDosageComponent(org.xmlpull.v1.XmlPullParser xpp, MedicationStatement owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMessageHeader
protected MessageHeader parseMessageHeader(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMessageHeaderMessageHeaderResponseComponent
protected MessageHeader.MessageHeaderResponseComponent parseMessageHeaderMessageHeaderResponseComponent(org.xmlpull.v1.XmlPullParser xpp, MessageHeader owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMessageHeaderMessageSourceComponent
protected MessageHeader.MessageSourceComponent parseMessageHeaderMessageSourceComponent(org.xmlpull.v1.XmlPullParser xpp, MessageHeader owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMessageHeaderMessageDestinationComponent
protected MessageHeader.MessageDestinationComponent parseMessageHeaderMessageDestinationComponent(org.xmlpull.v1.XmlPullParser xpp, MessageHeader owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNamingSystem
protected NamingSystem parseNamingSystem(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNamingSystemNamingSystemContactComponent
protected NamingSystem.NamingSystemContactComponent parseNamingSystemNamingSystemContactComponent(org.xmlpull.v1.XmlPullParser xpp, NamingSystem owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNamingSystemNamingSystemUniqueIdComponent
protected NamingSystem.NamingSystemUniqueIdComponent parseNamingSystemNamingSystemUniqueIdComponent(org.xmlpull.v1.XmlPullParser xpp, NamingSystem owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNutritionOrder
protected NutritionOrder parseNutritionOrder(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNutritionOrderNutritionOrderOralDietComponent
protected NutritionOrder.NutritionOrderOralDietComponent parseNutritionOrderNutritionOrderOralDietComponent(org.xmlpull.v1.XmlPullParser xpp, NutritionOrder owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNutritionOrderNutritionOrderOralDietNutrientComponent
protected NutritionOrder.NutritionOrderOralDietNutrientComponent parseNutritionOrderNutritionOrderOralDietNutrientComponent(org.xmlpull.v1.XmlPullParser xpp, NutritionOrder owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNutritionOrderNutritionOrderOralDietTextureComponent
protected NutritionOrder.NutritionOrderOralDietTextureComponent parseNutritionOrderNutritionOrderOralDietTextureComponent(org.xmlpull.v1.XmlPullParser xpp, NutritionOrder owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNutritionOrderNutritionOrderSupplementComponent
protected NutritionOrder.NutritionOrderSupplementComponent parseNutritionOrderNutritionOrderSupplementComponent(org.xmlpull.v1.XmlPullParser xpp, NutritionOrder owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNutritionOrderNutritionOrderEnteralFormulaComponent
protected NutritionOrder.NutritionOrderEnteralFormulaComponent parseNutritionOrderNutritionOrderEnteralFormulaComponent(org.xmlpull.v1.XmlPullParser xpp, NutritionOrder owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNutritionOrderNutritionOrderEnteralFormulaAdministrationComponent
protected NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent parseNutritionOrderNutritionOrderEnteralFormulaAdministrationComponent(org.xmlpull.v1.XmlPullParser xpp, NutritionOrder owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseObservation
protected Observation parseObservation(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseObservationObservationReferenceRangeComponent
protected Observation.ObservationReferenceRangeComponent parseObservationObservationReferenceRangeComponent(org.xmlpull.v1.XmlPullParser xpp, Observation owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseObservationObservationRelatedComponent
protected Observation.ObservationRelatedComponent parseObservationObservationRelatedComponent(org.xmlpull.v1.XmlPullParser xpp, Observation owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseObservationObservationComponentComponent
protected Observation.ObservationComponentComponent parseObservationObservationComponentComponent(org.xmlpull.v1.XmlPullParser xpp, Observation owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOperationDefinition
protected OperationDefinition parseOperationDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOperationDefinitionOperationDefinitionContactComponent
protected OperationDefinition.OperationDefinitionContactComponent parseOperationDefinitionOperationDefinitionContactComponent(org.xmlpull.v1.XmlPullParser xpp, OperationDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOperationDefinitionOperationDefinitionParameterComponent
protected OperationDefinition.OperationDefinitionParameterComponent parseOperationDefinitionOperationDefinitionParameterComponent(org.xmlpull.v1.XmlPullParser xpp, OperationDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOperationDefinitionOperationDefinitionParameterBindingComponent
protected OperationDefinition.OperationDefinitionParameterBindingComponent parseOperationDefinitionOperationDefinitionParameterBindingComponent(org.xmlpull.v1.XmlPullParser xpp, OperationDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOperationOutcome
protected OperationOutcome parseOperationOutcome(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOperationOutcomeOperationOutcomeIssueComponent
protected OperationOutcome.OperationOutcomeIssueComponent parseOperationOutcomeOperationOutcomeIssueComponent(org.xmlpull.v1.XmlPullParser xpp, OperationOutcome owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOrder
protected Order parseOrder(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOrderOrderWhenComponent
protected Order.OrderWhenComponent parseOrderOrderWhenComponent(org.xmlpull.v1.XmlPullParser xpp, Order owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOrderResponse
protected OrderResponse parseOrderResponse(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOrganization
protected Organization parseOrganization(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOrganizationOrganizationContactComponent
protected Organization.OrganizationContactComponent parseOrganizationOrganizationContactComponent(org.xmlpull.v1.XmlPullParser xpp, Organization owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePatient
protected Patient parsePatient(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePatientContactComponent
protected Patient.ContactComponent parsePatientContactComponent(org.xmlpull.v1.XmlPullParser xpp, Patient owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePatientAnimalComponent
protected Patient.AnimalComponent parsePatientAnimalComponent(org.xmlpull.v1.XmlPullParser xpp, Patient owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePatientPatientCommunicationComponent
protected Patient.PatientCommunicationComponent parsePatientPatientCommunicationComponent(org.xmlpull.v1.XmlPullParser xpp, Patient owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePatientPatientLinkComponent
protected Patient.PatientLinkComponent parsePatientPatientLinkComponent(org.xmlpull.v1.XmlPullParser xpp, Patient owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePaymentNotice
protected PaymentNotice parsePaymentNotice(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePaymentReconciliation
protected PaymentReconciliation parsePaymentReconciliation(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePaymentReconciliationDetailsComponent
protected PaymentReconciliation.DetailsComponent parsePaymentReconciliationDetailsComponent(org.xmlpull.v1.XmlPullParser xpp, PaymentReconciliation owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePaymentReconciliationNotesComponent
protected PaymentReconciliation.NotesComponent parsePaymentReconciliationNotesComponent(org.xmlpull.v1.XmlPullParser xpp, PaymentReconciliation owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePerson
protected Person parsePerson(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePersonPersonLinkComponent
protected Person.PersonLinkComponent parsePersonPersonLinkComponent(org.xmlpull.v1.XmlPullParser xpp, Person owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePractitioner
protected Practitioner parsePractitioner(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePractitionerPractitionerPractitionerRoleComponent
protected Practitioner.PractitionerPractitionerRoleComponent parsePractitionerPractitionerPractitionerRoleComponent(org.xmlpull.v1.XmlPullParser xpp, Practitioner owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePractitionerPractitionerQualificationComponent
protected Practitioner.PractitionerQualificationComponent parsePractitionerPractitionerQualificationComponent(org.xmlpull.v1.XmlPullParser xpp, Practitioner owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcedure
protected Procedure parseProcedure(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcedureProcedurePerformerComponent
protected Procedure.ProcedurePerformerComponent parseProcedureProcedurePerformerComponent(org.xmlpull.v1.XmlPullParser xpp, Procedure owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcedureProcedureFocalDeviceComponent
protected Procedure.ProcedureFocalDeviceComponent parseProcedureProcedureFocalDeviceComponent(org.xmlpull.v1.XmlPullParser xpp, Procedure owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcedureRequest
protected ProcedureRequest parseProcedureRequest(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcessRequest
protected ProcessRequest parseProcessRequest(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcessRequestItemsComponent
protected ProcessRequest.ItemsComponent parseProcessRequestItemsComponent(org.xmlpull.v1.XmlPullParser xpp, ProcessRequest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcessResponse
protected ProcessResponse parseProcessResponse(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcessResponseProcessResponseNotesComponent
protected ProcessResponse.ProcessResponseNotesComponent parseProcessResponseProcessResponseNotesComponent(org.xmlpull.v1.XmlPullParser xpp, ProcessResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProvenance
protected Provenance parseProvenance(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProvenanceProvenanceAgentComponent
protected Provenance.ProvenanceAgentComponent parseProvenanceProvenanceAgentComponent(org.xmlpull.v1.XmlPullParser xpp, Provenance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProvenanceProvenanceAgentRelatedAgentComponent
protected Provenance.ProvenanceAgentRelatedAgentComponent parseProvenanceProvenanceAgentRelatedAgentComponent(org.xmlpull.v1.XmlPullParser xpp, Provenance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProvenanceProvenanceEntityComponent
protected Provenance.ProvenanceEntityComponent parseProvenanceProvenanceEntityComponent(org.xmlpull.v1.XmlPullParser xpp, Provenance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuestionnaire
protected Questionnaire parseQuestionnaire(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuestionnaireGroupComponent
protected Questionnaire.GroupComponent parseQuestionnaireGroupComponent(org.xmlpull.v1.XmlPullParser xpp, Questionnaire owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuestionnaireQuestionComponent
protected Questionnaire.QuestionComponent parseQuestionnaireQuestionComponent(org.xmlpull.v1.XmlPullParser xpp, Questionnaire owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuestionnaireResponse
protected QuestionnaireResponse parseQuestionnaireResponse(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuestionnaireResponseGroupComponent
protected QuestionnaireResponse.GroupComponent parseQuestionnaireResponseGroupComponent(org.xmlpull.v1.XmlPullParser xpp, QuestionnaireResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuestionnaireResponseQuestionComponent
protected QuestionnaireResponse.QuestionComponent parseQuestionnaireResponseQuestionComponent(org.xmlpull.v1.XmlPullParser xpp, QuestionnaireResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuestionnaireResponseQuestionAnswerComponent
protected QuestionnaireResponse.QuestionAnswerComponent parseQuestionnaireResponseQuestionAnswerComponent(org.xmlpull.v1.XmlPullParser xpp, QuestionnaireResponse owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseReferralRequest
protected ReferralRequest parseReferralRequest(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseRelatedPerson
protected RelatedPerson parseRelatedPerson(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseRiskAssessment
protected RiskAssessment parseRiskAssessment(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseRiskAssessmentRiskAssessmentPredictionComponent
protected RiskAssessment.RiskAssessmentPredictionComponent parseRiskAssessmentRiskAssessmentPredictionComponent(org.xmlpull.v1.XmlPullParser xpp, RiskAssessment owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSchedule
protected Schedule parseSchedule(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSearchParameter
protected SearchParameter parseSearchParameter(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSearchParameterSearchParameterContactComponent
protected SearchParameter.SearchParameterContactComponent parseSearchParameterSearchParameterContactComponent(org.xmlpull.v1.XmlPullParser xpp, SearchParameter owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSlot
protected Slot parseSlot(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSpecimen
protected Specimen parseSpecimen(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSpecimenSpecimenCollectionComponent
protected Specimen.SpecimenCollectionComponent parseSpecimenSpecimenCollectionComponent(org.xmlpull.v1.XmlPullParser xpp, Specimen owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSpecimenSpecimenTreatmentComponent
protected Specimen.SpecimenTreatmentComponent parseSpecimenSpecimenTreatmentComponent(org.xmlpull.v1.XmlPullParser xpp, Specimen owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSpecimenSpecimenContainerComponent
protected Specimen.SpecimenContainerComponent parseSpecimenSpecimenContainerComponent(org.xmlpull.v1.XmlPullParser xpp, Specimen owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureDefinition
protected StructureDefinition parseStructureDefinition(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureDefinitionStructureDefinitionContactComponent
protected StructureDefinition.StructureDefinitionContactComponent parseStructureDefinitionStructureDefinitionContactComponent(org.xmlpull.v1.XmlPullParser xpp, StructureDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureDefinitionStructureDefinitionMappingComponent
protected StructureDefinition.StructureDefinitionMappingComponent parseStructureDefinitionStructureDefinitionMappingComponent(org.xmlpull.v1.XmlPullParser xpp, StructureDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureDefinitionStructureDefinitionSnapshotComponent
protected StructureDefinition.StructureDefinitionSnapshotComponent parseStructureDefinitionStructureDefinitionSnapshotComponent(org.xmlpull.v1.XmlPullParser xpp, StructureDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureDefinitionStructureDefinitionDifferentialComponent
protected StructureDefinition.StructureDefinitionDifferentialComponent parseStructureDefinitionStructureDefinitionDifferentialComponent(org.xmlpull.v1.XmlPullParser xpp, StructureDefinition owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSubscription
protected Subscription parseSubscription(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSubscriptionSubscriptionChannelComponent
protected Subscription.SubscriptionChannelComponent parseSubscriptionSubscriptionChannelComponent(org.xmlpull.v1.XmlPullParser xpp, Subscription owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSubstance
protected Substance parseSubstance(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSubstanceSubstanceInstanceComponent
protected Substance.SubstanceInstanceComponent parseSubstanceSubstanceInstanceComponent(org.xmlpull.v1.XmlPullParser xpp, Substance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSubstanceSubstanceIngredientComponent
protected Substance.SubstanceIngredientComponent parseSubstanceSubstanceIngredientComponent(org.xmlpull.v1.XmlPullParser xpp, Substance owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSupplyDelivery
protected SupplyDelivery parseSupplyDelivery(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSupplyRequest
protected SupplyRequest parseSupplyRequest(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSupplyRequestSupplyRequestWhenComponent
protected SupplyRequest.SupplyRequestWhenComponent parseSupplyRequestSupplyRequestWhenComponent(org.xmlpull.v1.XmlPullParser xpp, SupplyRequest owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScript
protected TestScript parseTestScript(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptContactComponent
protected TestScript.TestScriptContactComponent parseTestScriptTestScriptContactComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptMetadataComponent
protected TestScript.TestScriptMetadataComponent parseTestScriptTestScriptMetadataComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptMetadataLinkComponent
protected TestScript.TestScriptMetadataLinkComponent parseTestScriptTestScriptMetadataLinkComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptMetadataCapabilityComponent
protected TestScript.TestScriptMetadataCapabilityComponent parseTestScriptTestScriptMetadataCapabilityComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptFixtureComponent
protected TestScript.TestScriptFixtureComponent parseTestScriptTestScriptFixtureComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptVariableComponent
protected TestScript.TestScriptVariableComponent parseTestScriptTestScriptVariableComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptSetupComponent
protected TestScript.TestScriptSetupComponent parseTestScriptTestScriptSetupComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptSetupActionComponent
protected TestScript.TestScriptSetupActionComponent parseTestScriptTestScriptSetupActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptSetupActionOperationComponent
protected TestScript.TestScriptSetupActionOperationComponent parseTestScriptTestScriptSetupActionOperationComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptSetupActionOperationRequestHeaderComponent
protected TestScript.TestScriptSetupActionOperationRequestHeaderComponent parseTestScriptTestScriptSetupActionOperationRequestHeaderComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptSetupActionAssertComponent
protected TestScript.TestScriptSetupActionAssertComponent parseTestScriptTestScriptSetupActionAssertComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptTestComponent
protected TestScript.TestScriptTestComponent parseTestScriptTestScriptTestComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptTestActionComponent
protected TestScript.TestScriptTestActionComponent parseTestScriptTestScriptTestActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptTeardownComponent
protected TestScript.TestScriptTeardownComponent parseTestScriptTestScriptTeardownComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptTeardownActionComponent
protected TestScript.TestScriptTeardownActionComponent parseTestScriptTestScriptTeardownActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSet
protected ValueSet parseValueSet(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetValueSetContactComponent
protected ValueSet.ValueSetContactComponent parseValueSetValueSetContactComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetValueSetCodeSystemComponent
protected ValueSet.ValueSetCodeSystemComponent parseValueSetValueSetCodeSystemComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetConceptDefinitionComponent
protected ValueSet.ConceptDefinitionComponent parseValueSetConceptDefinitionComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetConceptDefinitionDesignationComponent
protected ValueSet.ConceptDefinitionDesignationComponent parseValueSetConceptDefinitionDesignationComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetValueSetComposeComponent
protected ValueSet.ValueSetComposeComponent parseValueSetValueSetComposeComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetConceptSetComponent
protected ValueSet.ConceptSetComponent parseValueSetConceptSetComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetConceptReferenceComponent
protected ValueSet.ConceptReferenceComponent parseValueSetConceptReferenceComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetConceptSetFilterComponent
protected ValueSet.ConceptSetFilterComponent parseValueSetConceptSetFilterComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetValueSetExpansionComponent
protected ValueSet.ValueSetExpansionComponent parseValueSetValueSetExpansionComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetValueSetExpansionParameterComponent
protected ValueSet.ValueSetExpansionParameterComponent parseValueSetValueSetExpansionParameterComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetValueSetExpansionContainsComponent
protected ValueSet.ValueSetExpansionContainsComponent parseValueSetValueSetExpansionContainsComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseVisionPrescription
protected VisionPrescription parseVisionPrescription(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseVisionPrescriptionVisionPrescriptionDispenseComponent
protected VisionPrescription.VisionPrescriptionDispenseComponent parseVisionPrescriptionVisionPrescriptionDispenseComponent(org.xmlpull.v1.XmlPullParser xpp, VisionPrescription owner) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseResource
protected Resource parseResource(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Specified by:
parseResourcein classXmlParserBase- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseType
protected Type parseType(String prefix, org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseType
protected Type parseType(org.xmlpull.v1.XmlPullParser xpp, String type) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Specified by:
parseTypein classXmlParserBase- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseFragment
public Base parseFragment(org.xmlpull.v1.XmlPullParser xpp, String type) throws org.xmlpull.v1.XmlPullParserException, IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
org.xmlpull.v1.XmlPullParserExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
composeElementElements
protected void composeElementElements(Element element) throws IOException
- Throws:
IOException
-
composeBackboneElements
protected void composeBackboneElements(BackboneElement element) throws IOException
- Throws:
IOException
-
composeEnumeration
protected <E extends Enum<E>> void composeEnumeration(String name, Enumeration<E> value, EnumFactory e) throws IOException
- Throws:
IOException
-
composeDate
protected void composeDate(String name, DateType value) throws IOException
- Throws:
IOException
-
composeDateTime
protected void composeDateTime(String name, DateTimeType value) throws IOException
- Throws:
IOException
-
composeCode
protected void composeCode(String name, CodeType value) throws IOException
- Throws:
IOException
-
composeString
protected void composeString(String name, StringType value) throws IOException
- Specified by:
composeStringin classXmlParserBase- Throws:
IOException
-
composeInteger
protected void composeInteger(String name, IntegerType value) throws IOException
- Throws:
IOException
-
composeOid
protected void composeOid(String name, OidType value) throws IOException
- Throws:
IOException
-
composeUri
protected void composeUri(String name, UriType value) throws IOException
- Throws:
IOException
-
composeUuid
protected void composeUuid(String name, UuidType value) throws IOException
- Throws:
IOException
-
composeInstant
protected void composeInstant(String name, InstantType value) throws IOException
- Throws:
IOException
-
composeBoolean
protected void composeBoolean(String name, BooleanType value) throws IOException
- Throws:
IOException
-
composeBase64Binary
protected void composeBase64Binary(String name, Base64BinaryType value) throws IOException
- Throws:
IOException
-
composeUnsignedInt
protected void composeUnsignedInt(String name, UnsignedIntType value) throws IOException
- Throws:
IOException
-
composeMarkdown
protected void composeMarkdown(String name, MarkdownType value) throws IOException
- Throws:
IOException
-
composeTime
protected void composeTime(String name, TimeType value) throws IOException
- Throws:
IOException
-
composeId
protected void composeId(String name, IdType value) throws IOException
- Throws:
IOException
-
composePositiveInt
protected void composePositiveInt(String name, PositiveIntType value) throws IOException
- Throws:
IOException
-
composeDecimal
protected void composeDecimal(String name, DecimalType value) throws IOException
- Throws:
IOException
-
composeExtension
protected void composeExtension(String name, Extension element) throws IOException
- Throws:
IOException
-
composeNarrative
protected void composeNarrative(String name, Narrative element) throws IOException
- Throws:
IOException
-
composeIdentifier
protected void composeIdentifier(String name, Identifier element) throws IOException
- Throws:
IOException
-
composeCoding
protected void composeCoding(String name, Coding element) throws IOException
- Throws:
IOException
-
composeReference
protected void composeReference(String name, Reference element) throws IOException
- Throws:
IOException
-
composeSignature
protected void composeSignature(String name, Signature element) throws IOException
- Throws:
IOException
-
composeSampledData
protected void composeSampledData(String name, SampledData element) throws IOException
- Throws:
IOException
-
composeQuantity
protected void composeQuantity(String name, Quantity element) throws IOException
- Throws:
IOException
-
composePeriod
protected void composePeriod(String name, Period element) throws IOException
- Throws:
IOException
-
composeAttachment
protected void composeAttachment(String name, Attachment element) throws IOException
- Throws:
IOException
-
composeRatio
protected void composeRatio(String name, Ratio element) throws IOException
- Throws:
IOException
-
composeRange
protected void composeRange(String name, Range element) throws IOException
- Throws:
IOException
-
composeAnnotation
protected void composeAnnotation(String name, Annotation element) throws IOException
- Throws:
IOException
-
composeCodeableConcept
protected void composeCodeableConcept(String name, CodeableConcept element) throws IOException
- Throws:
IOException
-
composeMoney
protected void composeMoney(String name, Money element) throws IOException
- Throws:
IOException
-
composeSimpleQuantity
protected void composeSimpleQuantity(String name, SimpleQuantity element) throws IOException
- Throws:
IOException
-
composeDuration
protected void composeDuration(String name, Duration element) throws IOException
- Throws:
IOException
-
composeCount
protected void composeCount(String name, Count element) throws IOException
- Throws:
IOException
-
composeDistance
protected void composeDistance(String name, Distance element) throws IOException
- Throws:
IOException
-
composeAge
protected void composeAge(String name, Age element) throws IOException
- Throws:
IOException
-
composeHumanName
protected void composeHumanName(String name, HumanName element) throws IOException
- Throws:
IOException
-
composeContactPoint
protected void composeContactPoint(String name, ContactPoint element) throws IOException
- Throws:
IOException
-
composeMeta
protected void composeMeta(String name, Meta element) throws IOException
- Throws:
IOException
-
composeAddress
protected void composeAddress(String name, Address element) throws IOException
- Throws:
IOException
-
composeTiming
protected void composeTiming(String name, Timing element) throws IOException
- Throws:
IOException
-
composeTimingTimingRepeatComponent
protected void composeTimingTimingRepeatComponent(String name, Timing.TimingRepeatComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinition
protected void composeElementDefinition(String name, ElementDefinition element) throws IOException
- Throws:
IOException
-
composeElementDefinitionElementDefinitionSlicingComponent
protected void composeElementDefinitionElementDefinitionSlicingComponent(String name, ElementDefinition.ElementDefinitionSlicingComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionElementDefinitionBaseComponent
protected void composeElementDefinitionElementDefinitionBaseComponent(String name, ElementDefinition.ElementDefinitionBaseComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionTypeRefComponent
protected void composeElementDefinitionTypeRefComponent(String name, ElementDefinition.TypeRefComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionElementDefinitionConstraintComponent
protected void composeElementDefinitionElementDefinitionConstraintComponent(String name, ElementDefinition.ElementDefinitionConstraintComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionElementDefinitionBindingComponent
protected void composeElementDefinitionElementDefinitionBindingComponent(String name, ElementDefinition.ElementDefinitionBindingComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionElementDefinitionMappingComponent
protected void composeElementDefinitionElementDefinitionMappingComponent(String name, ElementDefinition.ElementDefinitionMappingComponent element) throws IOException
- Throws:
IOException
-
composeDomainResourceAttributes
protected void composeDomainResourceAttributes(DomainResource element) throws IOException
- Throws:
IOException
-
composeDomainResourceElements
protected void composeDomainResourceElements(DomainResource element) throws IOException
- Throws:
IOException
-
composeParameters
protected void composeParameters(String name, Parameters element) throws IOException
- Throws:
IOException
-
composeParametersParametersParameterComponent
protected void composeParametersParametersParameterComponent(String name, Parameters.ParametersParameterComponent element) throws IOException
- Throws:
IOException
-
composeResourceAttributes
protected void composeResourceAttributes(Resource element) throws IOException
- Throws:
IOException
-
composeResourceElements
protected void composeResourceElements(Resource element) throws IOException
- Throws:
IOException
-
composeAccount
protected void composeAccount(String name, Account element) throws IOException
- Throws:
IOException
-
composeAllergyIntolerance
protected void composeAllergyIntolerance(String name, AllergyIntolerance element) throws IOException
- Throws:
IOException
-
composeAllergyIntoleranceAllergyIntoleranceReactionComponent
protected void composeAllergyIntoleranceAllergyIntoleranceReactionComponent(String name, AllergyIntolerance.AllergyIntoleranceReactionComponent element) throws IOException
- Throws:
IOException
-
composeAppointment
protected void composeAppointment(String name, Appointment element) throws IOException
- Throws:
IOException
-
composeAppointmentAppointmentParticipantComponent
protected void composeAppointmentAppointmentParticipantComponent(String name, Appointment.AppointmentParticipantComponent element) throws IOException
- Throws:
IOException
-
composeAppointmentResponse
protected void composeAppointmentResponse(String name, AppointmentResponse element) throws IOException
- Throws:
IOException
-
composeAuditEvent
protected void composeAuditEvent(String name, AuditEvent element) throws IOException
- Throws:
IOException
-
composeAuditEventAuditEventEventComponent
protected void composeAuditEventAuditEventEventComponent(String name, AuditEvent.AuditEventEventComponent element) throws IOException
- Throws:
IOException
-
composeAuditEventAuditEventParticipantComponent
protected void composeAuditEventAuditEventParticipantComponent(String name, AuditEvent.AuditEventParticipantComponent element) throws IOException
- Throws:
IOException
-
composeAuditEventAuditEventParticipantNetworkComponent
protected void composeAuditEventAuditEventParticipantNetworkComponent(String name, AuditEvent.AuditEventParticipantNetworkComponent element) throws IOException
- Throws:
IOException
-
composeAuditEventAuditEventSourceComponent
protected void composeAuditEventAuditEventSourceComponent(String name, AuditEvent.AuditEventSourceComponent element) throws IOException
- Throws:
IOException
-
composeAuditEventAuditEventObjectComponent
protected void composeAuditEventAuditEventObjectComponent(String name, AuditEvent.AuditEventObjectComponent element) throws IOException
- Throws:
IOException
-
composeAuditEventAuditEventObjectDetailComponent
protected void composeAuditEventAuditEventObjectDetailComponent(String name, AuditEvent.AuditEventObjectDetailComponent element) throws IOException
- Throws:
IOException
-
composeBasic
protected void composeBasic(String name, Basic element) throws IOException
- Throws:
IOException
-
composeBinary
protected void composeBinary(String name, Binary element) throws IOException
- Throws:
IOException
-
composeBodySite
protected void composeBodySite(String name, BodySite element) throws IOException
- Throws:
IOException
-
composeBundle
protected void composeBundle(String name, Bundle element) throws IOException
- Throws:
IOException
-
composeBundleBundleLinkComponent
protected void composeBundleBundleLinkComponent(String name, Bundle.BundleLinkComponent element) throws IOException
- Throws:
IOException
-
composeBundleBundleEntryComponent
protected void composeBundleBundleEntryComponent(String name, Bundle.BundleEntryComponent element) throws IOException
- Throws:
IOException
-
composeBundleBundleEntrySearchComponent
protected void composeBundleBundleEntrySearchComponent(String name, Bundle.BundleEntrySearchComponent element) throws IOException
- Throws:
IOException
-
composeBundleBundleEntryRequestComponent
protected void composeBundleBundleEntryRequestComponent(String name, Bundle.BundleEntryRequestComponent element) throws IOException
- Throws:
IOException
-
composeBundleBundleEntryResponseComponent
protected void composeBundleBundleEntryResponseComponent(String name, Bundle.BundleEntryResponseComponent element) throws IOException
- Throws:
IOException
-
composeCarePlan
protected void composeCarePlan(String name, CarePlan element) throws IOException
- Throws:
IOException
-
composeCarePlanCarePlanRelatedPlanComponent
protected void composeCarePlanCarePlanRelatedPlanComponent(String name, CarePlan.CarePlanRelatedPlanComponent element) throws IOException
- Throws:
IOException
-
composeCarePlanCarePlanParticipantComponent
protected void composeCarePlanCarePlanParticipantComponent(String name, CarePlan.CarePlanParticipantComponent element) throws IOException
- Throws:
IOException
-
composeCarePlanCarePlanActivityComponent
protected void composeCarePlanCarePlanActivityComponent(String name, CarePlan.CarePlanActivityComponent element) throws IOException
- Throws:
IOException
-
composeCarePlanCarePlanActivityDetailComponent
protected void composeCarePlanCarePlanActivityDetailComponent(String name, CarePlan.CarePlanActivityDetailComponent element) throws IOException
- Throws:
IOException
-
composeClaim
protected void composeClaim(String name, Claim element) throws IOException
- Throws:
IOException
-
composeClaimPayeeComponent
protected void composeClaimPayeeComponent(String name, Claim.PayeeComponent element) throws IOException
- Throws:
IOException
-
composeClaimDiagnosisComponent
protected void composeClaimDiagnosisComponent(String name, Claim.DiagnosisComponent element) throws IOException
- Throws:
IOException
-
composeClaimCoverageComponent
protected void composeClaimCoverageComponent(String name, Claim.CoverageComponent element) throws IOException
- Throws:
IOException
-
composeClaimItemsComponent
protected void composeClaimItemsComponent(String name, Claim.ItemsComponent element) throws IOException
- Throws:
IOException
-
composeClaimDetailComponent
protected void composeClaimDetailComponent(String name, Claim.DetailComponent element) throws IOException
- Throws:
IOException
-
composeClaimSubDetailComponent
protected void composeClaimSubDetailComponent(String name, Claim.SubDetailComponent element) throws IOException
- Throws:
IOException
-
composeClaimProsthesisComponent
protected void composeClaimProsthesisComponent(String name, Claim.ProsthesisComponent element) throws IOException
- Throws:
IOException
-
composeClaimMissingTeethComponent
protected void composeClaimMissingTeethComponent(String name, Claim.MissingTeethComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponse
protected void composeClaimResponse(String name, ClaimResponse element) throws IOException
- Throws:
IOException
-
composeClaimResponseItemsComponent
protected void composeClaimResponseItemsComponent(String name, ClaimResponse.ItemsComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseItemAdjudicationComponent
protected void composeClaimResponseItemAdjudicationComponent(String name, ClaimResponse.ItemAdjudicationComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseItemDetailComponent
protected void composeClaimResponseItemDetailComponent(String name, ClaimResponse.ItemDetailComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseDetailAdjudicationComponent
protected void composeClaimResponseDetailAdjudicationComponent(String name, ClaimResponse.DetailAdjudicationComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseSubDetailComponent
protected void composeClaimResponseSubDetailComponent(String name, ClaimResponse.SubDetailComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseSubdetailAdjudicationComponent
protected void composeClaimResponseSubdetailAdjudicationComponent(String name, ClaimResponse.SubdetailAdjudicationComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseAddedItemComponent
protected void composeClaimResponseAddedItemComponent(String name, ClaimResponse.AddedItemComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseAddedItemAdjudicationComponent
protected void composeClaimResponseAddedItemAdjudicationComponent(String name, ClaimResponse.AddedItemAdjudicationComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseAddedItemsDetailComponent
protected void composeClaimResponseAddedItemsDetailComponent(String name, ClaimResponse.AddedItemsDetailComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseAddedItemDetailAdjudicationComponent
protected void composeClaimResponseAddedItemDetailAdjudicationComponent(String name, ClaimResponse.AddedItemDetailAdjudicationComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseErrorsComponent
protected void composeClaimResponseErrorsComponent(String name, ClaimResponse.ErrorsComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseNotesComponent
protected void composeClaimResponseNotesComponent(String name, ClaimResponse.NotesComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseCoverageComponent
protected void composeClaimResponseCoverageComponent(String name, ClaimResponse.CoverageComponent element) throws IOException
- Throws:
IOException
-
composeClinicalImpression
protected void composeClinicalImpression(String name, ClinicalImpression element) throws IOException
- Throws:
IOException
-
composeClinicalImpressionClinicalImpressionInvestigationsComponent
protected void composeClinicalImpressionClinicalImpressionInvestigationsComponent(String name, ClinicalImpression.ClinicalImpressionInvestigationsComponent element) throws IOException
- Throws:
IOException
-
composeClinicalImpressionClinicalImpressionFindingComponent
protected void composeClinicalImpressionClinicalImpressionFindingComponent(String name, ClinicalImpression.ClinicalImpressionFindingComponent element) throws IOException
- Throws:
IOException
-
composeClinicalImpressionClinicalImpressionRuledOutComponent
protected void composeClinicalImpressionClinicalImpressionRuledOutComponent(String name, ClinicalImpression.ClinicalImpressionRuledOutComponent element) throws IOException
- Throws:
IOException
-
composeCommunication
protected void composeCommunication(String name, Communication element) throws IOException
- Throws:
IOException
-
composeCommunicationCommunicationPayloadComponent
protected void composeCommunicationCommunicationPayloadComponent(String name, Communication.CommunicationPayloadComponent element) throws IOException
- Throws:
IOException
-
composeCommunicationRequest
protected void composeCommunicationRequest(String name, CommunicationRequest element) throws IOException
- Throws:
IOException
-
composeCommunicationRequestCommunicationRequestPayloadComponent
protected void composeCommunicationRequestCommunicationRequestPayloadComponent(String name, CommunicationRequest.CommunicationRequestPayloadComponent element) throws IOException
- Throws:
IOException
-
composeComposition
protected void composeComposition(String name, Composition element) throws IOException
- Throws:
IOException
-
composeCompositionCompositionAttesterComponent
protected void composeCompositionCompositionAttesterComponent(String name, Composition.CompositionAttesterComponent element) throws IOException
- Throws:
IOException
-
composeCompositionCompositionEventComponent
protected void composeCompositionCompositionEventComponent(String name, Composition.CompositionEventComponent element) throws IOException
- Throws:
IOException
-
composeCompositionSectionComponent
protected void composeCompositionSectionComponent(String name, Composition.SectionComponent element) throws IOException
- Throws:
IOException
-
composeConceptMap
protected void composeConceptMap(String name, ConceptMap element) throws IOException
- Throws:
IOException
-
composeConceptMapConceptMapContactComponent
protected void composeConceptMapConceptMapContactComponent(String name, ConceptMap.ConceptMapContactComponent element) throws IOException
- Throws:
IOException
-
composeConceptMapSourceElementComponent
protected void composeConceptMapSourceElementComponent(String name, ConceptMap.SourceElementComponent element) throws IOException
- Throws:
IOException
-
composeConceptMapTargetElementComponent
protected void composeConceptMapTargetElementComponent(String name, ConceptMap.TargetElementComponent element) throws IOException
- Throws:
IOException
-
composeConceptMapOtherElementComponent
protected void composeConceptMapOtherElementComponent(String name, ConceptMap.OtherElementComponent element) throws IOException
- Throws:
IOException
-
composeCondition
protected void composeCondition(String name, Condition element) throws IOException
- Throws:
IOException
-
composeConditionConditionStageComponent
protected void composeConditionConditionStageComponent(String name, Condition.ConditionStageComponent element) throws IOException
- Throws:
IOException
-
composeConditionConditionEvidenceComponent
protected void composeConditionConditionEvidenceComponent(String name, Condition.ConditionEvidenceComponent element) throws IOException
- Throws:
IOException
-
composeConformance
protected void composeConformance(String name, Conformance element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceContactComponent
protected void composeConformanceConformanceContactComponent(String name, Conformance.ConformanceContactComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceSoftwareComponent
protected void composeConformanceConformanceSoftwareComponent(String name, Conformance.ConformanceSoftwareComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceImplementationComponent
protected void composeConformanceConformanceImplementationComponent(String name, Conformance.ConformanceImplementationComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceRestComponent
protected void composeConformanceConformanceRestComponent(String name, Conformance.ConformanceRestComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceRestSecurityComponent
protected void composeConformanceConformanceRestSecurityComponent(String name, Conformance.ConformanceRestSecurityComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceRestSecurityCertificateComponent
protected void composeConformanceConformanceRestSecurityCertificateComponent(String name, Conformance.ConformanceRestSecurityCertificateComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceRestResourceComponent
protected void composeConformanceConformanceRestResourceComponent(String name, Conformance.ConformanceRestResourceComponent element) throws IOException
- Throws:
IOException
-
composeConformanceResourceInteractionComponent
protected void composeConformanceResourceInteractionComponent(String name, Conformance.ResourceInteractionComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceRestResourceSearchParamComponent
protected void composeConformanceConformanceRestResourceSearchParamComponent(String name, Conformance.ConformanceRestResourceSearchParamComponent element) throws IOException
- Throws:
IOException
-
composeConformanceSystemInteractionComponent
protected void composeConformanceSystemInteractionComponent(String name, Conformance.SystemInteractionComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceRestOperationComponent
protected void composeConformanceConformanceRestOperationComponent(String name, Conformance.ConformanceRestOperationComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceMessagingComponent
protected void composeConformanceConformanceMessagingComponent(String name, Conformance.ConformanceMessagingComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceMessagingEndpointComponent
protected void composeConformanceConformanceMessagingEndpointComponent(String name, Conformance.ConformanceMessagingEndpointComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceMessagingEventComponent
protected void composeConformanceConformanceMessagingEventComponent(String name, Conformance.ConformanceMessagingEventComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceDocumentComponent
protected void composeConformanceConformanceDocumentComponent(String name, Conformance.ConformanceDocumentComponent element) throws IOException
- Throws:
IOException
-
composeContract
protected void composeContract(String name, Contract element) throws IOException
- Throws:
IOException
-
composeContractActorComponent
protected void composeContractActorComponent(String name, Contract.ActorComponent element) throws IOException
- Throws:
IOException
-
composeContractValuedItemComponent
protected void composeContractValuedItemComponent(String name, Contract.ValuedItemComponent element) throws IOException
- Throws:
IOException
-
composeContractSignatoryComponent
protected void composeContractSignatoryComponent(String name, Contract.SignatoryComponent element) throws IOException
- Throws:
IOException
-
composeContractTermComponent
protected void composeContractTermComponent(String name, Contract.TermComponent element) throws IOException
- Throws:
IOException
-
composeContractTermActorComponent
protected void composeContractTermActorComponent(String name, Contract.TermActorComponent element) throws IOException
- Throws:
IOException
-
composeContractTermValuedItemComponent
protected void composeContractTermValuedItemComponent(String name, Contract.TermValuedItemComponent element) throws IOException
- Throws:
IOException
-
composeContractFriendlyLanguageComponent
protected void composeContractFriendlyLanguageComponent(String name, Contract.FriendlyLanguageComponent element) throws IOException
- Throws:
IOException
-
composeContractLegalLanguageComponent
protected void composeContractLegalLanguageComponent(String name, Contract.LegalLanguageComponent element) throws IOException
- Throws:
IOException
-
composeContractComputableLanguageComponent
protected void composeContractComputableLanguageComponent(String name, Contract.ComputableLanguageComponent element) throws IOException
- Throws:
IOException
-
composeCoverage
protected void composeCoverage(String name, Coverage element) throws IOException
- Throws:
IOException
-
composeDataElement
protected void composeDataElement(String name, DataElement element) throws IOException
- Throws:
IOException
-
composeDataElementDataElementContactComponent
protected void composeDataElementDataElementContactComponent(String name, DataElement.DataElementContactComponent element) throws IOException
- Throws:
IOException
-
composeDataElementDataElementMappingComponent
protected void composeDataElementDataElementMappingComponent(String name, DataElement.DataElementMappingComponent element) throws IOException
- Throws:
IOException
-
composeDetectedIssue
protected void composeDetectedIssue(String name, DetectedIssue element) throws IOException
- Throws:
IOException
-
composeDetectedIssueDetectedIssueMitigationComponent
protected void composeDetectedIssueDetectedIssueMitigationComponent(String name, DetectedIssue.DetectedIssueMitigationComponent element) throws IOException
- Throws:
IOException
-
composeDevice
protected void composeDevice(String name, Device element) throws IOException
- Throws:
IOException
-
composeDeviceComponent
protected void composeDeviceComponent(String name, DeviceComponent element) throws IOException
- Throws:
IOException
-
composeDeviceComponentDeviceComponentProductionSpecificationComponent
protected void composeDeviceComponentDeviceComponentProductionSpecificationComponent(String name, DeviceComponent.DeviceComponentProductionSpecificationComponent element) throws IOException
- Throws:
IOException
-
composeDeviceMetric
protected void composeDeviceMetric(String name, DeviceMetric element) throws IOException
- Throws:
IOException
-
composeDeviceMetricDeviceMetricCalibrationComponent
protected void composeDeviceMetricDeviceMetricCalibrationComponent(String name, DeviceMetric.DeviceMetricCalibrationComponent element) throws IOException
- Throws:
IOException
-
composeDeviceUseRequest
protected void composeDeviceUseRequest(String name, DeviceUseRequest element) throws IOException
- Throws:
IOException
-
composeDeviceUseStatement
protected void composeDeviceUseStatement(String name, DeviceUseStatement element) throws IOException
- Throws:
IOException
-
composeDiagnosticOrder
protected void composeDiagnosticOrder(String name, DiagnosticOrder element) throws IOException
- Throws:
IOException
-
composeDiagnosticOrderDiagnosticOrderEventComponent
protected void composeDiagnosticOrderDiagnosticOrderEventComponent(String name, DiagnosticOrder.DiagnosticOrderEventComponent element) throws IOException
- Throws:
IOException
-
composeDiagnosticOrderDiagnosticOrderItemComponent
protected void composeDiagnosticOrderDiagnosticOrderItemComponent(String name, DiagnosticOrder.DiagnosticOrderItemComponent element) throws IOException
- Throws:
IOException
-
composeDiagnosticReport
protected void composeDiagnosticReport(String name, DiagnosticReport element) throws IOException
- Throws:
IOException
-
composeDiagnosticReportDiagnosticReportImageComponent
protected void composeDiagnosticReportDiagnosticReportImageComponent(String name, DiagnosticReport.DiagnosticReportImageComponent element) throws IOException
- Throws:
IOException
-
composeDocumentManifest
protected void composeDocumentManifest(String name, DocumentManifest element) throws IOException
- Throws:
IOException
-
composeDocumentManifestDocumentManifestContentComponent
protected void composeDocumentManifestDocumentManifestContentComponent(String name, DocumentManifest.DocumentManifestContentComponent element) throws IOException
- Throws:
IOException
-
composeDocumentManifestDocumentManifestRelatedComponent
protected void composeDocumentManifestDocumentManifestRelatedComponent(String name, DocumentManifest.DocumentManifestRelatedComponent element) throws IOException
- Throws:
IOException
-
composeDocumentReference
protected void composeDocumentReference(String name, DocumentReference element) throws IOException
- Throws:
IOException
-
composeDocumentReferenceDocumentReferenceRelatesToComponent
protected void composeDocumentReferenceDocumentReferenceRelatesToComponent(String name, DocumentReference.DocumentReferenceRelatesToComponent element) throws IOException
- Throws:
IOException
-
composeDocumentReferenceDocumentReferenceContentComponent
protected void composeDocumentReferenceDocumentReferenceContentComponent(String name, DocumentReference.DocumentReferenceContentComponent element) throws IOException
- Throws:
IOException
-
composeDocumentReferenceDocumentReferenceContextComponent
protected void composeDocumentReferenceDocumentReferenceContextComponent(String name, DocumentReference.DocumentReferenceContextComponent element) throws IOException
- Throws:
IOException
-
composeDocumentReferenceDocumentReferenceContextRelatedComponent
protected void composeDocumentReferenceDocumentReferenceContextRelatedComponent(String name, DocumentReference.DocumentReferenceContextRelatedComponent element) throws IOException
- Throws:
IOException
-
composeEligibilityRequest
protected void composeEligibilityRequest(String name, EligibilityRequest element) throws IOException
- Throws:
IOException
-
composeEligibilityResponse
protected void composeEligibilityResponse(String name, EligibilityResponse element) throws IOException
- Throws:
IOException
-
composeEncounter
protected void composeEncounter(String name, Encounter element) throws IOException
- Throws:
IOException
-
composeEncounterEncounterStatusHistoryComponent
protected void composeEncounterEncounterStatusHistoryComponent(String name, Encounter.EncounterStatusHistoryComponent element) throws IOException
- Throws:
IOException
-
composeEncounterEncounterParticipantComponent
protected void composeEncounterEncounterParticipantComponent(String name, Encounter.EncounterParticipantComponent element) throws IOException
- Throws:
IOException
-
composeEncounterEncounterHospitalizationComponent
protected void composeEncounterEncounterHospitalizationComponent(String name, Encounter.EncounterHospitalizationComponent element) throws IOException
- Throws:
IOException
-
composeEncounterEncounterLocationComponent
protected void composeEncounterEncounterLocationComponent(String name, Encounter.EncounterLocationComponent element) throws IOException
- Throws:
IOException
-
composeEnrollmentRequest
protected void composeEnrollmentRequest(String name, EnrollmentRequest element) throws IOException
- Throws:
IOException
-
composeEnrollmentResponse
protected void composeEnrollmentResponse(String name, EnrollmentResponse element) throws IOException
- Throws:
IOException
-
composeEpisodeOfCare
protected void composeEpisodeOfCare(String name, EpisodeOfCare element) throws IOException
- Throws:
IOException
-
composeEpisodeOfCareEpisodeOfCareStatusHistoryComponent
protected void composeEpisodeOfCareEpisodeOfCareStatusHistoryComponent(String name, EpisodeOfCare.EpisodeOfCareStatusHistoryComponent element) throws IOException
- Throws:
IOException
-
composeEpisodeOfCareEpisodeOfCareCareTeamComponent
protected void composeEpisodeOfCareEpisodeOfCareCareTeamComponent(String name, EpisodeOfCare.EpisodeOfCareCareTeamComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefit
protected void composeExplanationOfBenefit(String name, ExplanationOfBenefit element) throws IOException
- Throws:
IOException
-
composeFamilyMemberHistory
protected void composeFamilyMemberHistory(String name, FamilyMemberHistory element) throws IOException
- Throws:
IOException
-
composeFamilyMemberHistoryFamilyMemberHistoryConditionComponent
protected void composeFamilyMemberHistoryFamilyMemberHistoryConditionComponent(String name, FamilyMemberHistory.FamilyMemberHistoryConditionComponent element) throws IOException
- Throws:
IOException
-
composeFlag
protected void composeFlag(String name, Flag element) throws IOException
- Throws:
IOException
-
composeGoal
protected void composeGoal(String name, Goal element) throws IOException
- Throws:
IOException
-
composeGoalGoalOutcomeComponent
protected void composeGoalGoalOutcomeComponent(String name, Goal.GoalOutcomeComponent element) throws IOException
- Throws:
IOException
-
composeGroup
protected void composeGroup(String name, Group element) throws IOException
- Throws:
IOException
-
composeGroupGroupCharacteristicComponent
protected void composeGroupGroupCharacteristicComponent(String name, Group.GroupCharacteristicComponent element) throws IOException
- Throws:
IOException
-
composeGroupGroupMemberComponent
protected void composeGroupGroupMemberComponent(String name, Group.GroupMemberComponent element) throws IOException
- Throws:
IOException
-
composeHealthcareService
protected void composeHealthcareService(String name, HealthcareService element) throws IOException
- Throws:
IOException
-
composeHealthcareServiceServiceTypeComponent
protected void composeHealthcareServiceServiceTypeComponent(String name, HealthcareService.ServiceTypeComponent element) throws IOException
- Throws:
IOException
-
composeHealthcareServiceHealthcareServiceAvailableTimeComponent
protected void composeHealthcareServiceHealthcareServiceAvailableTimeComponent(String name, HealthcareService.HealthcareServiceAvailableTimeComponent element) throws IOException
- Throws:
IOException
-
composeHealthcareServiceHealthcareServiceNotAvailableComponent
protected void composeHealthcareServiceHealthcareServiceNotAvailableComponent(String name, HealthcareService.HealthcareServiceNotAvailableComponent element) throws IOException
- Throws:
IOException
-
composeImagingObjectSelection
protected void composeImagingObjectSelection(String name, ImagingObjectSelection element) throws IOException
- Throws:
IOException
-
composeImagingObjectSelectionStudyComponent
protected void composeImagingObjectSelectionStudyComponent(String name, ImagingObjectSelection.StudyComponent element) throws IOException
- Throws:
IOException
-
composeImagingObjectSelectionSeriesComponent
protected void composeImagingObjectSelectionSeriesComponent(String name, ImagingObjectSelection.SeriesComponent element) throws IOException
- Throws:
IOException
-
composeImagingObjectSelectionInstanceComponent
protected void composeImagingObjectSelectionInstanceComponent(String name, ImagingObjectSelection.InstanceComponent element) throws IOException
- Throws:
IOException
-
composeImagingObjectSelectionFramesComponent
protected void composeImagingObjectSelectionFramesComponent(String name, ImagingObjectSelection.FramesComponent element) throws IOException
- Throws:
IOException
-
composeImagingStudy
protected void composeImagingStudy(String name, ImagingStudy element) throws IOException
- Throws:
IOException
-
composeImagingStudyImagingStudySeriesComponent
protected void composeImagingStudyImagingStudySeriesComponent(String name, ImagingStudy.ImagingStudySeriesComponent element) throws IOException
- Throws:
IOException
-
composeImagingStudyImagingStudySeriesInstanceComponent
protected void composeImagingStudyImagingStudySeriesInstanceComponent(String name, ImagingStudy.ImagingStudySeriesInstanceComponent element) throws IOException
- Throws:
IOException
-
composeImmunization
protected void composeImmunization(String name, Immunization element) throws IOException
- Throws:
IOException
-
composeImmunizationImmunizationExplanationComponent
protected void composeImmunizationImmunizationExplanationComponent(String name, Immunization.ImmunizationExplanationComponent element) throws IOException
- Throws:
IOException
-
composeImmunizationImmunizationReactionComponent
protected void composeImmunizationImmunizationReactionComponent(String name, Immunization.ImmunizationReactionComponent element) throws IOException
- Throws:
IOException
-
composeImmunizationImmunizationVaccinationProtocolComponent
protected void composeImmunizationImmunizationVaccinationProtocolComponent(String name, Immunization.ImmunizationVaccinationProtocolComponent element) throws IOException
- Throws:
IOException
-
composeImmunizationRecommendation
protected void composeImmunizationRecommendation(String name, ImmunizationRecommendation element) throws IOException
- Throws:
IOException
-
composeImmunizationRecommendationImmunizationRecommendationRecommendationComponent
protected void composeImmunizationRecommendationImmunizationRecommendationRecommendationComponent(String name, ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent element) throws IOException
- Throws:
IOException
-
composeImmunizationRecommendationImmunizationRecommendationRecommendationDateCriterionComponent
protected void composeImmunizationRecommendationImmunizationRecommendationRecommendationDateCriterionComponent(String name, ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent element) throws IOException
- Throws:
IOException
-
composeImmunizationRecommendationImmunizationRecommendationRecommendationProtocolComponent
protected void composeImmunizationRecommendationImmunizationRecommendationRecommendationProtocolComponent(String name, ImmunizationRecommendation.ImmunizationRecommendationRecommendationProtocolComponent element) throws IOException
- Throws:
IOException
-
composeImplementationGuide
protected void composeImplementationGuide(String name, ImplementationGuide element) throws IOException
- Throws:
IOException
-
composeImplementationGuideImplementationGuideContactComponent
protected void composeImplementationGuideImplementationGuideContactComponent(String name, ImplementationGuide.ImplementationGuideContactComponent element) throws IOException
- Throws:
IOException
-
composeImplementationGuideImplementationGuideDependencyComponent
protected void composeImplementationGuideImplementationGuideDependencyComponent(String name, ImplementationGuide.ImplementationGuideDependencyComponent element) throws IOException
- Throws:
IOException
-
composeImplementationGuideImplementationGuidePackageComponent
protected void composeImplementationGuideImplementationGuidePackageComponent(String name, ImplementationGuide.ImplementationGuidePackageComponent element) throws IOException
- Throws:
IOException
-
composeImplementationGuideImplementationGuidePackageResourceComponent
protected void composeImplementationGuideImplementationGuidePackageResourceComponent(String name, ImplementationGuide.ImplementationGuidePackageResourceComponent element) throws IOException
- Throws:
IOException
-
composeImplementationGuideImplementationGuideGlobalComponent
protected void composeImplementationGuideImplementationGuideGlobalComponent(String name, ImplementationGuide.ImplementationGuideGlobalComponent element) throws IOException
- Throws:
IOException
-
composeImplementationGuideImplementationGuidePageComponent
protected void composeImplementationGuideImplementationGuidePageComponent(String name, ImplementationGuide.ImplementationGuidePageComponent element) throws IOException
- Throws:
IOException
-
composeList_
protected void composeList_(String name, List_ element) throws IOException
- Throws:
IOException
-
composeList_ListEntryComponent
protected void composeList_ListEntryComponent(String name, List_.ListEntryComponent element) throws IOException
- Throws:
IOException
-
composeLocation
protected void composeLocation(String name, Location element) throws IOException
- Throws:
IOException
-
composeLocationLocationPositionComponent
protected void composeLocationLocationPositionComponent(String name, Location.LocationPositionComponent element) throws IOException
- Throws:
IOException
-
composeMedia
protected void composeMedia(String name, Media element) throws IOException
- Throws:
IOException
-
composeMedication
protected void composeMedication(String name, Medication element) throws IOException
- Throws:
IOException
-
composeMedicationMedicationProductComponent
protected void composeMedicationMedicationProductComponent(String name, Medication.MedicationProductComponent element) throws IOException
- Throws:
IOException
-
composeMedicationMedicationProductIngredientComponent
protected void composeMedicationMedicationProductIngredientComponent(String name, Medication.MedicationProductIngredientComponent element) throws IOException
- Throws:
IOException
-
composeMedicationMedicationProductBatchComponent
protected void composeMedicationMedicationProductBatchComponent(String name, Medication.MedicationProductBatchComponent element) throws IOException
- Throws:
IOException
-
composeMedicationMedicationPackageComponent
protected void composeMedicationMedicationPackageComponent(String name, Medication.MedicationPackageComponent element) throws IOException
- Throws:
IOException
-
composeMedicationMedicationPackageContentComponent
protected void composeMedicationMedicationPackageContentComponent(String name, Medication.MedicationPackageContentComponent element) throws IOException
- Throws:
IOException
-
composeMedicationAdministration
protected void composeMedicationAdministration(String name, MedicationAdministration element) throws IOException
- Throws:
IOException
-
composeMedicationAdministrationMedicationAdministrationDosageComponent
protected void composeMedicationAdministrationMedicationAdministrationDosageComponent(String name, MedicationAdministration.MedicationAdministrationDosageComponent element) throws IOException
- Throws:
IOException
-
composeMedicationDispense
protected void composeMedicationDispense(String name, MedicationDispense element) throws IOException
- Throws:
IOException
-
composeMedicationDispenseMedicationDispenseDosageInstructionComponent
protected void composeMedicationDispenseMedicationDispenseDosageInstructionComponent(String name, MedicationDispense.MedicationDispenseDosageInstructionComponent element) throws IOException
- Throws:
IOException
-
composeMedicationDispenseMedicationDispenseSubstitutionComponent
protected void composeMedicationDispenseMedicationDispenseSubstitutionComponent(String name, MedicationDispense.MedicationDispenseSubstitutionComponent element) throws IOException
- Throws:
IOException
-
composeMedicationOrder
protected void composeMedicationOrder(String name, MedicationOrder element) throws IOException
- Throws:
IOException
-
composeMedicationOrderMedicationOrderDosageInstructionComponent
protected void composeMedicationOrderMedicationOrderDosageInstructionComponent(String name, MedicationOrder.MedicationOrderDosageInstructionComponent element) throws IOException
- Throws:
IOException
-
composeMedicationOrderMedicationOrderDispenseRequestComponent
protected void composeMedicationOrderMedicationOrderDispenseRequestComponent(String name, MedicationOrder.MedicationOrderDispenseRequestComponent element) throws IOException
- Throws:
IOException
-
composeMedicationOrderMedicationOrderSubstitutionComponent
protected void composeMedicationOrderMedicationOrderSubstitutionComponent(String name, MedicationOrder.MedicationOrderSubstitutionComponent element) throws IOException
- Throws:
IOException
-
composeMedicationStatement
protected void composeMedicationStatement(String name, MedicationStatement element) throws IOException
- Throws:
IOException
-
composeMedicationStatementMedicationStatementDosageComponent
protected void composeMedicationStatementMedicationStatementDosageComponent(String name, MedicationStatement.MedicationStatementDosageComponent element) throws IOException
- Throws:
IOException
-
composeMessageHeader
protected void composeMessageHeader(String name, MessageHeader element) throws IOException
- Throws:
IOException
-
composeMessageHeaderMessageHeaderResponseComponent
protected void composeMessageHeaderMessageHeaderResponseComponent(String name, MessageHeader.MessageHeaderResponseComponent element) throws IOException
- Throws:
IOException
-
composeMessageHeaderMessageSourceComponent
protected void composeMessageHeaderMessageSourceComponent(String name, MessageHeader.MessageSourceComponent element) throws IOException
- Throws:
IOException
-
composeMessageHeaderMessageDestinationComponent
protected void composeMessageHeaderMessageDestinationComponent(String name, MessageHeader.MessageDestinationComponent element) throws IOException
- Throws:
IOException
-
composeNamingSystem
protected void composeNamingSystem(String name, NamingSystem element) throws IOException
- Throws:
IOException
-
composeNamingSystemNamingSystemContactComponent
protected void composeNamingSystemNamingSystemContactComponent(String name, NamingSystem.NamingSystemContactComponent element) throws IOException
- Throws:
IOException
-
composeNamingSystemNamingSystemUniqueIdComponent
protected void composeNamingSystemNamingSystemUniqueIdComponent(String name, NamingSystem.NamingSystemUniqueIdComponent element) throws IOException
- Throws:
IOException
-
composeNutritionOrder
protected void composeNutritionOrder(String name, NutritionOrder element) throws IOException
- Throws:
IOException
-
composeNutritionOrderNutritionOrderOralDietComponent
protected void composeNutritionOrderNutritionOrderOralDietComponent(String name, NutritionOrder.NutritionOrderOralDietComponent element) throws IOException
- Throws:
IOException
-
composeNutritionOrderNutritionOrderOralDietNutrientComponent
protected void composeNutritionOrderNutritionOrderOralDietNutrientComponent(String name, NutritionOrder.NutritionOrderOralDietNutrientComponent element) throws IOException
- Throws:
IOException
-
composeNutritionOrderNutritionOrderOralDietTextureComponent
protected void composeNutritionOrderNutritionOrderOralDietTextureComponent(String name, NutritionOrder.NutritionOrderOralDietTextureComponent element) throws IOException
- Throws:
IOException
-
composeNutritionOrderNutritionOrderSupplementComponent
protected void composeNutritionOrderNutritionOrderSupplementComponent(String name, NutritionOrder.NutritionOrderSupplementComponent element) throws IOException
- Throws:
IOException
-
composeNutritionOrderNutritionOrderEnteralFormulaComponent
protected void composeNutritionOrderNutritionOrderEnteralFormulaComponent(String name, NutritionOrder.NutritionOrderEnteralFormulaComponent element) throws IOException
- Throws:
IOException
-
composeNutritionOrderNutritionOrderEnteralFormulaAdministrationComponent
protected void composeNutritionOrderNutritionOrderEnteralFormulaAdministrationComponent(String name, NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent element) throws IOException
- Throws:
IOException
-
composeObservation
protected void composeObservation(String name, Observation element) throws IOException
- Throws:
IOException
-
composeObservationObservationReferenceRangeComponent
protected void composeObservationObservationReferenceRangeComponent(String name, Observation.ObservationReferenceRangeComponent element) throws IOException
- Throws:
IOException
-
composeObservationObservationRelatedComponent
protected void composeObservationObservationRelatedComponent(String name, Observation.ObservationRelatedComponent element) throws IOException
- Throws:
IOException
-
composeObservationObservationComponentComponent
protected void composeObservationObservationComponentComponent(String name, Observation.ObservationComponentComponent element) throws IOException
- Throws:
IOException
-
composeOperationDefinition
protected void composeOperationDefinition(String name, OperationDefinition element) throws IOException
- Throws:
IOException
-
composeOperationDefinitionOperationDefinitionContactComponent
protected void composeOperationDefinitionOperationDefinitionContactComponent(String name, OperationDefinition.OperationDefinitionContactComponent element) throws IOException
- Throws:
IOException
-
composeOperationDefinitionOperationDefinitionParameterComponent
protected void composeOperationDefinitionOperationDefinitionParameterComponent(String name, OperationDefinition.OperationDefinitionParameterComponent element) throws IOException
- Throws:
IOException
-
composeOperationDefinitionOperationDefinitionParameterBindingComponent
protected void composeOperationDefinitionOperationDefinitionParameterBindingComponent(String name, OperationDefinition.OperationDefinitionParameterBindingComponent element) throws IOException
- Throws:
IOException
-
composeOperationOutcome
protected void composeOperationOutcome(String name, OperationOutcome element) throws IOException
- Throws:
IOException
-
composeOperationOutcomeOperationOutcomeIssueComponent
protected void composeOperationOutcomeOperationOutcomeIssueComponent(String name, OperationOutcome.OperationOutcomeIssueComponent element) throws IOException
- Throws:
IOException
-
composeOrder
protected void composeOrder(String name, Order element) throws IOException
- Throws:
IOException
-
composeOrderOrderWhenComponent
protected void composeOrderOrderWhenComponent(String name, Order.OrderWhenComponent element) throws IOException
- Throws:
IOException
-
composeOrderResponse
protected void composeOrderResponse(String name, OrderResponse element) throws IOException
- Throws:
IOException
-
composeOrganization
protected void composeOrganization(String name, Organization element) throws IOException
- Throws:
IOException
-
composeOrganizationOrganizationContactComponent
protected void composeOrganizationOrganizationContactComponent(String name, Organization.OrganizationContactComponent element) throws IOException
- Throws:
IOException
-
composePatient
protected void composePatient(String name, Patient element) throws IOException
- Throws:
IOException
-
composePatientContactComponent
protected void composePatientContactComponent(String name, Patient.ContactComponent element) throws IOException
- Throws:
IOException
-
composePatientAnimalComponent
protected void composePatientAnimalComponent(String name, Patient.AnimalComponent element) throws IOException
- Throws:
IOException
-
composePatientPatientCommunicationComponent
protected void composePatientPatientCommunicationComponent(String name, Patient.PatientCommunicationComponent element) throws IOException
- Throws:
IOException
-
composePatientPatientLinkComponent
protected void composePatientPatientLinkComponent(String name, Patient.PatientLinkComponent element) throws IOException
- Throws:
IOException
-
composePaymentNotice
protected void composePaymentNotice(String name, PaymentNotice element) throws IOException
- Throws:
IOException
-
composePaymentReconciliation
protected void composePaymentReconciliation(String name, PaymentReconciliation element) throws IOException
- Throws:
IOException
-
composePaymentReconciliationDetailsComponent
protected void composePaymentReconciliationDetailsComponent(String name, PaymentReconciliation.DetailsComponent element) throws IOException
- Throws:
IOException
-
composePaymentReconciliationNotesComponent
protected void composePaymentReconciliationNotesComponent(String name, PaymentReconciliation.NotesComponent element) throws IOException
- Throws:
IOException
-
composePerson
protected void composePerson(String name, Person element) throws IOException
- Throws:
IOException
-
composePersonPersonLinkComponent
protected void composePersonPersonLinkComponent(String name, Person.PersonLinkComponent element) throws IOException
- Throws:
IOException
-
composePractitioner
protected void composePractitioner(String name, Practitioner element) throws IOException
- Throws:
IOException
-
composePractitionerPractitionerPractitionerRoleComponent
protected void composePractitionerPractitionerPractitionerRoleComponent(String name, Practitioner.PractitionerPractitionerRoleComponent element) throws IOException
- Throws:
IOException
-
composePractitionerPractitionerQualificationComponent
protected void composePractitionerPractitionerQualificationComponent(String name, Practitioner.PractitionerQualificationComponent element) throws IOException
- Throws:
IOException
-
composeProcedure
protected void composeProcedure(String name, Procedure element) throws IOException
- Throws:
IOException
-
composeProcedureProcedurePerformerComponent
protected void composeProcedureProcedurePerformerComponent(String name, Procedure.ProcedurePerformerComponent element) throws IOException
- Throws:
IOException
-
composeProcedureProcedureFocalDeviceComponent
protected void composeProcedureProcedureFocalDeviceComponent(String name, Procedure.ProcedureFocalDeviceComponent element) throws IOException
- Throws:
IOException
-
composeProcedureRequest
protected void composeProcedureRequest(String name, ProcedureRequest element) throws IOException
- Throws:
IOException
-
composeProcessRequest
protected void composeProcessRequest(String name, ProcessRequest element) throws IOException
- Throws:
IOException
-
composeProcessRequestItemsComponent
protected void composeProcessRequestItemsComponent(String name, ProcessRequest.ItemsComponent element) throws IOException
- Throws:
IOException
-
composeProcessResponse
protected void composeProcessResponse(String name, ProcessResponse element) throws IOException
- Throws:
IOException
-
composeProcessResponseProcessResponseNotesComponent
protected void composeProcessResponseProcessResponseNotesComponent(String name, ProcessResponse.ProcessResponseNotesComponent element) throws IOException
- Throws:
IOException
-
composeProvenance
protected void composeProvenance(String name, Provenance element) throws IOException
- Throws:
IOException
-
composeProvenanceProvenanceAgentComponent
protected void composeProvenanceProvenanceAgentComponent(String name, Provenance.ProvenanceAgentComponent element) throws IOException
- Throws:
IOException
-
composeProvenanceProvenanceAgentRelatedAgentComponent
protected void composeProvenanceProvenanceAgentRelatedAgentComponent(String name, Provenance.ProvenanceAgentRelatedAgentComponent element) throws IOException
- Throws:
IOException
-
composeProvenanceProvenanceEntityComponent
protected void composeProvenanceProvenanceEntityComponent(String name, Provenance.ProvenanceEntityComponent element) throws IOException
- Throws:
IOException
-
composeQuestionnaire
protected void composeQuestionnaire(String name, Questionnaire element) throws IOException
- Throws:
IOException
-
composeQuestionnaireGroupComponent
protected void composeQuestionnaireGroupComponent(String name, Questionnaire.GroupComponent element) throws IOException
- Throws:
IOException
-
composeQuestionnaireQuestionComponent
protected void composeQuestionnaireQuestionComponent(String name, Questionnaire.QuestionComponent element) throws IOException
- Throws:
IOException
-
composeQuestionnaireResponse
protected void composeQuestionnaireResponse(String name, QuestionnaireResponse element) throws IOException
- Throws:
IOException
-
composeQuestionnaireResponseGroupComponent
protected void composeQuestionnaireResponseGroupComponent(String name, QuestionnaireResponse.GroupComponent element) throws IOException
- Throws:
IOException
-
composeQuestionnaireResponseQuestionComponent
protected void composeQuestionnaireResponseQuestionComponent(String name, QuestionnaireResponse.QuestionComponent element) throws IOException
- Throws:
IOException
-
composeQuestionnaireResponseQuestionAnswerComponent
protected void composeQuestionnaireResponseQuestionAnswerComponent(String name, QuestionnaireResponse.QuestionAnswerComponent element) throws IOException
- Throws:
IOException
-
composeReferralRequest
protected void composeReferralRequest(String name, ReferralRequest element) throws IOException
- Throws:
IOException
-
composeRelatedPerson
protected void composeRelatedPerson(String name, RelatedPerson element) throws IOException
- Throws:
IOException
-
composeRiskAssessment
protected void composeRiskAssessment(String name, RiskAssessment element) throws IOException
- Throws:
IOException
-
composeRiskAssessmentRiskAssessmentPredictionComponent
protected void composeRiskAssessmentRiskAssessmentPredictionComponent(String name, RiskAssessment.RiskAssessmentPredictionComponent element) throws IOException
- Throws:
IOException
-
composeSchedule
protected void composeSchedule(String name, Schedule element) throws IOException
- Throws:
IOException
-
composeSearchParameter
protected void composeSearchParameter(String name, SearchParameter element) throws IOException
- Throws:
IOException
-
composeSearchParameterSearchParameterContactComponent
protected void composeSearchParameterSearchParameterContactComponent(String name, SearchParameter.SearchParameterContactComponent element) throws IOException
- Throws:
IOException
-
composeSlot
protected void composeSlot(String name, Slot element) throws IOException
- Throws:
IOException
-
composeSpecimen
protected void composeSpecimen(String name, Specimen element) throws IOException
- Throws:
IOException
-
composeSpecimenSpecimenCollectionComponent
protected void composeSpecimenSpecimenCollectionComponent(String name, Specimen.SpecimenCollectionComponent element) throws IOException
- Throws:
IOException
-
composeSpecimenSpecimenTreatmentComponent
protected void composeSpecimenSpecimenTreatmentComponent(String name, Specimen.SpecimenTreatmentComponent element) throws IOException
- Throws:
IOException
-
composeSpecimenSpecimenContainerComponent
protected void composeSpecimenSpecimenContainerComponent(String name, Specimen.SpecimenContainerComponent element) throws IOException
- Throws:
IOException
-
composeStructureDefinition
protected void composeStructureDefinition(String name, StructureDefinition element) throws IOException
- Throws:
IOException
-
composeStructureDefinitionStructureDefinitionContactComponent
protected void composeStructureDefinitionStructureDefinitionContactComponent(String name, StructureDefinition.StructureDefinitionContactComponent element) throws IOException
- Throws:
IOException
-
composeStructureDefinitionStructureDefinitionMappingComponent
protected void composeStructureDefinitionStructureDefinitionMappingComponent(String name, StructureDefinition.StructureDefinitionMappingComponent element) throws IOException
- Throws:
IOException
-
composeStructureDefinitionStructureDefinitionSnapshotComponent
protected void composeStructureDefinitionStructureDefinitionSnapshotComponent(String name, StructureDefinition.StructureDefinitionSnapshotComponent element) throws IOException
- Throws:
IOException
-
composeStructureDefinitionStructureDefinitionDifferentialComponent
protected void composeStructureDefinitionStructureDefinitionDifferentialComponent(String name, StructureDefinition.StructureDefinitionDifferentialComponent element) throws IOException
- Throws:
IOException
-
composeSubscription
protected void composeSubscription(String name, Subscription element) throws IOException
- Throws:
IOException
-
composeSubscriptionSubscriptionChannelComponent
protected void composeSubscriptionSubscriptionChannelComponent(String name, Subscription.SubscriptionChannelComponent element) throws IOException
- Throws:
IOException
-
composeSubstance
protected void composeSubstance(String name, Substance element) throws IOException
- Throws:
IOException
-
composeSubstanceSubstanceInstanceComponent
protected void composeSubstanceSubstanceInstanceComponent(String name, Substance.SubstanceInstanceComponent element) throws IOException
- Throws:
IOException
-
composeSubstanceSubstanceIngredientComponent
protected void composeSubstanceSubstanceIngredientComponent(String name, Substance.SubstanceIngredientComponent element) throws IOException
- Throws:
IOException
-
composeSupplyDelivery
protected void composeSupplyDelivery(String name, SupplyDelivery element) throws IOException
- Throws:
IOException
-
composeSupplyRequest
protected void composeSupplyRequest(String name, SupplyRequest element) throws IOException
- Throws:
IOException
-
composeSupplyRequestSupplyRequestWhenComponent
protected void composeSupplyRequestSupplyRequestWhenComponent(String name, SupplyRequest.SupplyRequestWhenComponent element) throws IOException
- Throws:
IOException
-
composeTestScript
protected void composeTestScript(String name, TestScript element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptContactComponent
protected void composeTestScriptTestScriptContactComponent(String name, TestScript.TestScriptContactComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptMetadataComponent
protected void composeTestScriptTestScriptMetadataComponent(String name, TestScript.TestScriptMetadataComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptMetadataLinkComponent
protected void composeTestScriptTestScriptMetadataLinkComponent(String name, TestScript.TestScriptMetadataLinkComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptMetadataCapabilityComponent
protected void composeTestScriptTestScriptMetadataCapabilityComponent(String name, TestScript.TestScriptMetadataCapabilityComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptFixtureComponent
protected void composeTestScriptTestScriptFixtureComponent(String name, TestScript.TestScriptFixtureComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptVariableComponent
protected void composeTestScriptTestScriptVariableComponent(String name, TestScript.TestScriptVariableComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptSetupComponent
protected void composeTestScriptTestScriptSetupComponent(String name, TestScript.TestScriptSetupComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptSetupActionComponent
protected void composeTestScriptTestScriptSetupActionComponent(String name, TestScript.TestScriptSetupActionComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptSetupActionOperationComponent
protected void composeTestScriptTestScriptSetupActionOperationComponent(String name, TestScript.TestScriptSetupActionOperationComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptSetupActionOperationRequestHeaderComponent
protected void composeTestScriptTestScriptSetupActionOperationRequestHeaderComponent(String name, TestScript.TestScriptSetupActionOperationRequestHeaderComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptSetupActionAssertComponent
protected void composeTestScriptTestScriptSetupActionAssertComponent(String name, TestScript.TestScriptSetupActionAssertComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptTestComponent
protected void composeTestScriptTestScriptTestComponent(String name, TestScript.TestScriptTestComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptTestActionComponent
protected void composeTestScriptTestScriptTestActionComponent(String name, TestScript.TestScriptTestActionComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptTeardownComponent
protected void composeTestScriptTestScriptTeardownComponent(String name, TestScript.TestScriptTeardownComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptTeardownActionComponent
protected void composeTestScriptTestScriptTeardownActionComponent(String name, TestScript.TestScriptTeardownActionComponent element) throws IOException
- Throws:
IOException
-
composeValueSet
protected void composeValueSet(String name, ValueSet element) throws IOException
- Throws:
IOException
-
composeValueSetValueSetContactComponent
protected void composeValueSetValueSetContactComponent(String name, ValueSet.ValueSetContactComponent element) throws IOException
- Throws:
IOException
-
composeValueSetValueSetCodeSystemComponent
protected void composeValueSetValueSetCodeSystemComponent(String name, ValueSet.ValueSetCodeSystemComponent element) throws IOException
- Throws:
IOException
-
composeValueSetConceptDefinitionComponent
protected void composeValueSetConceptDefinitionComponent(String name, ValueSet.ConceptDefinitionComponent element) throws IOException
- Throws:
IOException
-
composeValueSetConceptDefinitionDesignationComponent
protected void composeValueSetConceptDefinitionDesignationComponent(String name, ValueSet.ConceptDefinitionDesignationComponent element) throws IOException
- Throws:
IOException
-
composeValueSetValueSetComposeComponent
protected void composeValueSetValueSetComposeComponent(String name, ValueSet.ValueSetComposeComponent element) throws IOException
- Throws:
IOException
-
composeValueSetConceptSetComponent
protected void composeValueSetConceptSetComponent(String name, ValueSet.ConceptSetComponent element) throws IOException
- Throws:
IOException
-
composeValueSetConceptReferenceComponent
protected void composeValueSetConceptReferenceComponent(String name, ValueSet.ConceptReferenceComponent element) throws IOException
- Throws:
IOException
-
composeValueSetConceptSetFilterComponent
protected void composeValueSetConceptSetFilterComponent(String name, ValueSet.ConceptSetFilterComponent element) throws IOException
- Throws:
IOException
-
composeValueSetValueSetExpansionComponent
protected void composeValueSetValueSetExpansionComponent(String name, ValueSet.ValueSetExpansionComponent element) throws IOException
- Throws:
IOException
-
composeValueSetValueSetExpansionParameterComponent
protected void composeValueSetValueSetExpansionParameterComponent(String name, ValueSet.ValueSetExpansionParameterComponent element) throws IOException
- Throws:
IOException
-
composeValueSetValueSetExpansionContainsComponent
protected void composeValueSetValueSetExpansionContainsComponent(String name, ValueSet.ValueSetExpansionContainsComponent element) throws IOException
- Throws:
IOException
-
composeVisionPrescription
protected void composeVisionPrescription(String name, VisionPrescription element) throws IOException
- Throws:
IOException
-
composeVisionPrescriptionVisionPrescriptionDispenseComponent
protected void composeVisionPrescriptionVisionPrescriptionDispenseComponent(String name, VisionPrescription.VisionPrescriptionDispenseComponent element) throws IOException
- Throws:
IOException
-
composeResource
protected void composeResource(Resource resource) throws IOException
- Specified by:
composeResourcein classXmlParserBase- Throws:
IOException
-
composeResource
protected void composeResource(String name, Resource resource) throws IOException
- Specified by:
composeResourcein classXmlParserBase- Throws:
IOException
-
composeType
protected void composeType(String prefix, Type type) throws IOException
- Specified by:
composeTypein classXmlParserBase- Throws:
IOException
-
-