Package org.hl7.fhir.dstu2016may.formats
Class JsonParser
- java.lang.Object
-
- org.hl7.fhir.dstu2016may.formats.FormatUtilities
-
- org.hl7.fhir.dstu2016may.formats.ParserBase
-
- org.hl7.fhir.dstu2016may.formats.JsonParserBase
-
- org.hl7.fhir.dstu2016may.formats.JsonParser
-
- All Implemented Interfaces:
IParser
public class JsonParser extends JsonParserBase
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.hl7.fhir.dstu2016may.formats.IParser
IParser.OutputStyle
-
-
Field Summary
-
Fields inherited from class org.hl7.fhir.dstu2016may.formats.JsonParserBase
json
-
Fields inherited from class org.hl7.fhir.dstu2016may.formats.ParserBase
allowUnknownContent, handleComments, idMap, style, xhtmlMessage
-
Fields inherited from class org.hl7.fhir.dstu2016may.formats.FormatUtilities
FHIR_NS, ID_REGEX, NS_XSI, XHTML_NS
-
-
Constructor Summary
Constructors Constructor Description JsonParser()JsonParser(boolean allowUnknownContent)
-
Method Summary
-
Methods inherited from class org.hl7.fhir.dstu2016may.formats.JsonParserBase
anyHasExtras, close, closeArray, closeObject, compose, compose, compose, composeDomainResource, composeStringCore, composeStringExtras, composeXhtml, getType, makeComments, open, openArray, openObject, parse, parse, parseDomainResource, parseElementProperties, parseElementProperties, parseType, parseXhtml, prop, prop, prop, prop, writeNull
-
Methods inherited from class org.hl7.fhir.dstu2016may.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.dstu2016may.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.dstu2016may.formats.IParser
composeBytes, composeBytes, composeString, composeString, getHandleComments, getOutputStyle, isAllowUnknownContent, parse, parse, parseType, parseType, setAllowUnknownContent, setHandleComments, setOutputStyle, setSuppressXhtml
-
-
-
-
Constructor Detail
-
JsonParser
public JsonParser()
-
JsonParser
public JsonParser(boolean allowUnknownContent)
-
-
Method Detail
-
parseElementProperties
protected void parseElementProperties(com.google.gson.JsonObject json, Element element) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Overrides:
parseElementPropertiesin classJsonParserBase- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBackboneProperties
protected void parseBackboneProperties(com.google.gson.JsonObject json, BackboneElement element) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTypeProperties
protected void parseTypeProperties(com.google.gson.JsonObject json, Element element) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEnumeration
protected <E extends Enum<E>> Enumeration<E> parseEnumeration(String s, E item, EnumFactory e) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMarkdown
protected MarkdownType parseMarkdown(String v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseInteger
protected IntegerType parseInteger(Long v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDateTime
protected DateTimeType parseDateTime(String v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseUnsignedInt
protected UnsignedIntType parseUnsignedInt(String v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCode
protected CodeType parseCode(String v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDate
protected DateType parseDate(String v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDecimal
protected DecimalType parseDecimal(BigDecimal v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseUri
protected UriType parseUri(String v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseId
protected IdType parseId(String v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBase64Binary
protected Base64BinaryType parseBase64Binary(String v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTime
protected TimeType parseTime(String v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOid
protected OidType parseOid(String v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePositiveInt
protected PositiveIntType parsePositiveInt(String v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseString
protected StringType parseString(String v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBoolean
protected BooleanType parseBoolean(Boolean v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseUuid
protected UuidType parseUuid(String v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseInstant
protected InstantType parseInstant(String v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExtension
protected Extension parseExtension(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNarrative
protected Narrative parseNarrative(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePeriod
protected Period parsePeriod(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCoding
protected Coding parseCoding(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseRange
protected Range parseRange(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuantity
protected Quantity parseQuantity(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAttachment
protected Attachment parseAttachment(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseRatio
protected Ratio parseRatio(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAnnotation
protected Annotation parseAnnotation(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSampledData
protected SampledData parseSampledData(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseReference
protected Reference parseReference(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCodeableConcept
protected CodeableConcept parseCodeableConcept(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseIdentifier
protected Identifier parseIdentifier(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSignature
protected Signature parseSignature(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAge
protected Age parseAge(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCount
protected Count parseCount(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMoney
protected Money parseMoney(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDistance
protected Distance parseDistance(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDuration
protected Duration parseDuration(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSimpleQuantity
protected SimpleQuantity parseSimpleQuantity(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTriggerDefinition
protected TriggerDefinition parseTriggerDefinition(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinition
protected ElementDefinition parseElementDefinition(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinitionElementDefinitionSlicingComponent
protected ElementDefinition.ElementDefinitionSlicingComponent parseElementDefinitionElementDefinitionSlicingComponent(com.google.gson.JsonObject json, ElementDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinitionElementDefinitionBaseComponent
protected ElementDefinition.ElementDefinitionBaseComponent parseElementDefinitionElementDefinitionBaseComponent(com.google.gson.JsonObject json, ElementDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinitionTypeRefComponent
protected ElementDefinition.TypeRefComponent parseElementDefinitionTypeRefComponent(com.google.gson.JsonObject json, ElementDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinitionElementDefinitionConstraintComponent
protected ElementDefinition.ElementDefinitionConstraintComponent parseElementDefinitionElementDefinitionConstraintComponent(com.google.gson.JsonObject json, ElementDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinitionElementDefinitionBindingComponent
protected ElementDefinition.ElementDefinitionBindingComponent parseElementDefinitionElementDefinitionBindingComponent(com.google.gson.JsonObject json, ElementDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseElementDefinitionElementDefinitionMappingComponent
protected ElementDefinition.ElementDefinitionMappingComponent parseElementDefinitionElementDefinitionMappingComponent(com.google.gson.JsonObject json, ElementDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTiming
protected Timing parseTiming(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTimingTimingRepeatComponent
protected Timing.TimingRepeatComponent parseTimingTimingRepeatComponent(com.google.gson.JsonObject json, Timing owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseModuleMetadata
protected ModuleMetadata parseModuleMetadata(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseModuleMetadataModuleMetadataCoverageComponent
protected ModuleMetadata.ModuleMetadataCoverageComponent parseModuleMetadataModuleMetadataCoverageComponent(com.google.gson.JsonObject json, ModuleMetadata owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseModuleMetadataModuleMetadataContributorComponent
protected ModuleMetadata.ModuleMetadataContributorComponent parseModuleMetadataModuleMetadataContributorComponent(com.google.gson.JsonObject json, ModuleMetadata owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseModuleMetadataModuleMetadataContributorContactComponent
protected ModuleMetadata.ModuleMetadataContributorContactComponent parseModuleMetadataModuleMetadataContributorContactComponent(com.google.gson.JsonObject json, ModuleMetadata owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseModuleMetadataModuleMetadataContactComponent
protected ModuleMetadata.ModuleMetadataContactComponent parseModuleMetadataModuleMetadataContactComponent(com.google.gson.JsonObject json, ModuleMetadata owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseModuleMetadataModuleMetadataRelatedResourceComponent
protected ModuleMetadata.ModuleMetadataRelatedResourceComponent parseModuleMetadataModuleMetadataRelatedResourceComponent(com.google.gson.JsonObject json, ModuleMetadata owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseActionDefinition
protected ActionDefinition parseActionDefinition(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseActionDefinitionActionDefinitionRelatedActionComponent
protected ActionDefinition.ActionDefinitionRelatedActionComponent parseActionDefinitionActionDefinitionRelatedActionComponent(com.google.gson.JsonObject json, ActionDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseActionDefinitionActionDefinitionBehaviorComponent
protected ActionDefinition.ActionDefinitionBehaviorComponent parseActionDefinitionActionDefinitionBehaviorComponent(com.google.gson.JsonObject json, ActionDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseActionDefinitionActionDefinitionCustomizationComponent
protected ActionDefinition.ActionDefinitionCustomizationComponent parseActionDefinitionActionDefinitionCustomizationComponent(com.google.gson.JsonObject json, ActionDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAddress
protected Address parseAddress(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseHumanName
protected HumanName parseHumanName(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDataRequirement
protected DataRequirement parseDataRequirement(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDataRequirementDataRequirementCodeFilterComponent
protected DataRequirement.DataRequirementCodeFilterComponent parseDataRequirementDataRequirementCodeFilterComponent(com.google.gson.JsonObject json, DataRequirement owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDataRequirementDataRequirementDateFilterComponent
protected DataRequirement.DataRequirementDateFilterComponent parseDataRequirementDataRequirementDateFilterComponent(com.google.gson.JsonObject json, DataRequirement owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeta
protected Meta parseMeta(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseParameterDefinition
protected ParameterDefinition parseParameterDefinition(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContactPoint
protected ContactPoint parseContactPoint(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseParameters
protected Parameters parseParameters(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseParametersParametersParameterComponent
protected Parameters.ParametersParameterComponent parseParametersParametersParameterComponent(com.google.gson.JsonObject json, Parameters owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseResourceProperties
protected void parseResourceProperties(com.google.gson.JsonObject json, Resource res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDomainResourceProperties
protected void parseDomainResourceProperties(com.google.gson.JsonObject json, DomainResource res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAccount
protected Account parseAccount(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAllergyIntolerance
protected AllergyIntolerance parseAllergyIntolerance(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAllergyIntoleranceAllergyIntoleranceReactionComponent
protected AllergyIntolerance.AllergyIntoleranceReactionComponent parseAllergyIntoleranceAllergyIntoleranceReactionComponent(com.google.gson.JsonObject json, AllergyIntolerance owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAppointment
protected Appointment parseAppointment(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAppointmentAppointmentParticipantComponent
protected Appointment.AppointmentParticipantComponent parseAppointmentAppointmentParticipantComponent(com.google.gson.JsonObject json, Appointment owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAppointmentResponse
protected AppointmentResponse parseAppointmentResponse(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAuditEvent
protected AuditEvent parseAuditEvent(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAuditEventAuditEventAgentComponent
protected AuditEvent.AuditEventAgentComponent parseAuditEventAuditEventAgentComponent(com.google.gson.JsonObject json, AuditEvent owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAuditEventAuditEventAgentNetworkComponent
protected AuditEvent.AuditEventAgentNetworkComponent parseAuditEventAuditEventAgentNetworkComponent(com.google.gson.JsonObject json, AuditEvent owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAuditEventAuditEventSourceComponent
protected AuditEvent.AuditEventSourceComponent parseAuditEventAuditEventSourceComponent(com.google.gson.JsonObject json, AuditEvent owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAuditEventAuditEventEntityComponent
protected AuditEvent.AuditEventEntityComponent parseAuditEventAuditEventEntityComponent(com.google.gson.JsonObject json, AuditEvent owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseAuditEventAuditEventEntityDetailComponent
protected AuditEvent.AuditEventEntityDetailComponent parseAuditEventAuditEventEntityDetailComponent(com.google.gson.JsonObject json, AuditEvent owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBasic
protected Basic parseBasic(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBinary
protected Binary parseBinary(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBodySite
protected BodySite parseBodySite(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBundle
protected Bundle parseBundle(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBundleBundleLinkComponent
protected Bundle.BundleLinkComponent parseBundleBundleLinkComponent(com.google.gson.JsonObject json, Bundle owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBundleBundleEntryComponent
protected Bundle.BundleEntryComponent parseBundleBundleEntryComponent(com.google.gson.JsonObject json, Bundle owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBundleBundleEntrySearchComponent
protected Bundle.BundleEntrySearchComponent parseBundleBundleEntrySearchComponent(com.google.gson.JsonObject json, Bundle owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBundleBundleEntryRequestComponent
protected Bundle.BundleEntryRequestComponent parseBundleBundleEntryRequestComponent(com.google.gson.JsonObject json, Bundle owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseBundleBundleEntryResponseComponent
protected Bundle.BundleEntryResponseComponent parseBundleBundleEntryResponseComponent(com.google.gson.JsonObject json, Bundle owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCarePlan
protected CarePlan parseCarePlan(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCarePlanCarePlanRelatedPlanComponent
protected CarePlan.CarePlanRelatedPlanComponent parseCarePlanCarePlanRelatedPlanComponent(com.google.gson.JsonObject json, CarePlan owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCarePlanCarePlanParticipantComponent
protected CarePlan.CarePlanParticipantComponent parseCarePlanCarePlanParticipantComponent(com.google.gson.JsonObject json, CarePlan owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCarePlanCarePlanActivityComponent
protected CarePlan.CarePlanActivityComponent parseCarePlanCarePlanActivityComponent(com.google.gson.JsonObject json, CarePlan owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCarePlanCarePlanActivityDetailComponent
protected CarePlan.CarePlanActivityDetailComponent parseCarePlanCarePlanActivityDetailComponent(com.google.gson.JsonObject json, CarePlan owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCareTeam
protected CareTeam parseCareTeam(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCareTeamCareTeamParticipantComponent
protected CareTeam.CareTeamParticipantComponent parseCareTeamCareTeamParticipantComponent(com.google.gson.JsonObject json, CareTeam owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaim
protected Claim parseClaim(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimRelatedClaimsComponent
protected Claim.RelatedClaimsComponent parseClaimRelatedClaimsComponent(com.google.gson.JsonObject json, Claim owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimPayeeComponent
protected Claim.PayeeComponent parseClaimPayeeComponent(com.google.gson.JsonObject json, Claim owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimDiagnosisComponent
protected Claim.DiagnosisComponent parseClaimDiagnosisComponent(com.google.gson.JsonObject json, Claim owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimProcedureComponent
protected Claim.ProcedureComponent parseClaimProcedureComponent(com.google.gson.JsonObject json, Claim owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimCoverageComponent
protected Claim.CoverageComponent parseClaimCoverageComponent(com.google.gson.JsonObject json, Claim owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimOnsetComponent
protected Claim.OnsetComponent parseClaimOnsetComponent(com.google.gson.JsonObject json, Claim owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimItemsComponent
protected Claim.ItemsComponent parseClaimItemsComponent(com.google.gson.JsonObject json, Claim owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimDetailComponent
protected Claim.DetailComponent parseClaimDetailComponent(com.google.gson.JsonObject json, Claim owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimSubDetailComponent
protected Claim.SubDetailComponent parseClaimSubDetailComponent(com.google.gson.JsonObject json, Claim owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimProsthesisComponent
protected Claim.ProsthesisComponent parseClaimProsthesisComponent(com.google.gson.JsonObject json, Claim owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimMissingTeethComponent
protected Claim.MissingTeethComponent parseClaimMissingTeethComponent(com.google.gson.JsonObject json, Claim owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponse
protected ClaimResponse parseClaimResponse(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseItemsComponent
protected ClaimResponse.ItemsComponent parseClaimResponseItemsComponent(com.google.gson.JsonObject json, ClaimResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseItemAdjudicationComponent
protected ClaimResponse.ItemAdjudicationComponent parseClaimResponseItemAdjudicationComponent(com.google.gson.JsonObject json, ClaimResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseItemDetailComponent
protected ClaimResponse.ItemDetailComponent parseClaimResponseItemDetailComponent(com.google.gson.JsonObject json, ClaimResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseDetailAdjudicationComponent
protected ClaimResponse.DetailAdjudicationComponent parseClaimResponseDetailAdjudicationComponent(com.google.gson.JsonObject json, ClaimResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseSubDetailComponent
protected ClaimResponse.SubDetailComponent parseClaimResponseSubDetailComponent(com.google.gson.JsonObject json, ClaimResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseSubdetailAdjudicationComponent
protected ClaimResponse.SubdetailAdjudicationComponent parseClaimResponseSubdetailAdjudicationComponent(com.google.gson.JsonObject json, ClaimResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseAddedItemComponent
protected ClaimResponse.AddedItemComponent parseClaimResponseAddedItemComponent(com.google.gson.JsonObject json, ClaimResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseAddedItemAdjudicationComponent
protected ClaimResponse.AddedItemAdjudicationComponent parseClaimResponseAddedItemAdjudicationComponent(com.google.gson.JsonObject json, ClaimResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseAddedItemsDetailComponent
protected ClaimResponse.AddedItemsDetailComponent parseClaimResponseAddedItemsDetailComponent(com.google.gson.JsonObject json, ClaimResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseAddedItemDetailAdjudicationComponent
protected ClaimResponse.AddedItemDetailAdjudicationComponent parseClaimResponseAddedItemDetailAdjudicationComponent(com.google.gson.JsonObject json, ClaimResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseErrorsComponent
protected ClaimResponse.ErrorsComponent parseClaimResponseErrorsComponent(com.google.gson.JsonObject json, ClaimResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseNotesComponent
protected ClaimResponse.NotesComponent parseClaimResponseNotesComponent(com.google.gson.JsonObject json, ClaimResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClaimResponseCoverageComponent
protected ClaimResponse.CoverageComponent parseClaimResponseCoverageComponent(com.google.gson.JsonObject json, ClaimResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClinicalImpression
protected ClinicalImpression parseClinicalImpression(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClinicalImpressionClinicalImpressionInvestigationsComponent
protected ClinicalImpression.ClinicalImpressionInvestigationsComponent parseClinicalImpressionClinicalImpressionInvestigationsComponent(com.google.gson.JsonObject json, ClinicalImpression owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClinicalImpressionClinicalImpressionFindingComponent
protected ClinicalImpression.ClinicalImpressionFindingComponent parseClinicalImpressionClinicalImpressionFindingComponent(com.google.gson.JsonObject json, ClinicalImpression owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseClinicalImpressionClinicalImpressionRuledOutComponent
protected ClinicalImpression.ClinicalImpressionRuledOutComponent parseClinicalImpressionClinicalImpressionRuledOutComponent(com.google.gson.JsonObject json, ClinicalImpression owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCodeSystem
protected CodeSystem parseCodeSystem(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCodeSystemCodeSystemContactComponent
protected CodeSystem.CodeSystemContactComponent parseCodeSystemCodeSystemContactComponent(com.google.gson.JsonObject json, CodeSystem owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCodeSystemCodeSystemFilterComponent
protected CodeSystem.CodeSystemFilterComponent parseCodeSystemCodeSystemFilterComponent(com.google.gson.JsonObject json, CodeSystem owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCodeSystemCodeSystemPropertyComponent
protected CodeSystem.CodeSystemPropertyComponent parseCodeSystemCodeSystemPropertyComponent(com.google.gson.JsonObject json, CodeSystem owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCodeSystemConceptDefinitionComponent
protected CodeSystem.ConceptDefinitionComponent parseCodeSystemConceptDefinitionComponent(com.google.gson.JsonObject json, CodeSystem owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCodeSystemConceptDefinitionDesignationComponent
protected CodeSystem.ConceptDefinitionDesignationComponent parseCodeSystemConceptDefinitionDesignationComponent(com.google.gson.JsonObject json, CodeSystem owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCodeSystemConceptDefinitionPropertyComponent
protected CodeSystem.ConceptDefinitionPropertyComponent parseCodeSystemConceptDefinitionPropertyComponent(com.google.gson.JsonObject json, CodeSystem owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCommunication
protected Communication parseCommunication(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCommunicationCommunicationPayloadComponent
protected Communication.CommunicationPayloadComponent parseCommunicationCommunicationPayloadComponent(com.google.gson.JsonObject json, Communication owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCommunicationRequest
protected CommunicationRequest parseCommunicationRequest(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCommunicationRequestCommunicationRequestPayloadComponent
protected CommunicationRequest.CommunicationRequestPayloadComponent parseCommunicationRequestCommunicationRequestPayloadComponent(com.google.gson.JsonObject json, CommunicationRequest owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCompartmentDefinition
protected CompartmentDefinition parseCompartmentDefinition(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCompartmentDefinitionCompartmentDefinitionContactComponent
protected CompartmentDefinition.CompartmentDefinitionContactComponent parseCompartmentDefinitionCompartmentDefinitionContactComponent(com.google.gson.JsonObject json, CompartmentDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCompartmentDefinitionCompartmentDefinitionResourceComponent
protected CompartmentDefinition.CompartmentDefinitionResourceComponent parseCompartmentDefinitionCompartmentDefinitionResourceComponent(com.google.gson.JsonObject json, CompartmentDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseComposition
protected Composition parseComposition(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCompositionCompositionAttesterComponent
protected Composition.CompositionAttesterComponent parseCompositionCompositionAttesterComponent(com.google.gson.JsonObject json, Composition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCompositionCompositionEventComponent
protected Composition.CompositionEventComponent parseCompositionCompositionEventComponent(com.google.gson.JsonObject json, Composition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCompositionSectionComponent
protected Composition.SectionComponent parseCompositionSectionComponent(com.google.gson.JsonObject json, Composition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConceptMap
protected ConceptMap parseConceptMap(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConceptMapConceptMapContactComponent
protected ConceptMap.ConceptMapContactComponent parseConceptMapConceptMapContactComponent(com.google.gson.JsonObject json, ConceptMap owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConceptMapSourceElementComponent
protected ConceptMap.SourceElementComponent parseConceptMapSourceElementComponent(com.google.gson.JsonObject json, ConceptMap owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConceptMapTargetElementComponent
protected ConceptMap.TargetElementComponent parseConceptMapTargetElementComponent(com.google.gson.JsonObject json, ConceptMap owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConceptMapOtherElementComponent
protected ConceptMap.OtherElementComponent parseConceptMapOtherElementComponent(com.google.gson.JsonObject json, ConceptMap owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCondition
protected Condition parseCondition(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConditionConditionStageComponent
protected Condition.ConditionStageComponent parseConditionConditionStageComponent(com.google.gson.JsonObject json, Condition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConditionConditionEvidenceComponent
protected Condition.ConditionEvidenceComponent parseConditionConditionEvidenceComponent(com.google.gson.JsonObject json, Condition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformance
protected Conformance parseConformance(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformanceConformanceContactComponent
protected Conformance.ConformanceContactComponent parseConformanceConformanceContactComponent(com.google.gson.JsonObject json, Conformance owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformanceConformanceSoftwareComponent
protected Conformance.ConformanceSoftwareComponent parseConformanceConformanceSoftwareComponent(com.google.gson.JsonObject json, Conformance owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformanceConformanceImplementationComponent
protected Conformance.ConformanceImplementationComponent parseConformanceConformanceImplementationComponent(com.google.gson.JsonObject json, Conformance owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformanceConformanceRestComponent
protected Conformance.ConformanceRestComponent parseConformanceConformanceRestComponent(com.google.gson.JsonObject json, Conformance owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformanceConformanceRestSecurityComponent
protected Conformance.ConformanceRestSecurityComponent parseConformanceConformanceRestSecurityComponent(com.google.gson.JsonObject json, Conformance owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformanceConformanceRestSecurityCertificateComponent
protected Conformance.ConformanceRestSecurityCertificateComponent parseConformanceConformanceRestSecurityCertificateComponent(com.google.gson.JsonObject json, Conformance owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformanceConformanceRestResourceComponent
protected Conformance.ConformanceRestResourceComponent parseConformanceConformanceRestResourceComponent(com.google.gson.JsonObject json, Conformance owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformanceResourceInteractionComponent
protected Conformance.ResourceInteractionComponent parseConformanceResourceInteractionComponent(com.google.gson.JsonObject json, Conformance owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformanceConformanceRestResourceSearchParamComponent
protected Conformance.ConformanceRestResourceSearchParamComponent parseConformanceConformanceRestResourceSearchParamComponent(com.google.gson.JsonObject json, Conformance owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformanceSystemInteractionComponent
protected Conformance.SystemInteractionComponent parseConformanceSystemInteractionComponent(com.google.gson.JsonObject json, Conformance owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformanceConformanceRestOperationComponent
protected Conformance.ConformanceRestOperationComponent parseConformanceConformanceRestOperationComponent(com.google.gson.JsonObject json, Conformance owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformanceConformanceMessagingComponent
protected Conformance.ConformanceMessagingComponent parseConformanceConformanceMessagingComponent(com.google.gson.JsonObject json, Conformance owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformanceConformanceMessagingEndpointComponent
protected Conformance.ConformanceMessagingEndpointComponent parseConformanceConformanceMessagingEndpointComponent(com.google.gson.JsonObject json, Conformance owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformanceConformanceMessagingEventComponent
protected Conformance.ConformanceMessagingEventComponent parseConformanceConformanceMessagingEventComponent(com.google.gson.JsonObject json, Conformance owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseConformanceConformanceDocumentComponent
protected Conformance.ConformanceDocumentComponent parseConformanceConformanceDocumentComponent(com.google.gson.JsonObject json, Conformance owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContract
protected Contract parseContract(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractAgentComponent
protected Contract.AgentComponent parseContractAgentComponent(com.google.gson.JsonObject json, Contract owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractSignatoryComponent
protected Contract.SignatoryComponent parseContractSignatoryComponent(com.google.gson.JsonObject json, Contract owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractValuedItemComponent
protected Contract.ValuedItemComponent parseContractValuedItemComponent(com.google.gson.JsonObject json, Contract owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractTermComponent
protected Contract.TermComponent parseContractTermComponent(com.google.gson.JsonObject json, Contract owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractTermAgentComponent
protected Contract.TermAgentComponent parseContractTermAgentComponent(com.google.gson.JsonObject json, Contract owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractTermValuedItemComponent
protected Contract.TermValuedItemComponent parseContractTermValuedItemComponent(com.google.gson.JsonObject json, Contract owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractFriendlyLanguageComponent
protected Contract.FriendlyLanguageComponent parseContractFriendlyLanguageComponent(com.google.gson.JsonObject json, Contract owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractLegalLanguageComponent
protected Contract.LegalLanguageComponent parseContractLegalLanguageComponent(com.google.gson.JsonObject json, Contract owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseContractComputableLanguageComponent
protected Contract.ComputableLanguageComponent parseContractComputableLanguageComponent(com.google.gson.JsonObject json, Contract owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseCoverage
protected Coverage parseCoverage(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDataElement
protected DataElement parseDataElement(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDataElementDataElementContactComponent
protected DataElement.DataElementContactComponent parseDataElementDataElementContactComponent(com.google.gson.JsonObject json, DataElement owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDataElementDataElementMappingComponent
protected DataElement.DataElementMappingComponent parseDataElementDataElementMappingComponent(com.google.gson.JsonObject json, DataElement owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDecisionSupportRule
protected DecisionSupportRule parseDecisionSupportRule(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDecisionSupportServiceModule
protected DecisionSupportServiceModule parseDecisionSupportServiceModule(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDetectedIssue
protected DetectedIssue parseDetectedIssue(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDetectedIssueDetectedIssueMitigationComponent
protected DetectedIssue.DetectedIssueMitigationComponent parseDetectedIssueDetectedIssueMitigationComponent(com.google.gson.JsonObject json, DetectedIssue owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDevice
protected Device parseDevice(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDeviceComponent
protected DeviceComponent parseDeviceComponent(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDeviceComponentDeviceComponentProductionSpecificationComponent
protected DeviceComponent.DeviceComponentProductionSpecificationComponent parseDeviceComponentDeviceComponentProductionSpecificationComponent(com.google.gson.JsonObject json, DeviceComponent owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDeviceMetric
protected DeviceMetric parseDeviceMetric(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDeviceMetricDeviceMetricCalibrationComponent
protected DeviceMetric.DeviceMetricCalibrationComponent parseDeviceMetricDeviceMetricCalibrationComponent(com.google.gson.JsonObject json, DeviceMetric owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDeviceUseRequest
protected DeviceUseRequest parseDeviceUseRequest(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDeviceUseStatement
protected DeviceUseStatement parseDeviceUseStatement(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDiagnosticOrder
protected DiagnosticOrder parseDiagnosticOrder(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDiagnosticOrderDiagnosticOrderEventComponent
protected DiagnosticOrder.DiagnosticOrderEventComponent parseDiagnosticOrderDiagnosticOrderEventComponent(com.google.gson.JsonObject json, DiagnosticOrder owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDiagnosticOrderDiagnosticOrderItemComponent
protected DiagnosticOrder.DiagnosticOrderItemComponent parseDiagnosticOrderDiagnosticOrderItemComponent(com.google.gson.JsonObject json, DiagnosticOrder owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDiagnosticReport
protected DiagnosticReport parseDiagnosticReport(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDiagnosticReportDiagnosticReportImageComponent
protected DiagnosticReport.DiagnosticReportImageComponent parseDiagnosticReportDiagnosticReportImageComponent(com.google.gson.JsonObject json, DiagnosticReport owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentManifest
protected DocumentManifest parseDocumentManifest(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentManifestDocumentManifestContentComponent
protected DocumentManifest.DocumentManifestContentComponent parseDocumentManifestDocumentManifestContentComponent(com.google.gson.JsonObject json, DocumentManifest owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentManifestDocumentManifestRelatedComponent
protected DocumentManifest.DocumentManifestRelatedComponent parseDocumentManifestDocumentManifestRelatedComponent(com.google.gson.JsonObject json, DocumentManifest owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentReference
protected DocumentReference parseDocumentReference(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentReferenceDocumentReferenceRelatesToComponent
protected DocumentReference.DocumentReferenceRelatesToComponent parseDocumentReferenceDocumentReferenceRelatesToComponent(com.google.gson.JsonObject json, DocumentReference owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentReferenceDocumentReferenceContentComponent
protected DocumentReference.DocumentReferenceContentComponent parseDocumentReferenceDocumentReferenceContentComponent(com.google.gson.JsonObject json, DocumentReference owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentReferenceDocumentReferenceContextComponent
protected DocumentReference.DocumentReferenceContextComponent parseDocumentReferenceDocumentReferenceContextComponent(com.google.gson.JsonObject json, DocumentReference owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseDocumentReferenceDocumentReferenceContextRelatedComponent
protected DocumentReference.DocumentReferenceContextRelatedComponent parseDocumentReferenceDocumentReferenceContextRelatedComponent(com.google.gson.JsonObject json, DocumentReference owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEligibilityRequest
protected EligibilityRequest parseEligibilityRequest(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEligibilityResponse
protected EligibilityResponse parseEligibilityResponse(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEligibilityResponseBenefitsComponent
protected EligibilityResponse.BenefitsComponent parseEligibilityResponseBenefitsComponent(com.google.gson.JsonObject json, EligibilityResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEligibilityResponseBenefitComponent
protected EligibilityResponse.BenefitComponent parseEligibilityResponseBenefitComponent(com.google.gson.JsonObject json, EligibilityResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEligibilityResponseErrorsComponent
protected EligibilityResponse.ErrorsComponent parseEligibilityResponseErrorsComponent(com.google.gson.JsonObject json, EligibilityResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEncounter
protected Encounter parseEncounter(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEncounterEncounterStatusHistoryComponent
protected Encounter.EncounterStatusHistoryComponent parseEncounterEncounterStatusHistoryComponent(com.google.gson.JsonObject json, Encounter owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEncounterEncounterParticipantComponent
protected Encounter.EncounterParticipantComponent parseEncounterEncounterParticipantComponent(com.google.gson.JsonObject json, Encounter owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEncounterEncounterHospitalizationComponent
protected Encounter.EncounterHospitalizationComponent parseEncounterEncounterHospitalizationComponent(com.google.gson.JsonObject json, Encounter owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEncounterEncounterLocationComponent
protected Encounter.EncounterLocationComponent parseEncounterEncounterLocationComponent(com.google.gson.JsonObject json, Encounter owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEnrollmentRequest
protected EnrollmentRequest parseEnrollmentRequest(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEnrollmentResponse
protected EnrollmentResponse parseEnrollmentResponse(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEpisodeOfCare
protected EpisodeOfCare parseEpisodeOfCare(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseEpisodeOfCareEpisodeOfCareStatusHistoryComponent
protected EpisodeOfCare.EpisodeOfCareStatusHistoryComponent parseEpisodeOfCareEpisodeOfCareStatusHistoryComponent(com.google.gson.JsonObject json, EpisodeOfCare owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExpansionProfile
protected ExpansionProfile parseExpansionProfile(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExpansionProfileExpansionProfileContactComponent
protected ExpansionProfile.ExpansionProfileContactComponent parseExpansionProfileExpansionProfileContactComponent(com.google.gson.JsonObject json, ExpansionProfile owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExpansionProfileExpansionProfileCodeSystemComponent
protected ExpansionProfile.ExpansionProfileCodeSystemComponent parseExpansionProfileExpansionProfileCodeSystemComponent(com.google.gson.JsonObject json, ExpansionProfile owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExpansionProfileCodeSystemIncludeComponent
protected ExpansionProfile.CodeSystemIncludeComponent parseExpansionProfileCodeSystemIncludeComponent(com.google.gson.JsonObject json, ExpansionProfile owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExpansionProfileCodeSystemIncludeCodeSystemComponent
protected ExpansionProfile.CodeSystemIncludeCodeSystemComponent parseExpansionProfileCodeSystemIncludeCodeSystemComponent(com.google.gson.JsonObject json, ExpansionProfile owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExpansionProfileCodeSystemExcludeComponent
protected ExpansionProfile.CodeSystemExcludeComponent parseExpansionProfileCodeSystemExcludeComponent(com.google.gson.JsonObject json, ExpansionProfile owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExpansionProfileCodeSystemExcludeCodeSystemComponent
protected ExpansionProfile.CodeSystemExcludeCodeSystemComponent parseExpansionProfileCodeSystemExcludeCodeSystemComponent(com.google.gson.JsonObject json, ExpansionProfile owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExpansionProfileExpansionProfileDesignationComponent
protected ExpansionProfile.ExpansionProfileDesignationComponent parseExpansionProfileExpansionProfileDesignationComponent(com.google.gson.JsonObject json, ExpansionProfile owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExpansionProfileDesignationIncludeComponent
protected ExpansionProfile.DesignationIncludeComponent parseExpansionProfileDesignationIncludeComponent(com.google.gson.JsonObject json, ExpansionProfile owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExpansionProfileDesignationIncludeDesignationComponent
protected ExpansionProfile.DesignationIncludeDesignationComponent parseExpansionProfileDesignationIncludeDesignationComponent(com.google.gson.JsonObject json, ExpansionProfile owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExpansionProfileDesignationExcludeComponent
protected ExpansionProfile.DesignationExcludeComponent parseExpansionProfileDesignationExcludeComponent(com.google.gson.JsonObject json, ExpansionProfile owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExpansionProfileDesignationExcludeDesignationComponent
protected ExpansionProfile.DesignationExcludeDesignationComponent parseExpansionProfileDesignationExcludeDesignationComponent(com.google.gson.JsonObject json, ExpansionProfile owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefit
protected ExplanationOfBenefit parseExplanationOfBenefit(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitRelatedClaimsComponent
protected ExplanationOfBenefit.RelatedClaimsComponent parseExplanationOfBenefitRelatedClaimsComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitPayeeComponent
protected ExplanationOfBenefit.PayeeComponent parseExplanationOfBenefitPayeeComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitDiagnosisComponent
protected ExplanationOfBenefit.DiagnosisComponent parseExplanationOfBenefitDiagnosisComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitProcedureComponent
protected ExplanationOfBenefit.ProcedureComponent parseExplanationOfBenefitProcedureComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitCoverageComponent
protected ExplanationOfBenefit.CoverageComponent parseExplanationOfBenefitCoverageComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitOnsetComponent
protected ExplanationOfBenefit.OnsetComponent parseExplanationOfBenefitOnsetComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitItemsComponent
protected ExplanationOfBenefit.ItemsComponent parseExplanationOfBenefitItemsComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitItemAdjudicationComponent
protected ExplanationOfBenefit.ItemAdjudicationComponent parseExplanationOfBenefitItemAdjudicationComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitDetailComponent
protected ExplanationOfBenefit.DetailComponent parseExplanationOfBenefitDetailComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitDetailAdjudicationComponent
protected ExplanationOfBenefit.DetailAdjudicationComponent parseExplanationOfBenefitDetailAdjudicationComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitSubDetailComponent
protected ExplanationOfBenefit.SubDetailComponent parseExplanationOfBenefitSubDetailComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitSubDetailAdjudicationComponent
protected ExplanationOfBenefit.SubDetailAdjudicationComponent parseExplanationOfBenefitSubDetailAdjudicationComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitProsthesisComponent
protected ExplanationOfBenefit.ProsthesisComponent parseExplanationOfBenefitProsthesisComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitAddedItemComponent
protected ExplanationOfBenefit.AddedItemComponent parseExplanationOfBenefitAddedItemComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitAddedItemAdjudicationComponent
protected ExplanationOfBenefit.AddedItemAdjudicationComponent parseExplanationOfBenefitAddedItemAdjudicationComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitAddedItemsDetailComponent
protected ExplanationOfBenefit.AddedItemsDetailComponent parseExplanationOfBenefitAddedItemsDetailComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitAddedItemDetailAdjudicationComponent
protected ExplanationOfBenefit.AddedItemDetailAdjudicationComponent parseExplanationOfBenefitAddedItemDetailAdjudicationComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitMissingTeethComponent
protected ExplanationOfBenefit.MissingTeethComponent parseExplanationOfBenefitMissingTeethComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitNotesComponent
protected ExplanationOfBenefit.NotesComponent parseExplanationOfBenefitNotesComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitBenefitBalanceComponent
protected ExplanationOfBenefit.BenefitBalanceComponent parseExplanationOfBenefitBenefitBalanceComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseExplanationOfBenefitBenefitComponent
protected ExplanationOfBenefit.BenefitComponent parseExplanationOfBenefitBenefitComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseFamilyMemberHistory
protected FamilyMemberHistory parseFamilyMemberHistory(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseFamilyMemberHistoryFamilyMemberHistoryConditionComponent
protected FamilyMemberHistory.FamilyMemberHistoryConditionComponent parseFamilyMemberHistoryFamilyMemberHistoryConditionComponent(com.google.gson.JsonObject json, FamilyMemberHistory owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseFlag
protected Flag parseFlag(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGoal
protected Goal parseGoal(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGoalGoalOutcomeComponent
protected Goal.GoalOutcomeComponent parseGoalGoalOutcomeComponent(com.google.gson.JsonObject json, Goal owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGroup
protected Group parseGroup(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGroupGroupCharacteristicComponent
protected Group.GroupCharacteristicComponent parseGroupGroupCharacteristicComponent(com.google.gson.JsonObject json, Group owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGroupGroupMemberComponent
protected Group.GroupMemberComponent parseGroupGroupMemberComponent(com.google.gson.JsonObject json, Group owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGuidanceResponse
protected GuidanceResponse parseGuidanceResponse(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGuidanceResponseGuidanceResponseActionComponent
protected GuidanceResponse.GuidanceResponseActionComponent parseGuidanceResponseGuidanceResponseActionComponent(com.google.gson.JsonObject json, GuidanceResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGuidanceResponseGuidanceResponseActionRelatedActionComponent
protected GuidanceResponse.GuidanceResponseActionRelatedActionComponent parseGuidanceResponseGuidanceResponseActionRelatedActionComponent(com.google.gson.JsonObject json, GuidanceResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseGuidanceResponseGuidanceResponseActionBehaviorComponent
protected GuidanceResponse.GuidanceResponseActionBehaviorComponent parseGuidanceResponseGuidanceResponseActionBehaviorComponent(com.google.gson.JsonObject json, GuidanceResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseHealthcareService
protected HealthcareService parseHealthcareService(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseHealthcareServiceHealthcareServiceAvailableTimeComponent
protected HealthcareService.HealthcareServiceAvailableTimeComponent parseHealthcareServiceHealthcareServiceAvailableTimeComponent(com.google.gson.JsonObject json, HealthcareService owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseHealthcareServiceHealthcareServiceNotAvailableComponent
protected HealthcareService.HealthcareServiceNotAvailableComponent parseHealthcareServiceHealthcareServiceNotAvailableComponent(com.google.gson.JsonObject json, HealthcareService owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingExcerpt
protected ImagingExcerpt parseImagingExcerpt(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingExcerptStudyComponent
protected ImagingExcerpt.StudyComponent parseImagingExcerptStudyComponent(com.google.gson.JsonObject json, ImagingExcerpt owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingExcerptStudyDicomComponent
protected ImagingExcerpt.StudyDicomComponent parseImagingExcerptStudyDicomComponent(com.google.gson.JsonObject json, ImagingExcerpt owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingExcerptStudyViewableComponent
protected ImagingExcerpt.StudyViewableComponent parseImagingExcerptStudyViewableComponent(com.google.gson.JsonObject json, ImagingExcerpt owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingExcerptSeriesComponent
protected ImagingExcerpt.SeriesComponent parseImagingExcerptSeriesComponent(com.google.gson.JsonObject json, ImagingExcerpt owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingExcerptSeriesDicomComponent
protected ImagingExcerpt.SeriesDicomComponent parseImagingExcerptSeriesDicomComponent(com.google.gson.JsonObject json, ImagingExcerpt owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingExcerptInstanceComponent
protected ImagingExcerpt.InstanceComponent parseImagingExcerptInstanceComponent(com.google.gson.JsonObject json, ImagingExcerpt owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingExcerptInstanceDicomComponent
protected ImagingExcerpt.InstanceDicomComponent parseImagingExcerptInstanceDicomComponent(com.google.gson.JsonObject json, ImagingExcerpt owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingObjectSelection
protected ImagingObjectSelection parseImagingObjectSelection(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingObjectSelectionStudyComponent
protected ImagingObjectSelection.StudyComponent parseImagingObjectSelectionStudyComponent(com.google.gson.JsonObject json, ImagingObjectSelection owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingObjectSelectionSeriesComponent
protected ImagingObjectSelection.SeriesComponent parseImagingObjectSelectionSeriesComponent(com.google.gson.JsonObject json, ImagingObjectSelection owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingObjectSelectionInstanceComponent
protected ImagingObjectSelection.InstanceComponent parseImagingObjectSelectionInstanceComponent(com.google.gson.JsonObject json, ImagingObjectSelection owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingObjectSelectionFramesComponent
protected ImagingObjectSelection.FramesComponent parseImagingObjectSelectionFramesComponent(com.google.gson.JsonObject json, ImagingObjectSelection owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingStudy
protected ImagingStudy parseImagingStudy(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingStudyImagingStudySeriesComponent
protected ImagingStudy.ImagingStudySeriesComponent parseImagingStudyImagingStudySeriesComponent(com.google.gson.JsonObject json, ImagingStudy owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImagingStudyImagingStudySeriesInstanceComponent
protected ImagingStudy.ImagingStudySeriesInstanceComponent parseImagingStudyImagingStudySeriesInstanceComponent(com.google.gson.JsonObject json, ImagingStudy owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunization
protected Immunization parseImmunization(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationImmunizationExplanationComponent
protected Immunization.ImmunizationExplanationComponent parseImmunizationImmunizationExplanationComponent(com.google.gson.JsonObject json, Immunization owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationImmunizationReactionComponent
protected Immunization.ImmunizationReactionComponent parseImmunizationImmunizationReactionComponent(com.google.gson.JsonObject json, Immunization owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationImmunizationVaccinationProtocolComponent
protected Immunization.ImmunizationVaccinationProtocolComponent parseImmunizationImmunizationVaccinationProtocolComponent(com.google.gson.JsonObject json, Immunization owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationRecommendation
protected ImmunizationRecommendation parseImmunizationRecommendation(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationRecommendationImmunizationRecommendationRecommendationComponent
protected ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent parseImmunizationRecommendationImmunizationRecommendationRecommendationComponent(com.google.gson.JsonObject json, ImmunizationRecommendation owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationRecommendationImmunizationRecommendationRecommendationDateCriterionComponent
protected ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent parseImmunizationRecommendationImmunizationRecommendationRecommendationDateCriterionComponent(com.google.gson.JsonObject json, ImmunizationRecommendation owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImmunizationRecommendationImmunizationRecommendationRecommendationProtocolComponent
protected ImmunizationRecommendation.ImmunizationRecommendationRecommendationProtocolComponent parseImmunizationRecommendationImmunizationRecommendationRecommendationProtocolComponent(com.google.gson.JsonObject json, ImmunizationRecommendation owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImplementationGuide
protected ImplementationGuide parseImplementationGuide(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImplementationGuideImplementationGuideContactComponent
protected ImplementationGuide.ImplementationGuideContactComponent parseImplementationGuideImplementationGuideContactComponent(com.google.gson.JsonObject json, ImplementationGuide owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImplementationGuideImplementationGuideDependencyComponent
protected ImplementationGuide.ImplementationGuideDependencyComponent parseImplementationGuideImplementationGuideDependencyComponent(com.google.gson.JsonObject json, ImplementationGuide owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImplementationGuideImplementationGuidePackageComponent
protected ImplementationGuide.ImplementationGuidePackageComponent parseImplementationGuideImplementationGuidePackageComponent(com.google.gson.JsonObject json, ImplementationGuide owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImplementationGuideImplementationGuidePackageResourceComponent
protected ImplementationGuide.ImplementationGuidePackageResourceComponent parseImplementationGuideImplementationGuidePackageResourceComponent(com.google.gson.JsonObject json, ImplementationGuide owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImplementationGuideImplementationGuideGlobalComponent
protected ImplementationGuide.ImplementationGuideGlobalComponent parseImplementationGuideImplementationGuideGlobalComponent(com.google.gson.JsonObject json, ImplementationGuide owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseImplementationGuideImplementationGuidePageComponent
protected ImplementationGuide.ImplementationGuidePageComponent parseImplementationGuideImplementationGuidePageComponent(com.google.gson.JsonObject json, ImplementationGuide owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseLibrary
protected Library parseLibrary(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseLibraryLibraryModelComponent
protected Library.LibraryModelComponent parseLibraryLibraryModelComponent(com.google.gson.JsonObject json, Library owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseLibraryLibraryLibraryComponent
protected Library.LibraryLibraryComponent parseLibraryLibraryLibraryComponent(com.google.gson.JsonObject json, Library owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseLibraryLibraryCodeSystemComponent
protected Library.LibraryCodeSystemComponent parseLibraryLibraryCodeSystemComponent(com.google.gson.JsonObject json, Library owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseLibraryLibraryValueSetComponent
protected Library.LibraryValueSetComponent parseLibraryLibraryValueSetComponent(com.google.gson.JsonObject json, Library owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseLinkage
protected Linkage parseLinkage(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseLinkageLinkageItemComponent
protected Linkage.LinkageItemComponent parseLinkageLinkageItemComponent(com.google.gson.JsonObject json, Linkage owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseListResource
protected ListResource parseListResource(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseListResourceListEntryComponent
protected ListResource.ListEntryComponent parseListResourceListEntryComponent(com.google.gson.JsonObject json, ListResource owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseLocation
protected Location parseLocation(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseLocationLocationPositionComponent
protected Location.LocationPositionComponent parseLocationLocationPositionComponent(com.google.gson.JsonObject json, Location owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasure
protected Measure parseMeasure(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureMeasureGroupComponent
protected Measure.MeasureGroupComponent parseMeasureMeasureGroupComponent(com.google.gson.JsonObject json, Measure owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureMeasureGroupPopulationComponent
protected Measure.MeasureGroupPopulationComponent parseMeasureMeasureGroupPopulationComponent(com.google.gson.JsonObject json, Measure owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureMeasureGroupStratifierComponent
protected Measure.MeasureGroupStratifierComponent parseMeasureMeasureGroupStratifierComponent(com.google.gson.JsonObject json, Measure owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureMeasureSupplementalDataComponent
protected Measure.MeasureSupplementalDataComponent parseMeasureMeasureSupplementalDataComponent(com.google.gson.JsonObject json, Measure owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureReport
protected MeasureReport parseMeasureReport(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureReportMeasureReportGroupComponent
protected MeasureReport.MeasureReportGroupComponent parseMeasureReportMeasureReportGroupComponent(com.google.gson.JsonObject json, MeasureReport owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureReportMeasureReportGroupPopulationComponent
protected MeasureReport.MeasureReportGroupPopulationComponent parseMeasureReportMeasureReportGroupPopulationComponent(com.google.gson.JsonObject json, MeasureReport owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureReportMeasureReportGroupStratifierComponent
protected MeasureReport.MeasureReportGroupStratifierComponent parseMeasureReportMeasureReportGroupStratifierComponent(com.google.gson.JsonObject json, MeasureReport owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureReportMeasureReportGroupStratifierGroupComponent
protected MeasureReport.MeasureReportGroupStratifierGroupComponent parseMeasureReportMeasureReportGroupStratifierGroupComponent(com.google.gson.JsonObject json, MeasureReport owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureReportMeasureReportGroupStratifierGroupPopulationComponent
protected MeasureReport.MeasureReportGroupStratifierGroupPopulationComponent parseMeasureReportMeasureReportGroupStratifierGroupPopulationComponent(com.google.gson.JsonObject json, MeasureReport owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureReportMeasureReportGroupSupplementalDataComponent
protected MeasureReport.MeasureReportGroupSupplementalDataComponent parseMeasureReportMeasureReportGroupSupplementalDataComponent(com.google.gson.JsonObject json, MeasureReport owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMeasureReportMeasureReportGroupSupplementalDataGroupComponent
protected MeasureReport.MeasureReportGroupSupplementalDataGroupComponent parseMeasureReportMeasureReportGroupSupplementalDataGroupComponent(com.google.gson.JsonObject json, MeasureReport owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedia
protected Media parseMedia(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedication
protected Medication parseMedication(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationMedicationProductComponent
protected Medication.MedicationProductComponent parseMedicationMedicationProductComponent(com.google.gson.JsonObject json, Medication owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationMedicationProductIngredientComponent
protected Medication.MedicationProductIngredientComponent parseMedicationMedicationProductIngredientComponent(com.google.gson.JsonObject json, Medication owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationMedicationProductBatchComponent
protected Medication.MedicationProductBatchComponent parseMedicationMedicationProductBatchComponent(com.google.gson.JsonObject json, Medication owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationMedicationPackageComponent
protected Medication.MedicationPackageComponent parseMedicationMedicationPackageComponent(com.google.gson.JsonObject json, Medication owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationMedicationPackageContentComponent
protected Medication.MedicationPackageContentComponent parseMedicationMedicationPackageContentComponent(com.google.gson.JsonObject json, Medication owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationAdministration
protected MedicationAdministration parseMedicationAdministration(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationAdministrationMedicationAdministrationDosageComponent
protected MedicationAdministration.MedicationAdministrationDosageComponent parseMedicationAdministrationMedicationAdministrationDosageComponent(com.google.gson.JsonObject json, MedicationAdministration owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationDispense
protected MedicationDispense parseMedicationDispense(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationDispenseMedicationDispenseDosageInstructionComponent
protected MedicationDispense.MedicationDispenseDosageInstructionComponent parseMedicationDispenseMedicationDispenseDosageInstructionComponent(com.google.gson.JsonObject json, MedicationDispense owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationDispenseMedicationDispenseSubstitutionComponent
protected MedicationDispense.MedicationDispenseSubstitutionComponent parseMedicationDispenseMedicationDispenseSubstitutionComponent(com.google.gson.JsonObject json, MedicationDispense owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationOrder
protected MedicationOrder parseMedicationOrder(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationOrderMedicationOrderDosageInstructionComponent
protected MedicationOrder.MedicationOrderDosageInstructionComponent parseMedicationOrderMedicationOrderDosageInstructionComponent(com.google.gson.JsonObject json, MedicationOrder owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationOrderMedicationOrderDispenseRequestComponent
protected MedicationOrder.MedicationOrderDispenseRequestComponent parseMedicationOrderMedicationOrderDispenseRequestComponent(com.google.gson.JsonObject json, MedicationOrder owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationOrderMedicationOrderSubstitutionComponent
protected MedicationOrder.MedicationOrderSubstitutionComponent parseMedicationOrderMedicationOrderSubstitutionComponent(com.google.gson.JsonObject json, MedicationOrder owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationStatement
protected MedicationStatement parseMedicationStatement(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMedicationStatementMedicationStatementDosageComponent
protected MedicationStatement.MedicationStatementDosageComponent parseMedicationStatementMedicationStatementDosageComponent(com.google.gson.JsonObject json, MedicationStatement owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMessageHeader
protected MessageHeader parseMessageHeader(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMessageHeaderMessageHeaderResponseComponent
protected MessageHeader.MessageHeaderResponseComponent parseMessageHeaderMessageHeaderResponseComponent(com.google.gson.JsonObject json, MessageHeader owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMessageHeaderMessageSourceComponent
protected MessageHeader.MessageSourceComponent parseMessageHeaderMessageSourceComponent(com.google.gson.JsonObject json, MessageHeader owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseMessageHeaderMessageDestinationComponent
protected MessageHeader.MessageDestinationComponent parseMessageHeaderMessageDestinationComponent(com.google.gson.JsonObject json, MessageHeader owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseModuleDefinition
protected ModuleDefinition parseModuleDefinition(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseModuleDefinitionModuleDefinitionModelComponent
protected ModuleDefinition.ModuleDefinitionModelComponent parseModuleDefinitionModuleDefinitionModelComponent(com.google.gson.JsonObject json, ModuleDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseModuleDefinitionModuleDefinitionLibraryComponent
protected ModuleDefinition.ModuleDefinitionLibraryComponent parseModuleDefinitionModuleDefinitionLibraryComponent(com.google.gson.JsonObject json, ModuleDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseModuleDefinitionModuleDefinitionCodeSystemComponent
protected ModuleDefinition.ModuleDefinitionCodeSystemComponent parseModuleDefinitionModuleDefinitionCodeSystemComponent(com.google.gson.JsonObject json, ModuleDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseModuleDefinitionModuleDefinitionValueSetComponent
protected ModuleDefinition.ModuleDefinitionValueSetComponent parseModuleDefinitionModuleDefinitionValueSetComponent(com.google.gson.JsonObject json, ModuleDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseModuleDefinitionModuleDefinitionParameterComponent
protected ModuleDefinition.ModuleDefinitionParameterComponent parseModuleDefinitionModuleDefinitionParameterComponent(com.google.gson.JsonObject json, ModuleDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseModuleDefinitionModuleDefinitionDataComponent
protected ModuleDefinition.ModuleDefinitionDataComponent parseModuleDefinitionModuleDefinitionDataComponent(com.google.gson.JsonObject json, ModuleDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseModuleDefinitionModuleDefinitionDataCodeFilterComponent
protected ModuleDefinition.ModuleDefinitionDataCodeFilterComponent parseModuleDefinitionModuleDefinitionDataCodeFilterComponent(com.google.gson.JsonObject json, ModuleDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseModuleDefinitionModuleDefinitionDataDateFilterComponent
protected ModuleDefinition.ModuleDefinitionDataDateFilterComponent parseModuleDefinitionModuleDefinitionDataDateFilterComponent(com.google.gson.JsonObject json, ModuleDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNamingSystem
protected NamingSystem parseNamingSystem(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNamingSystemNamingSystemContactComponent
protected NamingSystem.NamingSystemContactComponent parseNamingSystemNamingSystemContactComponent(com.google.gson.JsonObject json, NamingSystem owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNamingSystemNamingSystemUniqueIdComponent
protected NamingSystem.NamingSystemUniqueIdComponent parseNamingSystemNamingSystemUniqueIdComponent(com.google.gson.JsonObject json, NamingSystem owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNutritionOrder
protected NutritionOrder parseNutritionOrder(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNutritionOrderNutritionOrderOralDietComponent
protected NutritionOrder.NutritionOrderOralDietComponent parseNutritionOrderNutritionOrderOralDietComponent(com.google.gson.JsonObject json, NutritionOrder owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNutritionOrderNutritionOrderOralDietNutrientComponent
protected NutritionOrder.NutritionOrderOralDietNutrientComponent parseNutritionOrderNutritionOrderOralDietNutrientComponent(com.google.gson.JsonObject json, NutritionOrder owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNutritionOrderNutritionOrderOralDietTextureComponent
protected NutritionOrder.NutritionOrderOralDietTextureComponent parseNutritionOrderNutritionOrderOralDietTextureComponent(com.google.gson.JsonObject json, NutritionOrder owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNutritionOrderNutritionOrderSupplementComponent
protected NutritionOrder.NutritionOrderSupplementComponent parseNutritionOrderNutritionOrderSupplementComponent(com.google.gson.JsonObject json, NutritionOrder owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNutritionOrderNutritionOrderEnteralFormulaComponent
protected NutritionOrder.NutritionOrderEnteralFormulaComponent parseNutritionOrderNutritionOrderEnteralFormulaComponent(com.google.gson.JsonObject json, NutritionOrder owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseNutritionOrderNutritionOrderEnteralFormulaAdministrationComponent
protected NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent parseNutritionOrderNutritionOrderEnteralFormulaAdministrationComponent(com.google.gson.JsonObject json, NutritionOrder owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseObservation
protected Observation parseObservation(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseObservationObservationReferenceRangeComponent
protected Observation.ObservationReferenceRangeComponent parseObservationObservationReferenceRangeComponent(com.google.gson.JsonObject json, Observation owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseObservationObservationRelatedComponent
protected Observation.ObservationRelatedComponent parseObservationObservationRelatedComponent(com.google.gson.JsonObject json, Observation owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseObservationObservationComponentComponent
protected Observation.ObservationComponentComponent parseObservationObservationComponentComponent(com.google.gson.JsonObject json, Observation owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOperationDefinition
protected OperationDefinition parseOperationDefinition(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOperationDefinitionOperationDefinitionContactComponent
protected OperationDefinition.OperationDefinitionContactComponent parseOperationDefinitionOperationDefinitionContactComponent(com.google.gson.JsonObject json, OperationDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOperationDefinitionOperationDefinitionParameterComponent
protected OperationDefinition.OperationDefinitionParameterComponent parseOperationDefinitionOperationDefinitionParameterComponent(com.google.gson.JsonObject json, OperationDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOperationDefinitionOperationDefinitionParameterBindingComponent
protected OperationDefinition.OperationDefinitionParameterBindingComponent parseOperationDefinitionOperationDefinitionParameterBindingComponent(com.google.gson.JsonObject json, OperationDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOperationOutcome
protected OperationOutcome parseOperationOutcome(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOperationOutcomeOperationOutcomeIssueComponent
protected OperationOutcome.OperationOutcomeIssueComponent parseOperationOutcomeOperationOutcomeIssueComponent(com.google.gson.JsonObject json, OperationOutcome owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOrder
protected Order parseOrder(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOrderOrderWhenComponent
protected Order.OrderWhenComponent parseOrderOrderWhenComponent(com.google.gson.JsonObject json, Order owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOrderResponse
protected OrderResponse parseOrderResponse(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOrderSet
protected OrderSet parseOrderSet(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOrganization
protected Organization parseOrganization(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseOrganizationOrganizationContactComponent
protected Organization.OrganizationContactComponent parseOrganizationOrganizationContactComponent(com.google.gson.JsonObject json, Organization owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePatient
protected Patient parsePatient(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePatientContactComponent
protected Patient.ContactComponent parsePatientContactComponent(com.google.gson.JsonObject json, Patient owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePatientAnimalComponent
protected Patient.AnimalComponent parsePatientAnimalComponent(com.google.gson.JsonObject json, Patient owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePatientPatientCommunicationComponent
protected Patient.PatientCommunicationComponent parsePatientPatientCommunicationComponent(com.google.gson.JsonObject json, Patient owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePatientPatientLinkComponent
protected Patient.PatientLinkComponent parsePatientPatientLinkComponent(com.google.gson.JsonObject json, Patient owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePaymentNotice
protected PaymentNotice parsePaymentNotice(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePaymentReconciliation
protected PaymentReconciliation parsePaymentReconciliation(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePaymentReconciliationDetailsComponent
protected PaymentReconciliation.DetailsComponent parsePaymentReconciliationDetailsComponent(com.google.gson.JsonObject json, PaymentReconciliation owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePaymentReconciliationNotesComponent
protected PaymentReconciliation.NotesComponent parsePaymentReconciliationNotesComponent(com.google.gson.JsonObject json, PaymentReconciliation owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePerson
protected Person parsePerson(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePersonPersonLinkComponent
protected Person.PersonLinkComponent parsePersonPersonLinkComponent(com.google.gson.JsonObject json, Person owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePractitioner
protected Practitioner parsePractitioner(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePractitionerPractitionerPractitionerRoleComponent
protected Practitioner.PractitionerPractitionerRoleComponent parsePractitionerPractitionerPractitionerRoleComponent(com.google.gson.JsonObject json, Practitioner owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePractitionerPractitionerQualificationComponent
protected Practitioner.PractitionerQualificationComponent parsePractitionerPractitionerQualificationComponent(com.google.gson.JsonObject json, Practitioner owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePractitionerRole
protected PractitionerRole parsePractitionerRole(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePractitionerRolePractitionerRoleAvailableTimeComponent
protected PractitionerRole.PractitionerRoleAvailableTimeComponent parsePractitionerRolePractitionerRoleAvailableTimeComponent(com.google.gson.JsonObject json, PractitionerRole owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parsePractitionerRolePractitionerRoleNotAvailableComponent
protected PractitionerRole.PractitionerRoleNotAvailableComponent parsePractitionerRolePractitionerRoleNotAvailableComponent(com.google.gson.JsonObject json, PractitionerRole owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcedure
protected Procedure parseProcedure(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcedureProcedurePerformerComponent
protected Procedure.ProcedurePerformerComponent parseProcedureProcedurePerformerComponent(com.google.gson.JsonObject json, Procedure owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcedureProcedureFocalDeviceComponent
protected Procedure.ProcedureFocalDeviceComponent parseProcedureProcedureFocalDeviceComponent(com.google.gson.JsonObject json, Procedure owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcedureRequest
protected ProcedureRequest parseProcedureRequest(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcessRequest
protected ProcessRequest parseProcessRequest(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcessRequestItemsComponent
protected ProcessRequest.ItemsComponent parseProcessRequestItemsComponent(com.google.gson.JsonObject json, ProcessRequest owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcessResponse
protected ProcessResponse parseProcessResponse(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProcessResponseProcessResponseNotesComponent
protected ProcessResponse.ProcessResponseNotesComponent parseProcessResponseProcessResponseNotesComponent(com.google.gson.JsonObject json, ProcessResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProtocol
protected Protocol parseProtocol(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProtocolProtocolStepComponent
protected Protocol.ProtocolStepComponent parseProtocolProtocolStepComponent(com.google.gson.JsonObject json, Protocol owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProtocolProtocolStepPreconditionComponent
protected Protocol.ProtocolStepPreconditionComponent parseProtocolProtocolStepPreconditionComponent(com.google.gson.JsonObject json, Protocol owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProtocolProtocolStepPreconditionConditionComponent
protected Protocol.ProtocolStepPreconditionConditionComponent parseProtocolProtocolStepPreconditionConditionComponent(com.google.gson.JsonObject json, Protocol owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProtocolProtocolStepActivityComponent
protected Protocol.ProtocolStepActivityComponent parseProtocolProtocolStepActivityComponent(com.google.gson.JsonObject json, Protocol owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProtocolProtocolStepActivityComponentComponent
protected Protocol.ProtocolStepActivityComponentComponent parseProtocolProtocolStepActivityComponentComponent(com.google.gson.JsonObject json, Protocol owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProtocolProtocolStepActivityDetailComponent
protected Protocol.ProtocolStepActivityDetailComponent parseProtocolProtocolStepActivityDetailComponent(com.google.gson.JsonObject json, Protocol owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProtocolProtocolStepNextComponent
protected Protocol.ProtocolStepNextComponent parseProtocolProtocolStepNextComponent(com.google.gson.JsonObject json, Protocol owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProvenance
protected Provenance parseProvenance(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProvenanceProvenanceAgentComponent
protected Provenance.ProvenanceAgentComponent parseProvenanceProvenanceAgentComponent(com.google.gson.JsonObject json, Provenance owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProvenanceProvenanceAgentRelatedAgentComponent
protected Provenance.ProvenanceAgentRelatedAgentComponent parseProvenanceProvenanceAgentRelatedAgentComponent(com.google.gson.JsonObject json, Provenance owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseProvenanceProvenanceEntityComponent
protected Provenance.ProvenanceEntityComponent parseProvenanceProvenanceEntityComponent(com.google.gson.JsonObject json, Provenance owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuestionnaire
protected Questionnaire parseQuestionnaire(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuestionnaireQuestionnaireItemComponent
protected Questionnaire.QuestionnaireItemComponent parseQuestionnaireQuestionnaireItemComponent(com.google.gson.JsonObject json, Questionnaire owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuestionnaireQuestionnaireItemEnableWhenComponent
protected Questionnaire.QuestionnaireItemEnableWhenComponent parseQuestionnaireQuestionnaireItemEnableWhenComponent(com.google.gson.JsonObject json, Questionnaire owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuestionnaireQuestionnaireItemOptionComponent
protected Questionnaire.QuestionnaireItemOptionComponent parseQuestionnaireQuestionnaireItemOptionComponent(com.google.gson.JsonObject json, Questionnaire owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuestionnaireResponse
protected QuestionnaireResponse parseQuestionnaireResponse(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuestionnaireResponseQuestionnaireResponseItemComponent
protected QuestionnaireResponse.QuestionnaireResponseItemComponent parseQuestionnaireResponseQuestionnaireResponseItemComponent(com.google.gson.JsonObject json, QuestionnaireResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseQuestionnaireResponseQuestionnaireResponseItemAnswerComponent
protected QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent parseQuestionnaireResponseQuestionnaireResponseItemAnswerComponent(com.google.gson.JsonObject json, QuestionnaireResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseReferralRequest
protected ReferralRequest parseReferralRequest(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseRelatedPerson
protected RelatedPerson parseRelatedPerson(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseRiskAssessment
protected RiskAssessment parseRiskAssessment(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseRiskAssessmentRiskAssessmentPredictionComponent
protected RiskAssessment.RiskAssessmentPredictionComponent parseRiskAssessmentRiskAssessmentPredictionComponent(com.google.gson.JsonObject json, RiskAssessment owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSchedule
protected Schedule parseSchedule(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSearchParameter
protected SearchParameter parseSearchParameter(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSearchParameterSearchParameterContactComponent
protected SearchParameter.SearchParameterContactComponent parseSearchParameterSearchParameterContactComponent(com.google.gson.JsonObject json, SearchParameter owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSequence
protected Sequence parseSequence(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSequenceSequenceReferenceSeqComponent
protected Sequence.SequenceReferenceSeqComponent parseSequenceSequenceReferenceSeqComponent(com.google.gson.JsonObject json, Sequence owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSequenceSequenceVariationComponent
protected Sequence.SequenceVariationComponent parseSequenceSequenceVariationComponent(com.google.gson.JsonObject json, Sequence owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSequenceSequenceQualityComponent
protected Sequence.SequenceQualityComponent parseSequenceSequenceQualityComponent(com.google.gson.JsonObject json, Sequence owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSequenceSequenceRepositoryComponent
protected Sequence.SequenceRepositoryComponent parseSequenceSequenceRepositoryComponent(com.google.gson.JsonObject json, Sequence owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSequenceSequenceStructureVariationComponent
protected Sequence.SequenceStructureVariationComponent parseSequenceSequenceStructureVariationComponent(com.google.gson.JsonObject json, Sequence owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSequenceSequenceStructureVariationOuterComponent
protected Sequence.SequenceStructureVariationOuterComponent parseSequenceSequenceStructureVariationOuterComponent(com.google.gson.JsonObject json, Sequence owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSequenceSequenceStructureVariationInnerComponent
protected Sequence.SequenceStructureVariationInnerComponent parseSequenceSequenceStructureVariationInnerComponent(com.google.gson.JsonObject json, Sequence owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSlot
protected Slot parseSlot(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSpecimen
protected Specimen parseSpecimen(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSpecimenSpecimenCollectionComponent
protected Specimen.SpecimenCollectionComponent parseSpecimenSpecimenCollectionComponent(com.google.gson.JsonObject json, Specimen owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSpecimenSpecimenTreatmentComponent
protected Specimen.SpecimenTreatmentComponent parseSpecimenSpecimenTreatmentComponent(com.google.gson.JsonObject json, Specimen owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSpecimenSpecimenContainerComponent
protected Specimen.SpecimenContainerComponent parseSpecimenSpecimenContainerComponent(com.google.gson.JsonObject json, Specimen owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureDefinition
protected StructureDefinition parseStructureDefinition(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureDefinitionStructureDefinitionContactComponent
protected StructureDefinition.StructureDefinitionContactComponent parseStructureDefinitionStructureDefinitionContactComponent(com.google.gson.JsonObject json, StructureDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureDefinitionStructureDefinitionMappingComponent
protected StructureDefinition.StructureDefinitionMappingComponent parseStructureDefinitionStructureDefinitionMappingComponent(com.google.gson.JsonObject json, StructureDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureDefinitionStructureDefinitionSnapshotComponent
protected StructureDefinition.StructureDefinitionSnapshotComponent parseStructureDefinitionStructureDefinitionSnapshotComponent(com.google.gson.JsonObject json, StructureDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureDefinitionStructureDefinitionDifferentialComponent
protected StructureDefinition.StructureDefinitionDifferentialComponent parseStructureDefinitionStructureDefinitionDifferentialComponent(com.google.gson.JsonObject json, StructureDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureMap
protected StructureMap parseStructureMap(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureMapStructureMapContactComponent
protected StructureMap.StructureMapContactComponent parseStructureMapStructureMapContactComponent(com.google.gson.JsonObject json, StructureMap owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureMapStructureMapStructureComponent
protected StructureMap.StructureMapStructureComponent parseStructureMapStructureMapStructureComponent(com.google.gson.JsonObject json, StructureMap owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureMapStructureMapGroupComponent
protected StructureMap.StructureMapGroupComponent parseStructureMapStructureMapGroupComponent(com.google.gson.JsonObject json, StructureMap owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureMapStructureMapGroupInputComponent
protected StructureMap.StructureMapGroupInputComponent parseStructureMapStructureMapGroupInputComponent(com.google.gson.JsonObject json, StructureMap owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureMapStructureMapGroupRuleComponent
protected StructureMap.StructureMapGroupRuleComponent parseStructureMapStructureMapGroupRuleComponent(com.google.gson.JsonObject json, StructureMap owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureMapStructureMapGroupRuleSourceComponent
protected StructureMap.StructureMapGroupRuleSourceComponent parseStructureMapStructureMapGroupRuleSourceComponent(com.google.gson.JsonObject json, StructureMap owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureMapStructureMapGroupRuleTargetComponent
protected StructureMap.StructureMapGroupRuleTargetComponent parseStructureMapStructureMapGroupRuleTargetComponent(com.google.gson.JsonObject json, StructureMap owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureMapStructureMapGroupRuleTargetParameterComponent
protected StructureMap.StructureMapGroupRuleTargetParameterComponent parseStructureMapStructureMapGroupRuleTargetParameterComponent(com.google.gson.JsonObject json, StructureMap owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseStructureMapStructureMapGroupRuleDependentComponent
protected StructureMap.StructureMapGroupRuleDependentComponent parseStructureMapStructureMapGroupRuleDependentComponent(com.google.gson.JsonObject json, StructureMap owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSubscription
protected Subscription parseSubscription(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSubscriptionSubscriptionChannelComponent
protected Subscription.SubscriptionChannelComponent parseSubscriptionSubscriptionChannelComponent(com.google.gson.JsonObject json, Subscription owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSubstance
protected Substance parseSubstance(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSubstanceSubstanceInstanceComponent
protected Substance.SubstanceInstanceComponent parseSubstanceSubstanceInstanceComponent(com.google.gson.JsonObject json, Substance owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSubstanceSubstanceIngredientComponent
protected Substance.SubstanceIngredientComponent parseSubstanceSubstanceIngredientComponent(com.google.gson.JsonObject json, Substance owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSupplyDelivery
protected SupplyDelivery parseSupplyDelivery(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSupplyRequest
protected SupplyRequest parseSupplyRequest(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseSupplyRequestSupplyRequestWhenComponent
protected SupplyRequest.SupplyRequestWhenComponent parseSupplyRequestSupplyRequestWhenComponent(com.google.gson.JsonObject json, SupplyRequest owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTask
protected Task parseTask(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTaskParameterComponent
protected Task.ParameterComponent parseTaskParameterComponent(com.google.gson.JsonObject json, Task owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTaskTaskOutputComponent
protected Task.TaskOutputComponent parseTaskTaskOutputComponent(com.google.gson.JsonObject json, Task owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScript
protected TestScript parseTestScript(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptContactComponent
protected TestScript.TestScriptContactComponent parseTestScriptTestScriptContactComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptOriginComponent
protected TestScript.TestScriptOriginComponent parseTestScriptTestScriptOriginComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptDestinationComponent
protected TestScript.TestScriptDestinationComponent parseTestScriptTestScriptDestinationComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptMetadataComponent
protected TestScript.TestScriptMetadataComponent parseTestScriptTestScriptMetadataComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptMetadataLinkComponent
protected TestScript.TestScriptMetadataLinkComponent parseTestScriptTestScriptMetadataLinkComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptMetadataCapabilityComponent
protected TestScript.TestScriptMetadataCapabilityComponent parseTestScriptTestScriptMetadataCapabilityComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptFixtureComponent
protected TestScript.TestScriptFixtureComponent parseTestScriptTestScriptFixtureComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptVariableComponent
protected TestScript.TestScriptVariableComponent parseTestScriptTestScriptVariableComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptRuleComponent
protected TestScript.TestScriptRuleComponent parseTestScriptTestScriptRuleComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptRuleParamComponent
protected TestScript.TestScriptRuleParamComponent parseTestScriptTestScriptRuleParamComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptRulesetComponent
protected TestScript.TestScriptRulesetComponent parseTestScriptTestScriptRulesetComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptRulesetRuleComponent
protected TestScript.TestScriptRulesetRuleComponent parseTestScriptTestScriptRulesetRuleComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptRulesetRuleParamComponent
protected TestScript.TestScriptRulesetRuleParamComponent parseTestScriptTestScriptRulesetRuleParamComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptSetupComponent
protected TestScript.TestScriptSetupComponent parseTestScriptTestScriptSetupComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptSetupActionComponent
protected TestScript.SetupActionComponent parseTestScriptSetupActionComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptSetupActionOperationComponent
protected TestScript.SetupActionOperationComponent parseTestScriptSetupActionOperationComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptSetupActionOperationRequestHeaderComponent
protected TestScript.SetupActionOperationRequestHeaderComponent parseTestScriptSetupActionOperationRequestHeaderComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptSetupActionAssertComponent
protected TestScript.SetupActionAssertComponent parseTestScriptSetupActionAssertComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptSetupActionAssertRuleComponent
protected TestScript.SetupActionAssertRuleComponent parseTestScriptSetupActionAssertRuleComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptSetupActionAssertRuleParamComponent
protected TestScript.SetupActionAssertRuleParamComponent parseTestScriptSetupActionAssertRuleParamComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptSetupActionAssertRulesetComponent
protected TestScript.SetupActionAssertRulesetComponent parseTestScriptSetupActionAssertRulesetComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptSetupActionAssertRulesetRuleComponent
protected TestScript.SetupActionAssertRulesetRuleComponent parseTestScriptSetupActionAssertRulesetRuleComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptSetupActionAssertRulesetRuleParamComponent
protected TestScript.SetupActionAssertRulesetRuleParamComponent parseTestScriptSetupActionAssertRulesetRuleParamComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptTestComponent
protected TestScript.TestScriptTestComponent parseTestScriptTestScriptTestComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestActionComponent
protected TestScript.TestActionComponent parseTestScriptTestActionComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTestScriptTeardownComponent
protected TestScript.TestScriptTeardownComponent parseTestScriptTestScriptTeardownComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseTestScriptTeardownActionComponent
protected TestScript.TeardownActionComponent parseTestScriptTeardownActionComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSet
protected ValueSet parseValueSet(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetValueSetContactComponent
protected ValueSet.ValueSetContactComponent parseValueSetValueSetContactComponent(com.google.gson.JsonObject json, ValueSet owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetValueSetComposeComponent
protected ValueSet.ValueSetComposeComponent parseValueSetValueSetComposeComponent(com.google.gson.JsonObject json, ValueSet owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetConceptSetComponent
protected ValueSet.ConceptSetComponent parseValueSetConceptSetComponent(com.google.gson.JsonObject json, ValueSet owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetConceptReferenceComponent
protected ValueSet.ConceptReferenceComponent parseValueSetConceptReferenceComponent(com.google.gson.JsonObject json, ValueSet owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetConceptReferenceDesignationComponent
protected ValueSet.ConceptReferenceDesignationComponent parseValueSetConceptReferenceDesignationComponent(com.google.gson.JsonObject json, ValueSet owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetConceptSetFilterComponent
protected ValueSet.ConceptSetFilterComponent parseValueSetConceptSetFilterComponent(com.google.gson.JsonObject json, ValueSet owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetValueSetExpansionComponent
protected ValueSet.ValueSetExpansionComponent parseValueSetValueSetExpansionComponent(com.google.gson.JsonObject json, ValueSet owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetValueSetExpansionParameterComponent
protected ValueSet.ValueSetExpansionParameterComponent parseValueSetValueSetExpansionParameterComponent(com.google.gson.JsonObject json, ValueSet owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseValueSetValueSetExpansionContainsComponent
protected ValueSet.ValueSetExpansionContainsComponent parseValueSetValueSetExpansionContainsComponent(com.google.gson.JsonObject json, ValueSet owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseVisionPrescription
protected VisionPrescription parseVisionPrescription(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseVisionPrescriptionVisionPrescriptionDispenseComponent
protected VisionPrescription.VisionPrescriptionDispenseComponent parseVisionPrescriptionVisionPrescriptionDispenseComponent(com.google.gson.JsonObject json, VisionPrescription owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseResource
protected Resource parseResource(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Specified by:
parseResourcein classJsonParserBase- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseType
protected Type parseType(String prefix, com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Specified by:
parseTypein classJsonParserBase- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
parseType
protected Type parseType(com.google.gson.JsonObject json, String type) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
- Specified by:
parseTypein classJsonParserBase- Throws:
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatError
-
hasTypeName
protected boolean hasTypeName(com.google.gson.JsonObject json, String prefix)
- Specified by:
hasTypeNamein classJsonParserBase
-
composeElement
protected void composeElement(Element element) throws IOException
- Throws:
IOException
-
composeBackbone
protected void composeBackbone(BackboneElement element) throws IOException
- Throws:
IOException
-
composeEnumerationCore
protected <E extends Enum<E>> void composeEnumerationCore(String name, Enumeration<E> value, EnumFactory e, boolean inArray) throws IOException
- Throws:
IOException
-
composeEnumerationExtras
protected <E extends Enum<E>> void composeEnumerationExtras(String name, Enumeration<E> value, EnumFactory e, boolean inArray) throws IOException
- Throws:
IOException
-
composeMarkdownCore
protected void composeMarkdownCore(String name, MarkdownType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeMarkdownExtras
protected void composeMarkdownExtras(String name, MarkdownType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeIntegerCore
protected void composeIntegerCore(String name, IntegerType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeIntegerExtras
protected void composeIntegerExtras(String name, IntegerType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeDateTimeCore
protected void composeDateTimeCore(String name, DateTimeType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeDateTimeExtras
protected void composeDateTimeExtras(String name, DateTimeType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeUnsignedIntCore
protected void composeUnsignedIntCore(String name, UnsignedIntType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeUnsignedIntExtras
protected void composeUnsignedIntExtras(String name, UnsignedIntType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeCodeCore
protected void composeCodeCore(String name, CodeType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeCodeExtras
protected void composeCodeExtras(String name, CodeType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeDateCore
protected void composeDateCore(String name, DateType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeDateExtras
protected void composeDateExtras(String name, DateType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeDecimalCore
protected void composeDecimalCore(String name, DecimalType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeDecimalExtras
protected void composeDecimalExtras(String name, DecimalType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeUriCore
protected void composeUriCore(String name, UriType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeUriExtras
protected void composeUriExtras(String name, UriType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeIdCore
protected void composeIdCore(String name, IdType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeIdExtras
protected void composeIdExtras(String name, IdType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeBase64BinaryCore
protected void composeBase64BinaryCore(String name, Base64BinaryType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeBase64BinaryExtras
protected void composeBase64BinaryExtras(String name, Base64BinaryType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeTimeCore
protected void composeTimeCore(String name, TimeType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeTimeExtras
protected void composeTimeExtras(String name, TimeType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeOidCore
protected void composeOidCore(String name, OidType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeOidExtras
protected void composeOidExtras(String name, OidType value, boolean inArray) throws IOException
- Throws:
IOException
-
composePositiveIntCore
protected void composePositiveIntCore(String name, PositiveIntType value, boolean inArray) throws IOException
- Throws:
IOException
-
composePositiveIntExtras
protected void composePositiveIntExtras(String name, PositiveIntType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeStringCore
protected void composeStringCore(String name, StringType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeStringExtras
protected void composeStringExtras(String name, StringType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeBooleanCore
protected void composeBooleanCore(String name, BooleanType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeBooleanExtras
protected void composeBooleanExtras(String name, BooleanType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeUuidCore
protected void composeUuidCore(String name, UuidType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeUuidExtras
protected void composeUuidExtras(String name, UuidType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeInstantCore
protected void composeInstantCore(String name, InstantType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeInstantExtras
protected void composeInstantExtras(String name, InstantType value, boolean inArray) throws IOException
- Throws:
IOException
-
composeExtension
protected void composeExtension(String name, Extension element) throws IOException
- Throws:
IOException
-
composeExtensionInner
protected void composeExtensionInner(Extension element) throws IOException
- Throws:
IOException
-
composeNarrative
protected void composeNarrative(String name, Narrative element) throws IOException
- Throws:
IOException
-
composeNarrativeInner
protected void composeNarrativeInner(Narrative element) throws IOException
- Throws:
IOException
-
composePeriod
protected void composePeriod(String name, Period element) throws IOException
- Throws:
IOException
-
composePeriodInner
protected void composePeriodInner(Period element) throws IOException
- Throws:
IOException
-
composeCoding
protected void composeCoding(String name, Coding element) throws IOException
- Throws:
IOException
-
composeCodingInner
protected void composeCodingInner(Coding element) throws IOException
- Throws:
IOException
-
composeRange
protected void composeRange(String name, Range element) throws IOException
- Throws:
IOException
-
composeRangeInner
protected void composeRangeInner(Range element) throws IOException
- Throws:
IOException
-
composeQuantity
protected void composeQuantity(String name, Quantity element) throws IOException
- Throws:
IOException
-
composeQuantityInner
protected void composeQuantityInner(Quantity element) throws IOException
- Throws:
IOException
-
composeAttachment
protected void composeAttachment(String name, Attachment element) throws IOException
- Throws:
IOException
-
composeAttachmentInner
protected void composeAttachmentInner(Attachment element) throws IOException
- Throws:
IOException
-
composeRatio
protected void composeRatio(String name, Ratio element) throws IOException
- Throws:
IOException
-
composeRatioInner
protected void composeRatioInner(Ratio element) throws IOException
- Throws:
IOException
-
composeAnnotation
protected void composeAnnotation(String name, Annotation element) throws IOException
- Throws:
IOException
-
composeAnnotationInner
protected void composeAnnotationInner(Annotation element) throws IOException
- Throws:
IOException
-
composeSampledData
protected void composeSampledData(String name, SampledData element) throws IOException
- Throws:
IOException
-
composeSampledDataInner
protected void composeSampledDataInner(SampledData element) throws IOException
- Throws:
IOException
-
composeReference
protected void composeReference(String name, Reference element) throws IOException
- Throws:
IOException
-
composeReferenceInner
protected void composeReferenceInner(Reference element) throws IOException
- Throws:
IOException
-
composeCodeableConcept
protected void composeCodeableConcept(String name, CodeableConcept element) throws IOException
- Throws:
IOException
-
composeCodeableConceptInner
protected void composeCodeableConceptInner(CodeableConcept element) throws IOException
- Throws:
IOException
-
composeIdentifier
protected void composeIdentifier(String name, Identifier element) throws IOException
- Throws:
IOException
-
composeIdentifierInner
protected void composeIdentifierInner(Identifier element) throws IOException
- Throws:
IOException
-
composeSignature
protected void composeSignature(String name, Signature element) throws IOException
- Throws:
IOException
-
composeSignatureInner
protected void composeSignatureInner(Signature element) throws IOException
- Throws:
IOException
-
composeAge
protected void composeAge(String name, Age element) throws IOException
- Throws:
IOException
-
composeAgeInner
protected void composeAgeInner(Age element) throws IOException
- Throws:
IOException
-
composeCount
protected void composeCount(String name, Count element) throws IOException
- Throws:
IOException
-
composeCountInner
protected void composeCountInner(Count element) throws IOException
- Throws:
IOException
-
composeMoney
protected void composeMoney(String name, Money element) throws IOException
- Throws:
IOException
-
composeMoneyInner
protected void composeMoneyInner(Money element) throws IOException
- Throws:
IOException
-
composeDistance
protected void composeDistance(String name, Distance element) throws IOException
- Throws:
IOException
-
composeDistanceInner
protected void composeDistanceInner(Distance element) throws IOException
- Throws:
IOException
-
composeDuration
protected void composeDuration(String name, Duration element) throws IOException
- Throws:
IOException
-
composeDurationInner
protected void composeDurationInner(Duration element) throws IOException
- Throws:
IOException
-
composeSimpleQuantity
protected void composeSimpleQuantity(String name, SimpleQuantity element) throws IOException
- Throws:
IOException
-
composeSimpleQuantityInner
protected void composeSimpleQuantityInner(SimpleQuantity element) throws IOException
- Throws:
IOException
-
composeTriggerDefinition
protected void composeTriggerDefinition(String name, TriggerDefinition element) throws IOException
- Throws:
IOException
-
composeTriggerDefinitionInner
protected void composeTriggerDefinitionInner(TriggerDefinition element) throws IOException
- Throws:
IOException
-
composeElementDefinition
protected void composeElementDefinition(String name, ElementDefinition element) throws IOException
- Throws:
IOException
-
composeElementDefinitionInner
protected void composeElementDefinitionInner(ElementDefinition element) throws IOException
- Throws:
IOException
-
composeElementDefinitionElementDefinitionSlicingComponent
protected void composeElementDefinitionElementDefinitionSlicingComponent(String name, ElementDefinition.ElementDefinitionSlicingComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionElementDefinitionSlicingComponentInner
protected void composeElementDefinitionElementDefinitionSlicingComponentInner(ElementDefinition.ElementDefinitionSlicingComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionElementDefinitionBaseComponent
protected void composeElementDefinitionElementDefinitionBaseComponent(String name, ElementDefinition.ElementDefinitionBaseComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionElementDefinitionBaseComponentInner
protected void composeElementDefinitionElementDefinitionBaseComponentInner(ElementDefinition.ElementDefinitionBaseComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionTypeRefComponent
protected void composeElementDefinitionTypeRefComponent(String name, ElementDefinition.TypeRefComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionTypeRefComponentInner
protected void composeElementDefinitionTypeRefComponentInner(ElementDefinition.TypeRefComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionElementDefinitionConstraintComponent
protected void composeElementDefinitionElementDefinitionConstraintComponent(String name, ElementDefinition.ElementDefinitionConstraintComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionElementDefinitionConstraintComponentInner
protected void composeElementDefinitionElementDefinitionConstraintComponentInner(ElementDefinition.ElementDefinitionConstraintComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionElementDefinitionBindingComponent
protected void composeElementDefinitionElementDefinitionBindingComponent(String name, ElementDefinition.ElementDefinitionBindingComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionElementDefinitionBindingComponentInner
protected void composeElementDefinitionElementDefinitionBindingComponentInner(ElementDefinition.ElementDefinitionBindingComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionElementDefinitionMappingComponent
protected void composeElementDefinitionElementDefinitionMappingComponent(String name, ElementDefinition.ElementDefinitionMappingComponent element) throws IOException
- Throws:
IOException
-
composeElementDefinitionElementDefinitionMappingComponentInner
protected void composeElementDefinitionElementDefinitionMappingComponentInner(ElementDefinition.ElementDefinitionMappingComponent element) throws IOException
- Throws:
IOException
-
composeTiming
protected void composeTiming(String name, Timing element) throws IOException
- Throws:
IOException
-
composeTimingInner
protected void composeTimingInner(Timing element) throws IOException
- Throws:
IOException
-
composeTimingTimingRepeatComponent
protected void composeTimingTimingRepeatComponent(String name, Timing.TimingRepeatComponent element) throws IOException
- Throws:
IOException
-
composeTimingTimingRepeatComponentInner
protected void composeTimingTimingRepeatComponentInner(Timing.TimingRepeatComponent element) throws IOException
- Throws:
IOException
-
composeModuleMetadata
protected void composeModuleMetadata(String name, ModuleMetadata element) throws IOException
- Throws:
IOException
-
composeModuleMetadataInner
protected void composeModuleMetadataInner(ModuleMetadata element) throws IOException
- Throws:
IOException
-
composeModuleMetadataModuleMetadataCoverageComponent
protected void composeModuleMetadataModuleMetadataCoverageComponent(String name, ModuleMetadata.ModuleMetadataCoverageComponent element) throws IOException
- Throws:
IOException
-
composeModuleMetadataModuleMetadataCoverageComponentInner
protected void composeModuleMetadataModuleMetadataCoverageComponentInner(ModuleMetadata.ModuleMetadataCoverageComponent element) throws IOException
- Throws:
IOException
-
composeModuleMetadataModuleMetadataContributorComponent
protected void composeModuleMetadataModuleMetadataContributorComponent(String name, ModuleMetadata.ModuleMetadataContributorComponent element) throws IOException
- Throws:
IOException
-
composeModuleMetadataModuleMetadataContributorComponentInner
protected void composeModuleMetadataModuleMetadataContributorComponentInner(ModuleMetadata.ModuleMetadataContributorComponent element) throws IOException
- Throws:
IOException
-
composeModuleMetadataModuleMetadataContributorContactComponent
protected void composeModuleMetadataModuleMetadataContributorContactComponent(String name, ModuleMetadata.ModuleMetadataContributorContactComponent element) throws IOException
- Throws:
IOException
-
composeModuleMetadataModuleMetadataContributorContactComponentInner
protected void composeModuleMetadataModuleMetadataContributorContactComponentInner(ModuleMetadata.ModuleMetadataContributorContactComponent element) throws IOException
- Throws:
IOException
-
composeModuleMetadataModuleMetadataContactComponent
protected void composeModuleMetadataModuleMetadataContactComponent(String name, ModuleMetadata.ModuleMetadataContactComponent element) throws IOException
- Throws:
IOException
-
composeModuleMetadataModuleMetadataContactComponentInner
protected void composeModuleMetadataModuleMetadataContactComponentInner(ModuleMetadata.ModuleMetadataContactComponent element) throws IOException
- Throws:
IOException
-
composeModuleMetadataModuleMetadataRelatedResourceComponent
protected void composeModuleMetadataModuleMetadataRelatedResourceComponent(String name, ModuleMetadata.ModuleMetadataRelatedResourceComponent element) throws IOException
- Throws:
IOException
-
composeModuleMetadataModuleMetadataRelatedResourceComponentInner
protected void composeModuleMetadataModuleMetadataRelatedResourceComponentInner(ModuleMetadata.ModuleMetadataRelatedResourceComponent element) throws IOException
- Throws:
IOException
-
composeActionDefinition
protected void composeActionDefinition(String name, ActionDefinition element) throws IOException
- Throws:
IOException
-
composeActionDefinitionInner
protected void composeActionDefinitionInner(ActionDefinition element) throws IOException
- Throws:
IOException
-
composeActionDefinitionActionDefinitionRelatedActionComponent
protected void composeActionDefinitionActionDefinitionRelatedActionComponent(String name, ActionDefinition.ActionDefinitionRelatedActionComponent element) throws IOException
- Throws:
IOException
-
composeActionDefinitionActionDefinitionRelatedActionComponentInner
protected void composeActionDefinitionActionDefinitionRelatedActionComponentInner(ActionDefinition.ActionDefinitionRelatedActionComponent element) throws IOException
- Throws:
IOException
-
composeActionDefinitionActionDefinitionBehaviorComponent
protected void composeActionDefinitionActionDefinitionBehaviorComponent(String name, ActionDefinition.ActionDefinitionBehaviorComponent element) throws IOException
- Throws:
IOException
-
composeActionDefinitionActionDefinitionBehaviorComponentInner
protected void composeActionDefinitionActionDefinitionBehaviorComponentInner(ActionDefinition.ActionDefinitionBehaviorComponent element) throws IOException
- Throws:
IOException
-
composeActionDefinitionActionDefinitionCustomizationComponent
protected void composeActionDefinitionActionDefinitionCustomizationComponent(String name, ActionDefinition.ActionDefinitionCustomizationComponent element) throws IOException
- Throws:
IOException
-
composeActionDefinitionActionDefinitionCustomizationComponentInner
protected void composeActionDefinitionActionDefinitionCustomizationComponentInner(ActionDefinition.ActionDefinitionCustomizationComponent element) throws IOException
- Throws:
IOException
-
composeAddress
protected void composeAddress(String name, Address element) throws IOException
- Throws:
IOException
-
composeAddressInner
protected void composeAddressInner(Address element) throws IOException
- Throws:
IOException
-
composeHumanName
protected void composeHumanName(String name, HumanName element) throws IOException
- Throws:
IOException
-
composeHumanNameInner
protected void composeHumanNameInner(HumanName element) throws IOException
- Throws:
IOException
-
composeDataRequirement
protected void composeDataRequirement(String name, DataRequirement element) throws IOException
- Throws:
IOException
-
composeDataRequirementInner
protected void composeDataRequirementInner(DataRequirement element) throws IOException
- Throws:
IOException
-
composeDataRequirementDataRequirementCodeFilterComponent
protected void composeDataRequirementDataRequirementCodeFilterComponent(String name, DataRequirement.DataRequirementCodeFilterComponent element) throws IOException
- Throws:
IOException
-
composeDataRequirementDataRequirementCodeFilterComponentInner
protected void composeDataRequirementDataRequirementCodeFilterComponentInner(DataRequirement.DataRequirementCodeFilterComponent element) throws IOException
- Throws:
IOException
-
composeDataRequirementDataRequirementDateFilterComponent
protected void composeDataRequirementDataRequirementDateFilterComponent(String name, DataRequirement.DataRequirementDateFilterComponent element) throws IOException
- Throws:
IOException
-
composeDataRequirementDataRequirementDateFilterComponentInner
protected void composeDataRequirementDataRequirementDateFilterComponentInner(DataRequirement.DataRequirementDateFilterComponent element) throws IOException
- Throws:
IOException
-
composeMeta
protected void composeMeta(String name, Meta element) throws IOException
- Throws:
IOException
-
composeMetaInner
protected void composeMetaInner(Meta element) throws IOException
- Throws:
IOException
-
composeParameterDefinition
protected void composeParameterDefinition(String name, ParameterDefinition element) throws IOException
- Throws:
IOException
-
composeParameterDefinitionInner
protected void composeParameterDefinitionInner(ParameterDefinition element) throws IOException
- Throws:
IOException
-
composeContactPoint
protected void composeContactPoint(String name, ContactPoint element) throws IOException
- Throws:
IOException
-
composeContactPointInner
protected void composeContactPointInner(ContactPoint element) throws IOException
- Throws:
IOException
-
composeParameters
protected void composeParameters(String name, Parameters element) throws IOException
- Throws:
IOException
-
composeParametersInner
protected void composeParametersInner(Parameters element) throws IOException
- Throws:
IOException
-
composeParametersParametersParameterComponent
protected void composeParametersParametersParameterComponent(String name, Parameters.ParametersParameterComponent element) throws IOException
- Throws:
IOException
-
composeParametersParametersParameterComponentInner
protected void composeParametersParametersParameterComponentInner(Parameters.ParametersParameterComponent element) throws IOException
- Throws:
IOException
-
composeResourceElements
protected void composeResourceElements(Resource element) throws IOException
- Throws:
IOException
-
composeDomainResourceElements
protected void composeDomainResourceElements(DomainResource element) throws IOException
- Throws:
IOException
-
composeAccount
protected void composeAccount(String name, Account element) throws IOException
- Throws:
IOException
-
composeAccountInner
protected void composeAccountInner(Account element) throws IOException
- Throws:
IOException
-
composeAllergyIntolerance
protected void composeAllergyIntolerance(String name, AllergyIntolerance element) throws IOException
- Throws:
IOException
-
composeAllergyIntoleranceInner
protected void composeAllergyIntoleranceInner(AllergyIntolerance element) throws IOException
- Throws:
IOException
-
composeAllergyIntoleranceAllergyIntoleranceReactionComponent
protected void composeAllergyIntoleranceAllergyIntoleranceReactionComponent(String name, AllergyIntolerance.AllergyIntoleranceReactionComponent element) throws IOException
- Throws:
IOException
-
composeAllergyIntoleranceAllergyIntoleranceReactionComponentInner
protected void composeAllergyIntoleranceAllergyIntoleranceReactionComponentInner(AllergyIntolerance.AllergyIntoleranceReactionComponent element) throws IOException
- Throws:
IOException
-
composeAppointment
protected void composeAppointment(String name, Appointment element) throws IOException
- Throws:
IOException
-
composeAppointmentInner
protected void composeAppointmentInner(Appointment element) throws IOException
- Throws:
IOException
-
composeAppointmentAppointmentParticipantComponent
protected void composeAppointmentAppointmentParticipantComponent(String name, Appointment.AppointmentParticipantComponent element) throws IOException
- Throws:
IOException
-
composeAppointmentAppointmentParticipantComponentInner
protected void composeAppointmentAppointmentParticipantComponentInner(Appointment.AppointmentParticipantComponent element) throws IOException
- Throws:
IOException
-
composeAppointmentResponse
protected void composeAppointmentResponse(String name, AppointmentResponse element) throws IOException
- Throws:
IOException
-
composeAppointmentResponseInner
protected void composeAppointmentResponseInner(AppointmentResponse element) throws IOException
- Throws:
IOException
-
composeAuditEvent
protected void composeAuditEvent(String name, AuditEvent element) throws IOException
- Throws:
IOException
-
composeAuditEventInner
protected void composeAuditEventInner(AuditEvent element) throws IOException
- Throws:
IOException
-
composeAuditEventAuditEventAgentComponent
protected void composeAuditEventAuditEventAgentComponent(String name, AuditEvent.AuditEventAgentComponent element) throws IOException
- Throws:
IOException
-
composeAuditEventAuditEventAgentComponentInner
protected void composeAuditEventAuditEventAgentComponentInner(AuditEvent.AuditEventAgentComponent element) throws IOException
- Throws:
IOException
-
composeAuditEventAuditEventAgentNetworkComponent
protected void composeAuditEventAuditEventAgentNetworkComponent(String name, AuditEvent.AuditEventAgentNetworkComponent element) throws IOException
- Throws:
IOException
-
composeAuditEventAuditEventAgentNetworkComponentInner
protected void composeAuditEventAuditEventAgentNetworkComponentInner(AuditEvent.AuditEventAgentNetworkComponent element) throws IOException
- Throws:
IOException
-
composeAuditEventAuditEventSourceComponent
protected void composeAuditEventAuditEventSourceComponent(String name, AuditEvent.AuditEventSourceComponent element) throws IOException
- Throws:
IOException
-
composeAuditEventAuditEventSourceComponentInner
protected void composeAuditEventAuditEventSourceComponentInner(AuditEvent.AuditEventSourceComponent element) throws IOException
- Throws:
IOException
-
composeAuditEventAuditEventEntityComponent
protected void composeAuditEventAuditEventEntityComponent(String name, AuditEvent.AuditEventEntityComponent element) throws IOException
- Throws:
IOException
-
composeAuditEventAuditEventEntityComponentInner
protected void composeAuditEventAuditEventEntityComponentInner(AuditEvent.AuditEventEntityComponent element) throws IOException
- Throws:
IOException
-
composeAuditEventAuditEventEntityDetailComponent
protected void composeAuditEventAuditEventEntityDetailComponent(String name, AuditEvent.AuditEventEntityDetailComponent element) throws IOException
- Throws:
IOException
-
composeAuditEventAuditEventEntityDetailComponentInner
protected void composeAuditEventAuditEventEntityDetailComponentInner(AuditEvent.AuditEventEntityDetailComponent element) throws IOException
- Throws:
IOException
-
composeBasic
protected void composeBasic(String name, Basic element) throws IOException
- Throws:
IOException
-
composeBasicInner
protected void composeBasicInner(Basic element) throws IOException
- Throws:
IOException
-
composeBinary
protected void composeBinary(String name, Binary element) throws IOException
- Throws:
IOException
-
composeBinaryInner
protected void composeBinaryInner(Binary element) throws IOException
- Throws:
IOException
-
composeBodySite
protected void composeBodySite(String name, BodySite element) throws IOException
- Throws:
IOException
-
composeBodySiteInner
protected void composeBodySiteInner(BodySite element) throws IOException
- Throws:
IOException
-
composeBundle
protected void composeBundle(String name, Bundle element) throws IOException
- Throws:
IOException
-
composeBundleInner
protected void composeBundleInner(Bundle element) throws IOException
- Throws:
IOException
-
composeBundleBundleLinkComponent
protected void composeBundleBundleLinkComponent(String name, Bundle.BundleLinkComponent element) throws IOException
- Throws:
IOException
-
composeBundleBundleLinkComponentInner
protected void composeBundleBundleLinkComponentInner(Bundle.BundleLinkComponent element) throws IOException
- Throws:
IOException
-
composeBundleBundleEntryComponent
protected void composeBundleBundleEntryComponent(String name, Bundle.BundleEntryComponent element) throws IOException
- Throws:
IOException
-
composeBundleBundleEntryComponentInner
protected void composeBundleBundleEntryComponentInner(Bundle.BundleEntryComponent element) throws IOException
- Throws:
IOException
-
composeBundleBundleEntrySearchComponent
protected void composeBundleBundleEntrySearchComponent(String name, Bundle.BundleEntrySearchComponent element) throws IOException
- Throws:
IOException
-
composeBundleBundleEntrySearchComponentInner
protected void composeBundleBundleEntrySearchComponentInner(Bundle.BundleEntrySearchComponent element) throws IOException
- Throws:
IOException
-
composeBundleBundleEntryRequestComponent
protected void composeBundleBundleEntryRequestComponent(String name, Bundle.BundleEntryRequestComponent element) throws IOException
- Throws:
IOException
-
composeBundleBundleEntryRequestComponentInner
protected void composeBundleBundleEntryRequestComponentInner(Bundle.BundleEntryRequestComponent element) throws IOException
- Throws:
IOException
-
composeBundleBundleEntryResponseComponent
protected void composeBundleBundleEntryResponseComponent(String name, Bundle.BundleEntryResponseComponent element) throws IOException
- Throws:
IOException
-
composeBundleBundleEntryResponseComponentInner
protected void composeBundleBundleEntryResponseComponentInner(Bundle.BundleEntryResponseComponent element) throws IOException
- Throws:
IOException
-
composeCarePlan
protected void composeCarePlan(String name, CarePlan element) throws IOException
- Throws:
IOException
-
composeCarePlanInner
protected void composeCarePlanInner(CarePlan element) throws IOException
- Throws:
IOException
-
composeCarePlanCarePlanRelatedPlanComponent
protected void composeCarePlanCarePlanRelatedPlanComponent(String name, CarePlan.CarePlanRelatedPlanComponent element) throws IOException
- Throws:
IOException
-
composeCarePlanCarePlanRelatedPlanComponentInner
protected void composeCarePlanCarePlanRelatedPlanComponentInner(CarePlan.CarePlanRelatedPlanComponent element) throws IOException
- Throws:
IOException
-
composeCarePlanCarePlanParticipantComponent
protected void composeCarePlanCarePlanParticipantComponent(String name, CarePlan.CarePlanParticipantComponent element) throws IOException
- Throws:
IOException
-
composeCarePlanCarePlanParticipantComponentInner
protected void composeCarePlanCarePlanParticipantComponentInner(CarePlan.CarePlanParticipantComponent element) throws IOException
- Throws:
IOException
-
composeCarePlanCarePlanActivityComponent
protected void composeCarePlanCarePlanActivityComponent(String name, CarePlan.CarePlanActivityComponent element) throws IOException
- Throws:
IOException
-
composeCarePlanCarePlanActivityComponentInner
protected void composeCarePlanCarePlanActivityComponentInner(CarePlan.CarePlanActivityComponent element) throws IOException
- Throws:
IOException
-
composeCarePlanCarePlanActivityDetailComponent
protected void composeCarePlanCarePlanActivityDetailComponent(String name, CarePlan.CarePlanActivityDetailComponent element) throws IOException
- Throws:
IOException
-
composeCarePlanCarePlanActivityDetailComponentInner
protected void composeCarePlanCarePlanActivityDetailComponentInner(CarePlan.CarePlanActivityDetailComponent element) throws IOException
- Throws:
IOException
-
composeCareTeam
protected void composeCareTeam(String name, CareTeam element) throws IOException
- Throws:
IOException
-
composeCareTeamInner
protected void composeCareTeamInner(CareTeam element) throws IOException
- Throws:
IOException
-
composeCareTeamCareTeamParticipantComponent
protected void composeCareTeamCareTeamParticipantComponent(String name, CareTeam.CareTeamParticipantComponent element) throws IOException
- Throws:
IOException
-
composeCareTeamCareTeamParticipantComponentInner
protected void composeCareTeamCareTeamParticipantComponentInner(CareTeam.CareTeamParticipantComponent element) throws IOException
- Throws:
IOException
-
composeClaim
protected void composeClaim(String name, Claim element) throws IOException
- Throws:
IOException
-
composeClaimInner
protected void composeClaimInner(Claim element) throws IOException
- Throws:
IOException
-
composeClaimRelatedClaimsComponent
protected void composeClaimRelatedClaimsComponent(String name, Claim.RelatedClaimsComponent element) throws IOException
- Throws:
IOException
-
composeClaimRelatedClaimsComponentInner
protected void composeClaimRelatedClaimsComponentInner(Claim.RelatedClaimsComponent element) throws IOException
- Throws:
IOException
-
composeClaimPayeeComponent
protected void composeClaimPayeeComponent(String name, Claim.PayeeComponent element) throws IOException
- Throws:
IOException
-
composeClaimPayeeComponentInner
protected void composeClaimPayeeComponentInner(Claim.PayeeComponent element) throws IOException
- Throws:
IOException
-
composeClaimDiagnosisComponent
protected void composeClaimDiagnosisComponent(String name, Claim.DiagnosisComponent element) throws IOException
- Throws:
IOException
-
composeClaimDiagnosisComponentInner
protected void composeClaimDiagnosisComponentInner(Claim.DiagnosisComponent element) throws IOException
- Throws:
IOException
-
composeClaimProcedureComponent
protected void composeClaimProcedureComponent(String name, Claim.ProcedureComponent element) throws IOException
- Throws:
IOException
-
composeClaimProcedureComponentInner
protected void composeClaimProcedureComponentInner(Claim.ProcedureComponent element) throws IOException
- Throws:
IOException
-
composeClaimCoverageComponent
protected void composeClaimCoverageComponent(String name, Claim.CoverageComponent element) throws IOException
- Throws:
IOException
-
composeClaimCoverageComponentInner
protected void composeClaimCoverageComponentInner(Claim.CoverageComponent element) throws IOException
- Throws:
IOException
-
composeClaimOnsetComponent
protected void composeClaimOnsetComponent(String name, Claim.OnsetComponent element) throws IOException
- Throws:
IOException
-
composeClaimOnsetComponentInner
protected void composeClaimOnsetComponentInner(Claim.OnsetComponent element) throws IOException
- Throws:
IOException
-
composeClaimItemsComponent
protected void composeClaimItemsComponent(String name, Claim.ItemsComponent element) throws IOException
- Throws:
IOException
-
composeClaimItemsComponentInner
protected void composeClaimItemsComponentInner(Claim.ItemsComponent element) throws IOException
- Throws:
IOException
-
composeClaimDetailComponent
protected void composeClaimDetailComponent(String name, Claim.DetailComponent element) throws IOException
- Throws:
IOException
-
composeClaimDetailComponentInner
protected void composeClaimDetailComponentInner(Claim.DetailComponent element) throws IOException
- Throws:
IOException
-
composeClaimSubDetailComponent
protected void composeClaimSubDetailComponent(String name, Claim.SubDetailComponent element) throws IOException
- Throws:
IOException
-
composeClaimSubDetailComponentInner
protected void composeClaimSubDetailComponentInner(Claim.SubDetailComponent element) throws IOException
- Throws:
IOException
-
composeClaimProsthesisComponent
protected void composeClaimProsthesisComponent(String name, Claim.ProsthesisComponent element) throws IOException
- Throws:
IOException
-
composeClaimProsthesisComponentInner
protected void composeClaimProsthesisComponentInner(Claim.ProsthesisComponent element) throws IOException
- Throws:
IOException
-
composeClaimMissingTeethComponent
protected void composeClaimMissingTeethComponent(String name, Claim.MissingTeethComponent element) throws IOException
- Throws:
IOException
-
composeClaimMissingTeethComponentInner
protected void composeClaimMissingTeethComponentInner(Claim.MissingTeethComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponse
protected void composeClaimResponse(String name, ClaimResponse element) throws IOException
- Throws:
IOException
-
composeClaimResponseInner
protected void composeClaimResponseInner(ClaimResponse element) throws IOException
- Throws:
IOException
-
composeClaimResponseItemsComponent
protected void composeClaimResponseItemsComponent(String name, ClaimResponse.ItemsComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseItemsComponentInner
protected void composeClaimResponseItemsComponentInner(ClaimResponse.ItemsComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseItemAdjudicationComponent
protected void composeClaimResponseItemAdjudicationComponent(String name, ClaimResponse.ItemAdjudicationComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseItemAdjudicationComponentInner
protected void composeClaimResponseItemAdjudicationComponentInner(ClaimResponse.ItemAdjudicationComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseItemDetailComponent
protected void composeClaimResponseItemDetailComponent(String name, ClaimResponse.ItemDetailComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseItemDetailComponentInner
protected void composeClaimResponseItemDetailComponentInner(ClaimResponse.ItemDetailComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseDetailAdjudicationComponent
protected void composeClaimResponseDetailAdjudicationComponent(String name, ClaimResponse.DetailAdjudicationComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseDetailAdjudicationComponentInner
protected void composeClaimResponseDetailAdjudicationComponentInner(ClaimResponse.DetailAdjudicationComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseSubDetailComponent
protected void composeClaimResponseSubDetailComponent(String name, ClaimResponse.SubDetailComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseSubDetailComponentInner
protected void composeClaimResponseSubDetailComponentInner(ClaimResponse.SubDetailComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseSubdetailAdjudicationComponent
protected void composeClaimResponseSubdetailAdjudicationComponent(String name, ClaimResponse.SubdetailAdjudicationComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseSubdetailAdjudicationComponentInner
protected void composeClaimResponseSubdetailAdjudicationComponentInner(ClaimResponse.SubdetailAdjudicationComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseAddedItemComponent
protected void composeClaimResponseAddedItemComponent(String name, ClaimResponse.AddedItemComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseAddedItemComponentInner
protected void composeClaimResponseAddedItemComponentInner(ClaimResponse.AddedItemComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseAddedItemAdjudicationComponent
protected void composeClaimResponseAddedItemAdjudicationComponent(String name, ClaimResponse.AddedItemAdjudicationComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseAddedItemAdjudicationComponentInner
protected void composeClaimResponseAddedItemAdjudicationComponentInner(ClaimResponse.AddedItemAdjudicationComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseAddedItemsDetailComponent
protected void composeClaimResponseAddedItemsDetailComponent(String name, ClaimResponse.AddedItemsDetailComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseAddedItemsDetailComponentInner
protected void composeClaimResponseAddedItemsDetailComponentInner(ClaimResponse.AddedItemsDetailComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseAddedItemDetailAdjudicationComponent
protected void composeClaimResponseAddedItemDetailAdjudicationComponent(String name, ClaimResponse.AddedItemDetailAdjudicationComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseAddedItemDetailAdjudicationComponentInner
protected void composeClaimResponseAddedItemDetailAdjudicationComponentInner(ClaimResponse.AddedItemDetailAdjudicationComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseErrorsComponent
protected void composeClaimResponseErrorsComponent(String name, ClaimResponse.ErrorsComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseErrorsComponentInner
protected void composeClaimResponseErrorsComponentInner(ClaimResponse.ErrorsComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseNotesComponent
protected void composeClaimResponseNotesComponent(String name, ClaimResponse.NotesComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseNotesComponentInner
protected void composeClaimResponseNotesComponentInner(ClaimResponse.NotesComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseCoverageComponent
protected void composeClaimResponseCoverageComponent(String name, ClaimResponse.CoverageComponent element) throws IOException
- Throws:
IOException
-
composeClaimResponseCoverageComponentInner
protected void composeClaimResponseCoverageComponentInner(ClaimResponse.CoverageComponent element) throws IOException
- Throws:
IOException
-
composeClinicalImpression
protected void composeClinicalImpression(String name, ClinicalImpression element) throws IOException
- Throws:
IOException
-
composeClinicalImpressionInner
protected void composeClinicalImpressionInner(ClinicalImpression element) throws IOException
- Throws:
IOException
-
composeClinicalImpressionClinicalImpressionInvestigationsComponent
protected void composeClinicalImpressionClinicalImpressionInvestigationsComponent(String name, ClinicalImpression.ClinicalImpressionInvestigationsComponent element) throws IOException
- Throws:
IOException
-
composeClinicalImpressionClinicalImpressionInvestigationsComponentInner
protected void composeClinicalImpressionClinicalImpressionInvestigationsComponentInner(ClinicalImpression.ClinicalImpressionInvestigationsComponent element) throws IOException
- Throws:
IOException
-
composeClinicalImpressionClinicalImpressionFindingComponent
protected void composeClinicalImpressionClinicalImpressionFindingComponent(String name, ClinicalImpression.ClinicalImpressionFindingComponent element) throws IOException
- Throws:
IOException
-
composeClinicalImpressionClinicalImpressionFindingComponentInner
protected void composeClinicalImpressionClinicalImpressionFindingComponentInner(ClinicalImpression.ClinicalImpressionFindingComponent element) throws IOException
- Throws:
IOException
-
composeClinicalImpressionClinicalImpressionRuledOutComponent
protected void composeClinicalImpressionClinicalImpressionRuledOutComponent(String name, ClinicalImpression.ClinicalImpressionRuledOutComponent element) throws IOException
- Throws:
IOException
-
composeClinicalImpressionClinicalImpressionRuledOutComponentInner
protected void composeClinicalImpressionClinicalImpressionRuledOutComponentInner(ClinicalImpression.ClinicalImpressionRuledOutComponent element) throws IOException
- Throws:
IOException
-
composeCodeSystem
protected void composeCodeSystem(String name, CodeSystem element) throws IOException
- Throws:
IOException
-
composeCodeSystemInner
protected void composeCodeSystemInner(CodeSystem element) throws IOException
- Throws:
IOException
-
composeCodeSystemCodeSystemContactComponent
protected void composeCodeSystemCodeSystemContactComponent(String name, CodeSystem.CodeSystemContactComponent element) throws IOException
- Throws:
IOException
-
composeCodeSystemCodeSystemContactComponentInner
protected void composeCodeSystemCodeSystemContactComponentInner(CodeSystem.CodeSystemContactComponent element) throws IOException
- Throws:
IOException
-
composeCodeSystemCodeSystemFilterComponent
protected void composeCodeSystemCodeSystemFilterComponent(String name, CodeSystem.CodeSystemFilterComponent element) throws IOException
- Throws:
IOException
-
composeCodeSystemCodeSystemFilterComponentInner
protected void composeCodeSystemCodeSystemFilterComponentInner(CodeSystem.CodeSystemFilterComponent element) throws IOException
- Throws:
IOException
-
composeCodeSystemCodeSystemPropertyComponent
protected void composeCodeSystemCodeSystemPropertyComponent(String name, CodeSystem.CodeSystemPropertyComponent element) throws IOException
- Throws:
IOException
-
composeCodeSystemCodeSystemPropertyComponentInner
protected void composeCodeSystemCodeSystemPropertyComponentInner(CodeSystem.CodeSystemPropertyComponent element) throws IOException
- Throws:
IOException
-
composeCodeSystemConceptDefinitionComponent
protected void composeCodeSystemConceptDefinitionComponent(String name, CodeSystem.ConceptDefinitionComponent element) throws IOException
- Throws:
IOException
-
composeCodeSystemConceptDefinitionComponentInner
protected void composeCodeSystemConceptDefinitionComponentInner(CodeSystem.ConceptDefinitionComponent element) throws IOException
- Throws:
IOException
-
composeCodeSystemConceptDefinitionDesignationComponent
protected void composeCodeSystemConceptDefinitionDesignationComponent(String name, CodeSystem.ConceptDefinitionDesignationComponent element) throws IOException
- Throws:
IOException
-
composeCodeSystemConceptDefinitionDesignationComponentInner
protected void composeCodeSystemConceptDefinitionDesignationComponentInner(CodeSystem.ConceptDefinitionDesignationComponent element) throws IOException
- Throws:
IOException
-
composeCodeSystemConceptDefinitionPropertyComponent
protected void composeCodeSystemConceptDefinitionPropertyComponent(String name, CodeSystem.ConceptDefinitionPropertyComponent element) throws IOException
- Throws:
IOException
-
composeCodeSystemConceptDefinitionPropertyComponentInner
protected void composeCodeSystemConceptDefinitionPropertyComponentInner(CodeSystem.ConceptDefinitionPropertyComponent element) throws IOException
- Throws:
IOException
-
composeCommunication
protected void composeCommunication(String name, Communication element) throws IOException
- Throws:
IOException
-
composeCommunicationInner
protected void composeCommunicationInner(Communication element) throws IOException
- Throws:
IOException
-
composeCommunicationCommunicationPayloadComponent
protected void composeCommunicationCommunicationPayloadComponent(String name, Communication.CommunicationPayloadComponent element) throws IOException
- Throws:
IOException
-
composeCommunicationCommunicationPayloadComponentInner
protected void composeCommunicationCommunicationPayloadComponentInner(Communication.CommunicationPayloadComponent element) throws IOException
- Throws:
IOException
-
composeCommunicationRequest
protected void composeCommunicationRequest(String name, CommunicationRequest element) throws IOException
- Throws:
IOException
-
composeCommunicationRequestInner
protected void composeCommunicationRequestInner(CommunicationRequest element) throws IOException
- Throws:
IOException
-
composeCommunicationRequestCommunicationRequestPayloadComponent
protected void composeCommunicationRequestCommunicationRequestPayloadComponent(String name, CommunicationRequest.CommunicationRequestPayloadComponent element) throws IOException
- Throws:
IOException
-
composeCommunicationRequestCommunicationRequestPayloadComponentInner
protected void composeCommunicationRequestCommunicationRequestPayloadComponentInner(CommunicationRequest.CommunicationRequestPayloadComponent element) throws IOException
- Throws:
IOException
-
composeCompartmentDefinition
protected void composeCompartmentDefinition(String name, CompartmentDefinition element) throws IOException
- Throws:
IOException
-
composeCompartmentDefinitionInner
protected void composeCompartmentDefinitionInner(CompartmentDefinition element) throws IOException
- Throws:
IOException
-
composeCompartmentDefinitionCompartmentDefinitionContactComponent
protected void composeCompartmentDefinitionCompartmentDefinitionContactComponent(String name, CompartmentDefinition.CompartmentDefinitionContactComponent element) throws IOException
- Throws:
IOException
-
composeCompartmentDefinitionCompartmentDefinitionContactComponentInner
protected void composeCompartmentDefinitionCompartmentDefinitionContactComponentInner(CompartmentDefinition.CompartmentDefinitionContactComponent element) throws IOException
- Throws:
IOException
-
composeCompartmentDefinitionCompartmentDefinitionResourceComponent
protected void composeCompartmentDefinitionCompartmentDefinitionResourceComponent(String name, CompartmentDefinition.CompartmentDefinitionResourceComponent element) throws IOException
- Throws:
IOException
-
composeCompartmentDefinitionCompartmentDefinitionResourceComponentInner
protected void composeCompartmentDefinitionCompartmentDefinitionResourceComponentInner(CompartmentDefinition.CompartmentDefinitionResourceComponent element) throws IOException
- Throws:
IOException
-
composeComposition
protected void composeComposition(String name, Composition element) throws IOException
- Throws:
IOException
-
composeCompositionInner
protected void composeCompositionInner(Composition element) throws IOException
- Throws:
IOException
-
composeCompositionCompositionAttesterComponent
protected void composeCompositionCompositionAttesterComponent(String name, Composition.CompositionAttesterComponent element) throws IOException
- Throws:
IOException
-
composeCompositionCompositionAttesterComponentInner
protected void composeCompositionCompositionAttesterComponentInner(Composition.CompositionAttesterComponent element) throws IOException
- Throws:
IOException
-
composeCompositionCompositionEventComponent
protected void composeCompositionCompositionEventComponent(String name, Composition.CompositionEventComponent element) throws IOException
- Throws:
IOException
-
composeCompositionCompositionEventComponentInner
protected void composeCompositionCompositionEventComponentInner(Composition.CompositionEventComponent element) throws IOException
- Throws:
IOException
-
composeCompositionSectionComponent
protected void composeCompositionSectionComponent(String name, Composition.SectionComponent element) throws IOException
- Throws:
IOException
-
composeCompositionSectionComponentInner
protected void composeCompositionSectionComponentInner(Composition.SectionComponent element) throws IOException
- Throws:
IOException
-
composeConceptMap
protected void composeConceptMap(String name, ConceptMap element) throws IOException
- Throws:
IOException
-
composeConceptMapInner
protected void composeConceptMapInner(ConceptMap element) throws IOException
- Throws:
IOException
-
composeConceptMapConceptMapContactComponent
protected void composeConceptMapConceptMapContactComponent(String name, ConceptMap.ConceptMapContactComponent element) throws IOException
- Throws:
IOException
-
composeConceptMapConceptMapContactComponentInner
protected void composeConceptMapConceptMapContactComponentInner(ConceptMap.ConceptMapContactComponent element) throws IOException
- Throws:
IOException
-
composeConceptMapSourceElementComponent
protected void composeConceptMapSourceElementComponent(String name, ConceptMap.SourceElementComponent element) throws IOException
- Throws:
IOException
-
composeConceptMapSourceElementComponentInner
protected void composeConceptMapSourceElementComponentInner(ConceptMap.SourceElementComponent element) throws IOException
- Throws:
IOException
-
composeConceptMapTargetElementComponent
protected void composeConceptMapTargetElementComponent(String name, ConceptMap.TargetElementComponent element) throws IOException
- Throws:
IOException
-
composeConceptMapTargetElementComponentInner
protected void composeConceptMapTargetElementComponentInner(ConceptMap.TargetElementComponent element) throws IOException
- Throws:
IOException
-
composeConceptMapOtherElementComponent
protected void composeConceptMapOtherElementComponent(String name, ConceptMap.OtherElementComponent element) throws IOException
- Throws:
IOException
-
composeConceptMapOtherElementComponentInner
protected void composeConceptMapOtherElementComponentInner(ConceptMap.OtherElementComponent element) throws IOException
- Throws:
IOException
-
composeCondition
protected void composeCondition(String name, Condition element) throws IOException
- Throws:
IOException
-
composeConditionInner
protected void composeConditionInner(Condition element) throws IOException
- Throws:
IOException
-
composeConditionConditionStageComponent
protected void composeConditionConditionStageComponent(String name, Condition.ConditionStageComponent element) throws IOException
- Throws:
IOException
-
composeConditionConditionStageComponentInner
protected void composeConditionConditionStageComponentInner(Condition.ConditionStageComponent element) throws IOException
- Throws:
IOException
-
composeConditionConditionEvidenceComponent
protected void composeConditionConditionEvidenceComponent(String name, Condition.ConditionEvidenceComponent element) throws IOException
- Throws:
IOException
-
composeConditionConditionEvidenceComponentInner
protected void composeConditionConditionEvidenceComponentInner(Condition.ConditionEvidenceComponent element) throws IOException
- Throws:
IOException
-
composeConformance
protected void composeConformance(String name, Conformance element) throws IOException
- Throws:
IOException
-
composeConformanceInner
protected void composeConformanceInner(Conformance element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceContactComponent
protected void composeConformanceConformanceContactComponent(String name, Conformance.ConformanceContactComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceContactComponentInner
protected void composeConformanceConformanceContactComponentInner(Conformance.ConformanceContactComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceSoftwareComponent
protected void composeConformanceConformanceSoftwareComponent(String name, Conformance.ConformanceSoftwareComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceSoftwareComponentInner
protected void composeConformanceConformanceSoftwareComponentInner(Conformance.ConformanceSoftwareComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceImplementationComponent
protected void composeConformanceConformanceImplementationComponent(String name, Conformance.ConformanceImplementationComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceImplementationComponentInner
protected void composeConformanceConformanceImplementationComponentInner(Conformance.ConformanceImplementationComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceRestComponent
protected void composeConformanceConformanceRestComponent(String name, Conformance.ConformanceRestComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceRestComponentInner
protected void composeConformanceConformanceRestComponentInner(Conformance.ConformanceRestComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceRestSecurityComponent
protected void composeConformanceConformanceRestSecurityComponent(String name, Conformance.ConformanceRestSecurityComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceRestSecurityComponentInner
protected void composeConformanceConformanceRestSecurityComponentInner(Conformance.ConformanceRestSecurityComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceRestSecurityCertificateComponent
protected void composeConformanceConformanceRestSecurityCertificateComponent(String name, Conformance.ConformanceRestSecurityCertificateComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceRestSecurityCertificateComponentInner
protected void composeConformanceConformanceRestSecurityCertificateComponentInner(Conformance.ConformanceRestSecurityCertificateComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceRestResourceComponent
protected void composeConformanceConformanceRestResourceComponent(String name, Conformance.ConformanceRestResourceComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceRestResourceComponentInner
protected void composeConformanceConformanceRestResourceComponentInner(Conformance.ConformanceRestResourceComponent element) throws IOException
- Throws:
IOException
-
composeConformanceResourceInteractionComponent
protected void composeConformanceResourceInteractionComponent(String name, Conformance.ResourceInteractionComponent element) throws IOException
- Throws:
IOException
-
composeConformanceResourceInteractionComponentInner
protected void composeConformanceResourceInteractionComponentInner(Conformance.ResourceInteractionComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceRestResourceSearchParamComponent
protected void composeConformanceConformanceRestResourceSearchParamComponent(String name, Conformance.ConformanceRestResourceSearchParamComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceRestResourceSearchParamComponentInner
protected void composeConformanceConformanceRestResourceSearchParamComponentInner(Conformance.ConformanceRestResourceSearchParamComponent element) throws IOException
- Throws:
IOException
-
composeConformanceSystemInteractionComponent
protected void composeConformanceSystemInteractionComponent(String name, Conformance.SystemInteractionComponent element) throws IOException
- Throws:
IOException
-
composeConformanceSystemInteractionComponentInner
protected void composeConformanceSystemInteractionComponentInner(Conformance.SystemInteractionComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceRestOperationComponent
protected void composeConformanceConformanceRestOperationComponent(String name, Conformance.ConformanceRestOperationComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceRestOperationComponentInner
protected void composeConformanceConformanceRestOperationComponentInner(Conformance.ConformanceRestOperationComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceMessagingComponent
protected void composeConformanceConformanceMessagingComponent(String name, Conformance.ConformanceMessagingComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceMessagingComponentInner
protected void composeConformanceConformanceMessagingComponentInner(Conformance.ConformanceMessagingComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceMessagingEndpointComponent
protected void composeConformanceConformanceMessagingEndpointComponent(String name, Conformance.ConformanceMessagingEndpointComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceMessagingEndpointComponentInner
protected void composeConformanceConformanceMessagingEndpointComponentInner(Conformance.ConformanceMessagingEndpointComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceMessagingEventComponent
protected void composeConformanceConformanceMessagingEventComponent(String name, Conformance.ConformanceMessagingEventComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceMessagingEventComponentInner
protected void composeConformanceConformanceMessagingEventComponentInner(Conformance.ConformanceMessagingEventComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceDocumentComponent
protected void composeConformanceConformanceDocumentComponent(String name, Conformance.ConformanceDocumentComponent element) throws IOException
- Throws:
IOException
-
composeConformanceConformanceDocumentComponentInner
protected void composeConformanceConformanceDocumentComponentInner(Conformance.ConformanceDocumentComponent element) throws IOException
- Throws:
IOException
-
composeContract
protected void composeContract(String name, Contract element) throws IOException
- Throws:
IOException
-
composeContractInner
protected void composeContractInner(Contract element) throws IOException
- Throws:
IOException
-
composeContractAgentComponent
protected void composeContractAgentComponent(String name, Contract.AgentComponent element) throws IOException
- Throws:
IOException
-
composeContractAgentComponentInner
protected void composeContractAgentComponentInner(Contract.AgentComponent element) throws IOException
- Throws:
IOException
-
composeContractSignatoryComponent
protected void composeContractSignatoryComponent(String name, Contract.SignatoryComponent element) throws IOException
- Throws:
IOException
-
composeContractSignatoryComponentInner
protected void composeContractSignatoryComponentInner(Contract.SignatoryComponent element) throws IOException
- Throws:
IOException
-
composeContractValuedItemComponent
protected void composeContractValuedItemComponent(String name, Contract.ValuedItemComponent element) throws IOException
- Throws:
IOException
-
composeContractValuedItemComponentInner
protected void composeContractValuedItemComponentInner(Contract.ValuedItemComponent element) throws IOException
- Throws:
IOException
-
composeContractTermComponent
protected void composeContractTermComponent(String name, Contract.TermComponent element) throws IOException
- Throws:
IOException
-
composeContractTermComponentInner
protected void composeContractTermComponentInner(Contract.TermComponent element) throws IOException
- Throws:
IOException
-
composeContractTermAgentComponent
protected void composeContractTermAgentComponent(String name, Contract.TermAgentComponent element) throws IOException
- Throws:
IOException
-
composeContractTermAgentComponentInner
protected void composeContractTermAgentComponentInner(Contract.TermAgentComponent element) throws IOException
- Throws:
IOException
-
composeContractTermValuedItemComponent
protected void composeContractTermValuedItemComponent(String name, Contract.TermValuedItemComponent element) throws IOException
- Throws:
IOException
-
composeContractTermValuedItemComponentInner
protected void composeContractTermValuedItemComponentInner(Contract.TermValuedItemComponent element) throws IOException
- Throws:
IOException
-
composeContractFriendlyLanguageComponent
protected void composeContractFriendlyLanguageComponent(String name, Contract.FriendlyLanguageComponent element) throws IOException
- Throws:
IOException
-
composeContractFriendlyLanguageComponentInner
protected void composeContractFriendlyLanguageComponentInner(Contract.FriendlyLanguageComponent element) throws IOException
- Throws:
IOException
-
composeContractLegalLanguageComponent
protected void composeContractLegalLanguageComponent(String name, Contract.LegalLanguageComponent element) throws IOException
- Throws:
IOException
-
composeContractLegalLanguageComponentInner
protected void composeContractLegalLanguageComponentInner(Contract.LegalLanguageComponent element) throws IOException
- Throws:
IOException
-
composeContractComputableLanguageComponent
protected void composeContractComputableLanguageComponent(String name, Contract.ComputableLanguageComponent element) throws IOException
- Throws:
IOException
-
composeContractComputableLanguageComponentInner
protected void composeContractComputableLanguageComponentInner(Contract.ComputableLanguageComponent element) throws IOException
- Throws:
IOException
-
composeCoverage
protected void composeCoverage(String name, Coverage element) throws IOException
- Throws:
IOException
-
composeCoverageInner
protected void composeCoverageInner(Coverage element) throws IOException
- Throws:
IOException
-
composeDataElement
protected void composeDataElement(String name, DataElement element) throws IOException
- Throws:
IOException
-
composeDataElementInner
protected void composeDataElementInner(DataElement element) throws IOException
- Throws:
IOException
-
composeDataElementDataElementContactComponent
protected void composeDataElementDataElementContactComponent(String name, DataElement.DataElementContactComponent element) throws IOException
- Throws:
IOException
-
composeDataElementDataElementContactComponentInner
protected void composeDataElementDataElementContactComponentInner(DataElement.DataElementContactComponent element) throws IOException
- Throws:
IOException
-
composeDataElementDataElementMappingComponent
protected void composeDataElementDataElementMappingComponent(String name, DataElement.DataElementMappingComponent element) throws IOException
- Throws:
IOException
-
composeDataElementDataElementMappingComponentInner
protected void composeDataElementDataElementMappingComponentInner(DataElement.DataElementMappingComponent element) throws IOException
- Throws:
IOException
-
composeDecisionSupportRule
protected void composeDecisionSupportRule(String name, DecisionSupportRule element) throws IOException
- Throws:
IOException
-
composeDecisionSupportRuleInner
protected void composeDecisionSupportRuleInner(DecisionSupportRule element) throws IOException
- Throws:
IOException
-
composeDecisionSupportServiceModule
protected void composeDecisionSupportServiceModule(String name, DecisionSupportServiceModule element) throws IOException
- Throws:
IOException
-
composeDecisionSupportServiceModuleInner
protected void composeDecisionSupportServiceModuleInner(DecisionSupportServiceModule element) throws IOException
- Throws:
IOException
-
composeDetectedIssue
protected void composeDetectedIssue(String name, DetectedIssue element) throws IOException
- Throws:
IOException
-
composeDetectedIssueInner
protected void composeDetectedIssueInner(DetectedIssue element) throws IOException
- Throws:
IOException
-
composeDetectedIssueDetectedIssueMitigationComponent
protected void composeDetectedIssueDetectedIssueMitigationComponent(String name, DetectedIssue.DetectedIssueMitigationComponent element) throws IOException
- Throws:
IOException
-
composeDetectedIssueDetectedIssueMitigationComponentInner
protected void composeDetectedIssueDetectedIssueMitigationComponentInner(DetectedIssue.DetectedIssueMitigationComponent element) throws IOException
- Throws:
IOException
-
composeDevice
protected void composeDevice(String name, Device element) throws IOException
- Throws:
IOException
-
composeDeviceInner
protected void composeDeviceInner(Device element) throws IOException
- Throws:
IOException
-
composeDeviceComponent
protected void composeDeviceComponent(String name, DeviceComponent element) throws IOException
- Throws:
IOException
-
composeDeviceComponentInner
protected void composeDeviceComponentInner(DeviceComponent element) throws IOException
- Throws:
IOException
-
composeDeviceComponentDeviceComponentProductionSpecificationComponent
protected void composeDeviceComponentDeviceComponentProductionSpecificationComponent(String name, DeviceComponent.DeviceComponentProductionSpecificationComponent element) throws IOException
- Throws:
IOException
-
composeDeviceComponentDeviceComponentProductionSpecificationComponentInner
protected void composeDeviceComponentDeviceComponentProductionSpecificationComponentInner(DeviceComponent.DeviceComponentProductionSpecificationComponent element) throws IOException
- Throws:
IOException
-
composeDeviceMetric
protected void composeDeviceMetric(String name, DeviceMetric element) throws IOException
- Throws:
IOException
-
composeDeviceMetricInner
protected void composeDeviceMetricInner(DeviceMetric element) throws IOException
- Throws:
IOException
-
composeDeviceMetricDeviceMetricCalibrationComponent
protected void composeDeviceMetricDeviceMetricCalibrationComponent(String name, DeviceMetric.DeviceMetricCalibrationComponent element) throws IOException
- Throws:
IOException
-
composeDeviceMetricDeviceMetricCalibrationComponentInner
protected void composeDeviceMetricDeviceMetricCalibrationComponentInner(DeviceMetric.DeviceMetricCalibrationComponent element) throws IOException
- Throws:
IOException
-
composeDeviceUseRequest
protected void composeDeviceUseRequest(String name, DeviceUseRequest element) throws IOException
- Throws:
IOException
-
composeDeviceUseRequestInner
protected void composeDeviceUseRequestInner(DeviceUseRequest element) throws IOException
- Throws:
IOException
-
composeDeviceUseStatement
protected void composeDeviceUseStatement(String name, DeviceUseStatement element) throws IOException
- Throws:
IOException
-
composeDeviceUseStatementInner
protected void composeDeviceUseStatementInner(DeviceUseStatement element) throws IOException
- Throws:
IOException
-
composeDiagnosticOrder
protected void composeDiagnosticOrder(String name, DiagnosticOrder element) throws IOException
- Throws:
IOException
-
composeDiagnosticOrderInner
protected void composeDiagnosticOrderInner(DiagnosticOrder element) throws IOException
- Throws:
IOException
-
composeDiagnosticOrderDiagnosticOrderEventComponent
protected void composeDiagnosticOrderDiagnosticOrderEventComponent(String name, DiagnosticOrder.DiagnosticOrderEventComponent element) throws IOException
- Throws:
IOException
-
composeDiagnosticOrderDiagnosticOrderEventComponentInner
protected void composeDiagnosticOrderDiagnosticOrderEventComponentInner(DiagnosticOrder.DiagnosticOrderEventComponent element) throws IOException
- Throws:
IOException
-
composeDiagnosticOrderDiagnosticOrderItemComponent
protected void composeDiagnosticOrderDiagnosticOrderItemComponent(String name, DiagnosticOrder.DiagnosticOrderItemComponent element) throws IOException
- Throws:
IOException
-
composeDiagnosticOrderDiagnosticOrderItemComponentInner
protected void composeDiagnosticOrderDiagnosticOrderItemComponentInner(DiagnosticOrder.DiagnosticOrderItemComponent element) throws IOException
- Throws:
IOException
-
composeDiagnosticReport
protected void composeDiagnosticReport(String name, DiagnosticReport element) throws IOException
- Throws:
IOException
-
composeDiagnosticReportInner
protected void composeDiagnosticReportInner(DiagnosticReport element) throws IOException
- Throws:
IOException
-
composeDiagnosticReportDiagnosticReportImageComponent
protected void composeDiagnosticReportDiagnosticReportImageComponent(String name, DiagnosticReport.DiagnosticReportImageComponent element) throws IOException
- Throws:
IOException
-
composeDiagnosticReportDiagnosticReportImageComponentInner
protected void composeDiagnosticReportDiagnosticReportImageComponentInner(DiagnosticReport.DiagnosticReportImageComponent element) throws IOException
- Throws:
IOException
-
composeDocumentManifest
protected void composeDocumentManifest(String name, DocumentManifest element) throws IOException
- Throws:
IOException
-
composeDocumentManifestInner
protected void composeDocumentManifestInner(DocumentManifest element) throws IOException
- Throws:
IOException
-
composeDocumentManifestDocumentManifestContentComponent
protected void composeDocumentManifestDocumentManifestContentComponent(String name, DocumentManifest.DocumentManifestContentComponent element) throws IOException
- Throws:
IOException
-
composeDocumentManifestDocumentManifestContentComponentInner
protected void composeDocumentManifestDocumentManifestContentComponentInner(DocumentManifest.DocumentManifestContentComponent element) throws IOException
- Throws:
IOException
-
composeDocumentManifestDocumentManifestRelatedComponent
protected void composeDocumentManifestDocumentManifestRelatedComponent(String name, DocumentManifest.DocumentManifestRelatedComponent element) throws IOException
- Throws:
IOException
-
composeDocumentManifestDocumentManifestRelatedComponentInner
protected void composeDocumentManifestDocumentManifestRelatedComponentInner(DocumentManifest.DocumentManifestRelatedComponent element) throws IOException
- Throws:
IOException
-
composeDocumentReference
protected void composeDocumentReference(String name, DocumentReference element) throws IOException
- Throws:
IOException
-
composeDocumentReferenceInner
protected void composeDocumentReferenceInner(DocumentReference element) throws IOException
- Throws:
IOException
-
composeDocumentReferenceDocumentReferenceRelatesToComponent
protected void composeDocumentReferenceDocumentReferenceRelatesToComponent(String name, DocumentReference.DocumentReferenceRelatesToComponent element) throws IOException
- Throws:
IOException
-
composeDocumentReferenceDocumentReferenceRelatesToComponentInner
protected void composeDocumentReferenceDocumentReferenceRelatesToComponentInner(DocumentReference.DocumentReferenceRelatesToComponent element) throws IOException
- Throws:
IOException
-
composeDocumentReferenceDocumentReferenceContentComponent
protected void composeDocumentReferenceDocumentReferenceContentComponent(String name, DocumentReference.DocumentReferenceContentComponent element) throws IOException
- Throws:
IOException
-
composeDocumentReferenceDocumentReferenceContentComponentInner
protected void composeDocumentReferenceDocumentReferenceContentComponentInner(DocumentReference.DocumentReferenceContentComponent element) throws IOException
- Throws:
IOException
-
composeDocumentReferenceDocumentReferenceContextComponent
protected void composeDocumentReferenceDocumentReferenceContextComponent(String name, DocumentReference.DocumentReferenceContextComponent element) throws IOException
- Throws:
IOException
-
composeDocumentReferenceDocumentReferenceContextComponentInner
protected void composeDocumentReferenceDocumentReferenceContextComponentInner(DocumentReference.DocumentReferenceContextComponent element) throws IOException
- Throws:
IOException
-
composeDocumentReferenceDocumentReferenceContextRelatedComponent
protected void composeDocumentReferenceDocumentReferenceContextRelatedComponent(String name, DocumentReference.DocumentReferenceContextRelatedComponent element) throws IOException
- Throws:
IOException
-
composeDocumentReferenceDocumentReferenceContextRelatedComponentInner
protected void composeDocumentReferenceDocumentReferenceContextRelatedComponentInner(DocumentReference.DocumentReferenceContextRelatedComponent element) throws IOException
- Throws:
IOException
-
composeEligibilityRequest
protected void composeEligibilityRequest(String name, EligibilityRequest element) throws IOException
- Throws:
IOException
-
composeEligibilityRequestInner
protected void composeEligibilityRequestInner(EligibilityRequest element) throws IOException
- Throws:
IOException
-
composeEligibilityResponse
protected void composeEligibilityResponse(String name, EligibilityResponse element) throws IOException
- Throws:
IOException
-
composeEligibilityResponseInner
protected void composeEligibilityResponseInner(EligibilityResponse element) throws IOException
- Throws:
IOException
-
composeEligibilityResponseBenefitsComponent
protected void composeEligibilityResponseBenefitsComponent(String name, EligibilityResponse.BenefitsComponent element) throws IOException
- Throws:
IOException
-
composeEligibilityResponseBenefitsComponentInner
protected void composeEligibilityResponseBenefitsComponentInner(EligibilityResponse.BenefitsComponent element) throws IOException
- Throws:
IOException
-
composeEligibilityResponseBenefitComponent
protected void composeEligibilityResponseBenefitComponent(String name, EligibilityResponse.BenefitComponent element) throws IOException
- Throws:
IOException
-
composeEligibilityResponseBenefitComponentInner
protected void composeEligibilityResponseBenefitComponentInner(EligibilityResponse.BenefitComponent element) throws IOException
- Throws:
IOException
-
composeEligibilityResponseErrorsComponent
protected void composeEligibilityResponseErrorsComponent(String name, EligibilityResponse.ErrorsComponent element) throws IOException
- Throws:
IOException
-
composeEligibilityResponseErrorsComponentInner
protected void composeEligibilityResponseErrorsComponentInner(EligibilityResponse.ErrorsComponent element) throws IOException
- Throws:
IOException
-
composeEncounter
protected void composeEncounter(String name, Encounter element) throws IOException
- Throws:
IOException
-
composeEncounterInner
protected void composeEncounterInner(Encounter element) throws IOException
- Throws:
IOException
-
composeEncounterEncounterStatusHistoryComponent
protected void composeEncounterEncounterStatusHistoryComponent(String name, Encounter.EncounterStatusHistoryComponent element) throws IOException
- Throws:
IOException
-
composeEncounterEncounterStatusHistoryComponentInner
protected void composeEncounterEncounterStatusHistoryComponentInner(Encounter.EncounterStatusHistoryComponent element) throws IOException
- Throws:
IOException
-
composeEncounterEncounterParticipantComponent
protected void composeEncounterEncounterParticipantComponent(String name, Encounter.EncounterParticipantComponent element) throws IOException
- Throws:
IOException
-
composeEncounterEncounterParticipantComponentInner
protected void composeEncounterEncounterParticipantComponentInner(Encounter.EncounterParticipantComponent element) throws IOException
- Throws:
IOException
-
composeEncounterEncounterHospitalizationComponent
protected void composeEncounterEncounterHospitalizationComponent(String name, Encounter.EncounterHospitalizationComponent element) throws IOException
- Throws:
IOException
-
composeEncounterEncounterHospitalizationComponentInner
protected void composeEncounterEncounterHospitalizationComponentInner(Encounter.EncounterHospitalizationComponent element) throws IOException
- Throws:
IOException
-
composeEncounterEncounterLocationComponent
protected void composeEncounterEncounterLocationComponent(String name, Encounter.EncounterLocationComponent element) throws IOException
- Throws:
IOException
-
composeEncounterEncounterLocationComponentInner
protected void composeEncounterEncounterLocationComponentInner(Encounter.EncounterLocationComponent element) throws IOException
- Throws:
IOException
-
composeEnrollmentRequest
protected void composeEnrollmentRequest(String name, EnrollmentRequest element) throws IOException
- Throws:
IOException
-
composeEnrollmentRequestInner
protected void composeEnrollmentRequestInner(EnrollmentRequest element) throws IOException
- Throws:
IOException
-
composeEnrollmentResponse
protected void composeEnrollmentResponse(String name, EnrollmentResponse element) throws IOException
- Throws:
IOException
-
composeEnrollmentResponseInner
protected void composeEnrollmentResponseInner(EnrollmentResponse element) throws IOException
- Throws:
IOException
-
composeEpisodeOfCare
protected void composeEpisodeOfCare(String name, EpisodeOfCare element) throws IOException
- Throws:
IOException
-
composeEpisodeOfCareInner
protected void composeEpisodeOfCareInner(EpisodeOfCare element) throws IOException
- Throws:
IOException
-
composeEpisodeOfCareEpisodeOfCareStatusHistoryComponent
protected void composeEpisodeOfCareEpisodeOfCareStatusHistoryComponent(String name, EpisodeOfCare.EpisodeOfCareStatusHistoryComponent element) throws IOException
- Throws:
IOException
-
composeEpisodeOfCareEpisodeOfCareStatusHistoryComponentInner
protected void composeEpisodeOfCareEpisodeOfCareStatusHistoryComponentInner(EpisodeOfCare.EpisodeOfCareStatusHistoryComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfile
protected void composeExpansionProfile(String name, ExpansionProfile element) throws IOException
- Throws:
IOException
-
composeExpansionProfileInner
protected void composeExpansionProfileInner(ExpansionProfile element) throws IOException
- Throws:
IOException
-
composeExpansionProfileExpansionProfileContactComponent
protected void composeExpansionProfileExpansionProfileContactComponent(String name, ExpansionProfile.ExpansionProfileContactComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileExpansionProfileContactComponentInner
protected void composeExpansionProfileExpansionProfileContactComponentInner(ExpansionProfile.ExpansionProfileContactComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileExpansionProfileCodeSystemComponent
protected void composeExpansionProfileExpansionProfileCodeSystemComponent(String name, ExpansionProfile.ExpansionProfileCodeSystemComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileExpansionProfileCodeSystemComponentInner
protected void composeExpansionProfileExpansionProfileCodeSystemComponentInner(ExpansionProfile.ExpansionProfileCodeSystemComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileCodeSystemIncludeComponent
protected void composeExpansionProfileCodeSystemIncludeComponent(String name, ExpansionProfile.CodeSystemIncludeComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileCodeSystemIncludeComponentInner
protected void composeExpansionProfileCodeSystemIncludeComponentInner(ExpansionProfile.CodeSystemIncludeComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileCodeSystemIncludeCodeSystemComponent
protected void composeExpansionProfileCodeSystemIncludeCodeSystemComponent(String name, ExpansionProfile.CodeSystemIncludeCodeSystemComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileCodeSystemIncludeCodeSystemComponentInner
protected void composeExpansionProfileCodeSystemIncludeCodeSystemComponentInner(ExpansionProfile.CodeSystemIncludeCodeSystemComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileCodeSystemExcludeComponent
protected void composeExpansionProfileCodeSystemExcludeComponent(String name, ExpansionProfile.CodeSystemExcludeComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileCodeSystemExcludeComponentInner
protected void composeExpansionProfileCodeSystemExcludeComponentInner(ExpansionProfile.CodeSystemExcludeComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileCodeSystemExcludeCodeSystemComponent
protected void composeExpansionProfileCodeSystemExcludeCodeSystemComponent(String name, ExpansionProfile.CodeSystemExcludeCodeSystemComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileCodeSystemExcludeCodeSystemComponentInner
protected void composeExpansionProfileCodeSystemExcludeCodeSystemComponentInner(ExpansionProfile.CodeSystemExcludeCodeSystemComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileExpansionProfileDesignationComponent
protected void composeExpansionProfileExpansionProfileDesignationComponent(String name, ExpansionProfile.ExpansionProfileDesignationComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileExpansionProfileDesignationComponentInner
protected void composeExpansionProfileExpansionProfileDesignationComponentInner(ExpansionProfile.ExpansionProfileDesignationComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileDesignationIncludeComponent
protected void composeExpansionProfileDesignationIncludeComponent(String name, ExpansionProfile.DesignationIncludeComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileDesignationIncludeComponentInner
protected void composeExpansionProfileDesignationIncludeComponentInner(ExpansionProfile.DesignationIncludeComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileDesignationIncludeDesignationComponent
protected void composeExpansionProfileDesignationIncludeDesignationComponent(String name, ExpansionProfile.DesignationIncludeDesignationComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileDesignationIncludeDesignationComponentInner
protected void composeExpansionProfileDesignationIncludeDesignationComponentInner(ExpansionProfile.DesignationIncludeDesignationComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileDesignationExcludeComponent
protected void composeExpansionProfileDesignationExcludeComponent(String name, ExpansionProfile.DesignationExcludeComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileDesignationExcludeComponentInner
protected void composeExpansionProfileDesignationExcludeComponentInner(ExpansionProfile.DesignationExcludeComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileDesignationExcludeDesignationComponent
protected void composeExpansionProfileDesignationExcludeDesignationComponent(String name, ExpansionProfile.DesignationExcludeDesignationComponent element) throws IOException
- Throws:
IOException
-
composeExpansionProfileDesignationExcludeDesignationComponentInner
protected void composeExpansionProfileDesignationExcludeDesignationComponentInner(ExpansionProfile.DesignationExcludeDesignationComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefit
protected void composeExplanationOfBenefit(String name, ExplanationOfBenefit element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitInner
protected void composeExplanationOfBenefitInner(ExplanationOfBenefit element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitRelatedClaimsComponent
protected void composeExplanationOfBenefitRelatedClaimsComponent(String name, ExplanationOfBenefit.RelatedClaimsComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitRelatedClaimsComponentInner
protected void composeExplanationOfBenefitRelatedClaimsComponentInner(ExplanationOfBenefit.RelatedClaimsComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitPayeeComponent
protected void composeExplanationOfBenefitPayeeComponent(String name, ExplanationOfBenefit.PayeeComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitPayeeComponentInner
protected void composeExplanationOfBenefitPayeeComponentInner(ExplanationOfBenefit.PayeeComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitDiagnosisComponent
protected void composeExplanationOfBenefitDiagnosisComponent(String name, ExplanationOfBenefit.DiagnosisComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitDiagnosisComponentInner
protected void composeExplanationOfBenefitDiagnosisComponentInner(ExplanationOfBenefit.DiagnosisComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitProcedureComponent
protected void composeExplanationOfBenefitProcedureComponent(String name, ExplanationOfBenefit.ProcedureComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitProcedureComponentInner
protected void composeExplanationOfBenefitProcedureComponentInner(ExplanationOfBenefit.ProcedureComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitCoverageComponent
protected void composeExplanationOfBenefitCoverageComponent(String name, ExplanationOfBenefit.CoverageComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitCoverageComponentInner
protected void composeExplanationOfBenefitCoverageComponentInner(ExplanationOfBenefit.CoverageComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitOnsetComponent
protected void composeExplanationOfBenefitOnsetComponent(String name, ExplanationOfBenefit.OnsetComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitOnsetComponentInner
protected void composeExplanationOfBenefitOnsetComponentInner(ExplanationOfBenefit.OnsetComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitItemsComponent
protected void composeExplanationOfBenefitItemsComponent(String name, ExplanationOfBenefit.ItemsComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitItemsComponentInner
protected void composeExplanationOfBenefitItemsComponentInner(ExplanationOfBenefit.ItemsComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitItemAdjudicationComponent
protected void composeExplanationOfBenefitItemAdjudicationComponent(String name, ExplanationOfBenefit.ItemAdjudicationComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitItemAdjudicationComponentInner
protected void composeExplanationOfBenefitItemAdjudicationComponentInner(ExplanationOfBenefit.ItemAdjudicationComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitDetailComponent
protected void composeExplanationOfBenefitDetailComponent(String name, ExplanationOfBenefit.DetailComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitDetailComponentInner
protected void composeExplanationOfBenefitDetailComponentInner(ExplanationOfBenefit.DetailComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitDetailAdjudicationComponent
protected void composeExplanationOfBenefitDetailAdjudicationComponent(String name, ExplanationOfBenefit.DetailAdjudicationComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitDetailAdjudicationComponentInner
protected void composeExplanationOfBenefitDetailAdjudicationComponentInner(ExplanationOfBenefit.DetailAdjudicationComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitSubDetailComponent
protected void composeExplanationOfBenefitSubDetailComponent(String name, ExplanationOfBenefit.SubDetailComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitSubDetailComponentInner
protected void composeExplanationOfBenefitSubDetailComponentInner(ExplanationOfBenefit.SubDetailComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitSubDetailAdjudicationComponent
protected void composeExplanationOfBenefitSubDetailAdjudicationComponent(String name, ExplanationOfBenefit.SubDetailAdjudicationComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitSubDetailAdjudicationComponentInner
protected void composeExplanationOfBenefitSubDetailAdjudicationComponentInner(ExplanationOfBenefit.SubDetailAdjudicationComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitProsthesisComponent
protected void composeExplanationOfBenefitProsthesisComponent(String name, ExplanationOfBenefit.ProsthesisComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitProsthesisComponentInner
protected void composeExplanationOfBenefitProsthesisComponentInner(ExplanationOfBenefit.ProsthesisComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitAddedItemComponent
protected void composeExplanationOfBenefitAddedItemComponent(String name, ExplanationOfBenefit.AddedItemComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitAddedItemComponentInner
protected void composeExplanationOfBenefitAddedItemComponentInner(ExplanationOfBenefit.AddedItemComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitAddedItemAdjudicationComponent
protected void composeExplanationOfBenefitAddedItemAdjudicationComponent(String name, ExplanationOfBenefit.AddedItemAdjudicationComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitAddedItemAdjudicationComponentInner
protected void composeExplanationOfBenefitAddedItemAdjudicationComponentInner(ExplanationOfBenefit.AddedItemAdjudicationComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitAddedItemsDetailComponent
protected void composeExplanationOfBenefitAddedItemsDetailComponent(String name, ExplanationOfBenefit.AddedItemsDetailComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitAddedItemsDetailComponentInner
protected void composeExplanationOfBenefitAddedItemsDetailComponentInner(ExplanationOfBenefit.AddedItemsDetailComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitAddedItemDetailAdjudicationComponent
protected void composeExplanationOfBenefitAddedItemDetailAdjudicationComponent(String name, ExplanationOfBenefit.AddedItemDetailAdjudicationComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitAddedItemDetailAdjudicationComponentInner
protected void composeExplanationOfBenefitAddedItemDetailAdjudicationComponentInner(ExplanationOfBenefit.AddedItemDetailAdjudicationComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitMissingTeethComponent
protected void composeExplanationOfBenefitMissingTeethComponent(String name, ExplanationOfBenefit.MissingTeethComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitMissingTeethComponentInner
protected void composeExplanationOfBenefitMissingTeethComponentInner(ExplanationOfBenefit.MissingTeethComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitNotesComponent
protected void composeExplanationOfBenefitNotesComponent(String name, ExplanationOfBenefit.NotesComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitNotesComponentInner
protected void composeExplanationOfBenefitNotesComponentInner(ExplanationOfBenefit.NotesComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitBenefitBalanceComponent
protected void composeExplanationOfBenefitBenefitBalanceComponent(String name, ExplanationOfBenefit.BenefitBalanceComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitBenefitBalanceComponentInner
protected void composeExplanationOfBenefitBenefitBalanceComponentInner(ExplanationOfBenefit.BenefitBalanceComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitBenefitComponent
protected void composeExplanationOfBenefitBenefitComponent(String name, ExplanationOfBenefit.BenefitComponent element) throws IOException
- Throws:
IOException
-
composeExplanationOfBenefitBenefitComponentInner
protected void composeExplanationOfBenefitBenefitComponentInner(ExplanationOfBenefit.BenefitComponent element) throws IOException
- Throws:
IOException
-
composeFamilyMemberHistory
protected void composeFamilyMemberHistory(String name, FamilyMemberHistory element) throws IOException
- Throws:
IOException
-
composeFamilyMemberHistoryInner
protected void composeFamilyMemberHistoryInner(FamilyMemberHistory element) throws IOException
- Throws:
IOException
-
composeFamilyMemberHistoryFamilyMemberHistoryConditionComponent
protected void composeFamilyMemberHistoryFamilyMemberHistoryConditionComponent(String name, FamilyMemberHistory.FamilyMemberHistoryConditionComponent element) throws IOException
- Throws:
IOException
-
composeFamilyMemberHistoryFamilyMemberHistoryConditionComponentInner
protected void composeFamilyMemberHistoryFamilyMemberHistoryConditionComponentInner(FamilyMemberHistory.FamilyMemberHistoryConditionComponent element) throws IOException
- Throws:
IOException
-
composeFlag
protected void composeFlag(String name, Flag element) throws IOException
- Throws:
IOException
-
composeFlagInner
protected void composeFlagInner(Flag element) throws IOException
- Throws:
IOException
-
composeGoal
protected void composeGoal(String name, Goal element) throws IOException
- Throws:
IOException
-
composeGoalInner
protected void composeGoalInner(Goal element) throws IOException
- Throws:
IOException
-
composeGoalGoalOutcomeComponent
protected void composeGoalGoalOutcomeComponent(String name, Goal.GoalOutcomeComponent element) throws IOException
- Throws:
IOException
-
composeGoalGoalOutcomeComponentInner
protected void composeGoalGoalOutcomeComponentInner(Goal.GoalOutcomeComponent element) throws IOException
- Throws:
IOException
-
composeGroup
protected void composeGroup(String name, Group element) throws IOException
- Throws:
IOException
-
composeGroupInner
protected void composeGroupInner(Group element) throws IOException
- Throws:
IOException
-
composeGroupGroupCharacteristicComponent
protected void composeGroupGroupCharacteristicComponent(String name, Group.GroupCharacteristicComponent element) throws IOException
- Throws:
IOException
-
composeGroupGroupCharacteristicComponentInner
protected void composeGroupGroupCharacteristicComponentInner(Group.GroupCharacteristicComponent element) throws IOException
- Throws:
IOException
-
composeGroupGroupMemberComponent
protected void composeGroupGroupMemberComponent(String name, Group.GroupMemberComponent element) throws IOException
- Throws:
IOException
-
composeGroupGroupMemberComponentInner
protected void composeGroupGroupMemberComponentInner(Group.GroupMemberComponent element) throws IOException
- Throws:
IOException
-
composeGuidanceResponse
protected void composeGuidanceResponse(String name, GuidanceResponse element) throws IOException
- Throws:
IOException
-
composeGuidanceResponseInner
protected void composeGuidanceResponseInner(GuidanceResponse element) throws IOException
- Throws:
IOException
-
composeGuidanceResponseGuidanceResponseActionComponent
protected void composeGuidanceResponseGuidanceResponseActionComponent(String name, GuidanceResponse.GuidanceResponseActionComponent element) throws IOException
- Throws:
IOException
-
composeGuidanceResponseGuidanceResponseActionComponentInner
protected void composeGuidanceResponseGuidanceResponseActionComponentInner(GuidanceResponse.GuidanceResponseActionComponent element) throws IOException
- Throws:
IOException
-
composeGuidanceResponseGuidanceResponseActionRelatedActionComponent
protected void composeGuidanceResponseGuidanceResponseActionRelatedActionComponent(String name, GuidanceResponse.GuidanceResponseActionRelatedActionComponent element) throws IOException
- Throws:
IOException
-
composeGuidanceResponseGuidanceResponseActionRelatedActionComponentInner
protected void composeGuidanceResponseGuidanceResponseActionRelatedActionComponentInner(GuidanceResponse.GuidanceResponseActionRelatedActionComponent element) throws IOException
- Throws:
IOException
-
composeGuidanceResponseGuidanceResponseActionBehaviorComponent
protected void composeGuidanceResponseGuidanceResponseActionBehaviorComponent(String name, GuidanceResponse.GuidanceResponseActionBehaviorComponent element) throws IOException
- Throws:
IOException
-
composeGuidanceResponseGuidanceResponseActionBehaviorComponentInner
protected void composeGuidanceResponseGuidanceResponseActionBehaviorComponentInner(GuidanceResponse.GuidanceResponseActionBehaviorComponent element) throws IOException
- Throws:
IOException
-
composeHealthcareService
protected void composeHealthcareService(String name, HealthcareService element) throws IOException
- Throws:
IOException
-
composeHealthcareServiceInner
protected void composeHealthcareServiceInner(HealthcareService element) throws IOException
- Throws:
IOException
-
composeHealthcareServiceHealthcareServiceAvailableTimeComponent
protected void composeHealthcareServiceHealthcareServiceAvailableTimeComponent(String name, HealthcareService.HealthcareServiceAvailableTimeComponent element) throws IOException
- Throws:
IOException
-
composeHealthcareServiceHealthcareServiceAvailableTimeComponentInner
protected void composeHealthcareServiceHealthcareServiceAvailableTimeComponentInner(HealthcareService.HealthcareServiceAvailableTimeComponent element) throws IOException
- Throws:
IOException
-
composeHealthcareServiceHealthcareServiceNotAvailableComponent
protected void composeHealthcareServiceHealthcareServiceNotAvailableComponent(String name, HealthcareService.HealthcareServiceNotAvailableComponent element) throws IOException
- Throws:
IOException
-
composeHealthcareServiceHealthcareServiceNotAvailableComponentInner
protected void composeHealthcareServiceHealthcareServiceNotAvailableComponentInner(HealthcareService.HealthcareServiceNotAvailableComponent element) throws IOException
- Throws:
IOException
-
composeImagingExcerpt
protected void composeImagingExcerpt(String name, ImagingExcerpt element) throws IOException
- Throws:
IOException
-
composeImagingExcerptInner
protected void composeImagingExcerptInner(ImagingExcerpt element) throws IOException
- Throws:
IOException
-
composeImagingExcerptStudyComponent
protected void composeImagingExcerptStudyComponent(String name, ImagingExcerpt.StudyComponent element) throws IOException
- Throws:
IOException
-
composeImagingExcerptStudyComponentInner
protected void composeImagingExcerptStudyComponentInner(ImagingExcerpt.StudyComponent element) throws IOException
- Throws:
IOException
-
composeImagingExcerptStudyDicomComponent
protected void composeImagingExcerptStudyDicomComponent(String name, ImagingExcerpt.StudyDicomComponent element) throws IOException
- Throws:
IOException
-
composeImagingExcerptStudyDicomComponentInner
protected void composeImagingExcerptStudyDicomComponentInner(ImagingExcerpt.StudyDicomComponent element) throws IOException
- Throws:
IOException
-
composeImagingExcerptStudyViewableComponent
protected void composeImagingExcerptStudyViewableComponent(String name, ImagingExcerpt.StudyViewableComponent element) throws IOException
- Throws:
IOException
-
composeImagingExcerptStudyViewableComponentInner
protected void composeImagingExcerptStudyViewableComponentInner(ImagingExcerpt.StudyViewableComponent element) throws IOException
- Throws:
IOException
-
composeImagingExcerptSeriesComponent
protected void composeImagingExcerptSeriesComponent(String name, ImagingExcerpt.SeriesComponent element) throws IOException
- Throws:
IOException
-
composeImagingExcerptSeriesComponentInner
protected void composeImagingExcerptSeriesComponentInner(ImagingExcerpt.SeriesComponent element) throws IOException
- Throws:
IOException
-
composeImagingExcerptSeriesDicomComponent
protected void composeImagingExcerptSeriesDicomComponent(String name, ImagingExcerpt.SeriesDicomComponent element) throws IOException
- Throws:
IOException
-
composeImagingExcerptSeriesDicomComponentInner
protected void composeImagingExcerptSeriesDicomComponentInner(ImagingExcerpt.SeriesDicomComponent element) throws IOException
- Throws:
IOException
-
composeImagingExcerptInstanceComponent
protected void composeImagingExcerptInstanceComponent(String name, ImagingExcerpt.InstanceComponent element) throws IOException
- Throws:
IOException
-
composeImagingExcerptInstanceComponentInner
protected void composeImagingExcerptInstanceComponentInner(ImagingExcerpt.InstanceComponent element) throws IOException
- Throws:
IOException
-
composeImagingExcerptInstanceDicomComponent
protected void composeImagingExcerptInstanceDicomComponent(String name, ImagingExcerpt.InstanceDicomComponent element) throws IOException
- Throws:
IOException
-
composeImagingExcerptInstanceDicomComponentInner
protected void composeImagingExcerptInstanceDicomComponentInner(ImagingExcerpt.InstanceDicomComponent element) throws IOException
- Throws:
IOException
-
composeImagingObjectSelection
protected void composeImagingObjectSelection(String name, ImagingObjectSelection element) throws IOException
- Throws:
IOException
-
composeImagingObjectSelectionInner
protected void composeImagingObjectSelectionInner(ImagingObjectSelection element) throws IOException
- Throws:
IOException
-
composeImagingObjectSelectionStudyComponent
protected void composeImagingObjectSelectionStudyComponent(String name, ImagingObjectSelection.StudyComponent element) throws IOException
- Throws:
IOException
-
composeImagingObjectSelectionStudyComponentInner
protected void composeImagingObjectSelectionStudyComponentInner(ImagingObjectSelection.StudyComponent element) throws IOException
- Throws:
IOException
-
composeImagingObjectSelectionSeriesComponent
protected void composeImagingObjectSelectionSeriesComponent(String name, ImagingObjectSelection.SeriesComponent element) throws IOException
- Throws:
IOException
-
composeImagingObjectSelectionSeriesComponentInner
protected void composeImagingObjectSelectionSeriesComponentInner(ImagingObjectSelection.SeriesComponent element) throws IOException
- Throws:
IOException
-
composeImagingObjectSelectionInstanceComponent
protected void composeImagingObjectSelectionInstanceComponent(String name, ImagingObjectSelection.InstanceComponent element) throws IOException
- Throws:
IOException
-
composeImagingObjectSelectionInstanceComponentInner
protected void composeImagingObjectSelectionInstanceComponentInner(ImagingObjectSelection.InstanceComponent element) throws IOException
- Throws:
IOException
-
composeImagingObjectSelectionFramesComponent
protected void composeImagingObjectSelectionFramesComponent(String name, ImagingObjectSelection.FramesComponent element) throws IOException
- Throws:
IOException
-
composeImagingObjectSelectionFramesComponentInner
protected void composeImagingObjectSelectionFramesComponentInner(ImagingObjectSelection.FramesComponent element) throws IOException
- Throws:
IOException
-
composeImagingStudy
protected void composeImagingStudy(String name, ImagingStudy element) throws IOException
- Throws:
IOException
-
composeImagingStudyInner
protected void composeImagingStudyInner(ImagingStudy element) throws IOException
- Throws:
IOException
-
composeImagingStudyImagingStudySeriesComponent
protected void composeImagingStudyImagingStudySeriesComponent(String name, ImagingStudy.ImagingStudySeriesComponent element) throws IOException
- Throws:
IOException
-
composeImagingStudyImagingStudySeriesComponentInner
protected void composeImagingStudyImagingStudySeriesComponentInner(ImagingStudy.ImagingStudySeriesComponent element) throws IOException
- Throws:
IOException
-
composeImagingStudyImagingStudySeriesInstanceComponent
protected void composeImagingStudyImagingStudySeriesInstanceComponent(String name, ImagingStudy.ImagingStudySeriesInstanceComponent element) throws IOException
- Throws:
IOException
-
composeImagingStudyImagingStudySeriesInstanceComponentInner
protected void composeImagingStudyImagingStudySeriesInstanceComponentInner(ImagingStudy.ImagingStudySeriesInstanceComponent element) throws IOException
- Throws:
IOException
-
composeImmunization
protected void composeImmunization(String name, Immunization element) throws IOException
- Throws:
IOException
-
composeImmunizationInner
protected void composeImmunizationInner(Immunization element) throws IOException
- Throws:
IOException
-
composeImmunizationImmunizationExplanationComponent
protected void composeImmunizationImmunizationExplanationComponent(String name, Immunization.ImmunizationExplanationComponent element) throws IOException
- Throws:
IOException
-
composeImmunizationImmunizationExplanationComponentInner
protected void composeImmunizationImmunizationExplanationComponentInner(Immunization.ImmunizationExplanationComponent element) throws IOException
- Throws:
IOException
-
composeImmunizationImmunizationReactionComponent
protected void composeImmunizationImmunizationReactionComponent(String name, Immunization.ImmunizationReactionComponent element) throws IOException
- Throws:
IOException
-
composeImmunizationImmunizationReactionComponentInner
protected void composeImmunizationImmunizationReactionComponentInner(Immunization.ImmunizationReactionComponent element) throws IOException
- Throws:
IOException
-
composeImmunizationImmunizationVaccinationProtocolComponent
protected void composeImmunizationImmunizationVaccinationProtocolComponent(String name, Immunization.ImmunizationVaccinationProtocolComponent element) throws IOException
- Throws:
IOException
-
composeImmunizationImmunizationVaccinationProtocolComponentInner
protected void composeImmunizationImmunizationVaccinationProtocolComponentInner(Immunization.ImmunizationVaccinationProtocolComponent element) throws IOException
- Throws:
IOException
-
composeImmunizationRecommendation
protected void composeImmunizationRecommendation(String name, ImmunizationRecommendation element) throws IOException
- Throws:
IOException
-
composeImmunizationRecommendationInner
protected void composeImmunizationRecommendationInner(ImmunizationRecommendation element) throws IOException
- Throws:
IOException
-
composeImmunizationRecommendationImmunizationRecommendationRecommendationComponent
protected void composeImmunizationRecommendationImmunizationRecommendationRecommendationComponent(String name, ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent element) throws IOException
- Throws:
IOException
-
composeImmunizationRecommendationImmunizationRecommendationRecommendationComponentInner
protected void composeImmunizationRecommendationImmunizationRecommendationRecommendationComponentInner(ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent element) throws IOException
- Throws:
IOException
-
composeImmunizationRecommendationImmunizationRecommendationRecommendationDateCriterionComponent
protected void composeImmunizationRecommendationImmunizationRecommendationRecommendationDateCriterionComponent(String name, ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent element) throws IOException
- Throws:
IOException
-
composeImmunizationRecommendationImmunizationRecommendationRecommendationDateCriterionComponentInner
protected void composeImmunizationRecommendationImmunizationRecommendationRecommendationDateCriterionComponentInner(ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent element) throws IOException
- Throws:
IOException
-
composeImmunizationRecommendationImmunizationRecommendationRecommendationProtocolComponent
protected void composeImmunizationRecommendationImmunizationRecommendationRecommendationProtocolComponent(String name, ImmunizationRecommendation.ImmunizationRecommendationRecommendationProtocolComponent element) throws IOException
- Throws:
IOException
-
composeImmunizationRecommendationImmunizationRecommendationRecommendationProtocolComponentInner
protected void composeImmunizationRecommendationImmunizationRecommendationRecommendationProtocolComponentInner(ImmunizationRecommendation.ImmunizationRecommendationRecommendationProtocolComponent element) throws IOException
- Throws:
IOException
-
composeImplementationGuide
protected void composeImplementationGuide(String name, ImplementationGuide element) throws IOException
- Throws:
IOException
-
composeImplementationGuideInner
protected void composeImplementationGuideInner(ImplementationGuide element) throws IOException
- Throws:
IOException
-
composeImplementationGuideImplementationGuideContactComponent
protected void composeImplementationGuideImplementationGuideContactComponent(String name, ImplementationGuide.ImplementationGuideContactComponent element) throws IOException
- Throws:
IOException
-
composeImplementationGuideImplementationGuideContactComponentInner
protected void composeImplementationGuideImplementationGuideContactComponentInner(ImplementationGuide.ImplementationGuideContactComponent element) throws IOException
- Throws:
IOException
-
composeImplementationGuideImplementationGuideDependencyComponent
protected void composeImplementationGuideImplementationGuideDependencyComponent(String name, ImplementationGuide.ImplementationGuideDependencyComponent element) throws IOException
- Throws:
IOException
-
composeImplementationGuideImplementationGuideDependencyComponentInner
protected void composeImplementationGuideImplementationGuideDependencyComponentInner(ImplementationGuide.ImplementationGuideDependencyComponent element) throws IOException
- Throws:
IOException
-
composeImplementationGuideImplementationGuidePackageComponent
protected void composeImplementationGuideImplementationGuidePackageComponent(String name, ImplementationGuide.ImplementationGuidePackageComponent element) throws IOException
- Throws:
IOException
-
composeImplementationGuideImplementationGuidePackageComponentInner
protected void composeImplementationGuideImplementationGuidePackageComponentInner(ImplementationGuide.ImplementationGuidePackageComponent element) throws IOException
- Throws:
IOException
-
composeImplementationGuideImplementationGuidePackageResourceComponent
protected void composeImplementationGuideImplementationGuidePackageResourceComponent(String name, ImplementationGuide.ImplementationGuidePackageResourceComponent element) throws IOException
- Throws:
IOException
-
composeImplementationGuideImplementationGuidePackageResourceComponentInner
protected void composeImplementationGuideImplementationGuidePackageResourceComponentInner(ImplementationGuide.ImplementationGuidePackageResourceComponent element) throws IOException
- Throws:
IOException
-
composeImplementationGuideImplementationGuideGlobalComponent
protected void composeImplementationGuideImplementationGuideGlobalComponent(String name, ImplementationGuide.ImplementationGuideGlobalComponent element) throws IOException
- Throws:
IOException
-
composeImplementationGuideImplementationGuideGlobalComponentInner
protected void composeImplementationGuideImplementationGuideGlobalComponentInner(ImplementationGuide.ImplementationGuideGlobalComponent element) throws IOException
- Throws:
IOException
-
composeImplementationGuideImplementationGuidePageComponent
protected void composeImplementationGuideImplementationGuidePageComponent(String name, ImplementationGuide.ImplementationGuidePageComponent element) throws IOException
- Throws:
IOException
-
composeImplementationGuideImplementationGuidePageComponentInner
protected void composeImplementationGuideImplementationGuidePageComponentInner(ImplementationGuide.ImplementationGuidePageComponent element) throws IOException
- Throws:
IOException
-
composeLibrary
protected void composeLibrary(String name, Library element) throws IOException
- Throws:
IOException
-
composeLibraryInner
protected void composeLibraryInner(Library element) throws IOException
- Throws:
IOException
-
composeLibraryLibraryModelComponent
protected void composeLibraryLibraryModelComponent(String name, Library.LibraryModelComponent element) throws IOException
- Throws:
IOException
-
composeLibraryLibraryModelComponentInner
protected void composeLibraryLibraryModelComponentInner(Library.LibraryModelComponent element) throws IOException
- Throws:
IOException
-
composeLibraryLibraryLibraryComponent
protected void composeLibraryLibraryLibraryComponent(String name, Library.LibraryLibraryComponent element) throws IOException
- Throws:
IOException
-
composeLibraryLibraryLibraryComponentInner
protected void composeLibraryLibraryLibraryComponentInner(Library.LibraryLibraryComponent element) throws IOException
- Throws:
IOException
-
composeLibraryLibraryCodeSystemComponent
protected void composeLibraryLibraryCodeSystemComponent(String name, Library.LibraryCodeSystemComponent element) throws IOException
- Throws:
IOException
-
composeLibraryLibraryCodeSystemComponentInner
protected void composeLibraryLibraryCodeSystemComponentInner(Library.LibraryCodeSystemComponent element) throws IOException
- Throws:
IOException
-
composeLibraryLibraryValueSetComponent
protected void composeLibraryLibraryValueSetComponent(String name, Library.LibraryValueSetComponent element) throws IOException
- Throws:
IOException
-
composeLibraryLibraryValueSetComponentInner
protected void composeLibraryLibraryValueSetComponentInner(Library.LibraryValueSetComponent element) throws IOException
- Throws:
IOException
-
composeLinkage
protected void composeLinkage(String name, Linkage element) throws IOException
- Throws:
IOException
-
composeLinkageInner
protected void composeLinkageInner(Linkage element) throws IOException
- Throws:
IOException
-
composeLinkageLinkageItemComponent
protected void composeLinkageLinkageItemComponent(String name, Linkage.LinkageItemComponent element) throws IOException
- Throws:
IOException
-
composeLinkageLinkageItemComponentInner
protected void composeLinkageLinkageItemComponentInner(Linkage.LinkageItemComponent element) throws IOException
- Throws:
IOException
-
composeListResource
protected void composeListResource(String name, ListResource element) throws IOException
- Throws:
IOException
-
composeListResourceInner
protected void composeListResourceInner(ListResource element) throws IOException
- Throws:
IOException
-
composeListResourceListEntryComponent
protected void composeListResourceListEntryComponent(String name, ListResource.ListEntryComponent element) throws IOException
- Throws:
IOException
-
composeListResourceListEntryComponentInner
protected void composeListResourceListEntryComponentInner(ListResource.ListEntryComponent element) throws IOException
- Throws:
IOException
-
composeLocation
protected void composeLocation(String name, Location element) throws IOException
- Throws:
IOException
-
composeLocationInner
protected void composeLocationInner(Location element) throws IOException
- Throws:
IOException
-
composeLocationLocationPositionComponent
protected void composeLocationLocationPositionComponent(String name, Location.LocationPositionComponent element) throws IOException
- Throws:
IOException
-
composeLocationLocationPositionComponentInner
protected void composeLocationLocationPositionComponentInner(Location.LocationPositionComponent element) throws IOException
- Throws:
IOException
-
composeMeasure
protected void composeMeasure(String name, Measure element) throws IOException
- Throws:
IOException
-
composeMeasureInner
protected void composeMeasureInner(Measure element) throws IOException
- Throws:
IOException
-
composeMeasureMeasureGroupComponent
protected void composeMeasureMeasureGroupComponent(String name, Measure.MeasureGroupComponent element) throws IOException
- Throws:
IOException
-
composeMeasureMeasureGroupComponentInner
protected void composeMeasureMeasureGroupComponentInner(Measure.MeasureGroupComponent element) throws IOException
- Throws:
IOException
-
composeMeasureMeasureGroupPopulationComponent
protected void composeMeasureMeasureGroupPopulationComponent(String name, Measure.MeasureGroupPopulationComponent element) throws IOException
- Throws:
IOException
-
composeMeasureMeasureGroupPopulationComponentInner
protected void composeMeasureMeasureGroupPopulationComponentInner(Measure.MeasureGroupPopulationComponent element) throws IOException
- Throws:
IOException
-
composeMeasureMeasureGroupStratifierComponent
protected void composeMeasureMeasureGroupStratifierComponent(String name, Measure.MeasureGroupStratifierComponent element) throws IOException
- Throws:
IOException
-
composeMeasureMeasureGroupStratifierComponentInner
protected void composeMeasureMeasureGroupStratifierComponentInner(Measure.MeasureGroupStratifierComponent element) throws IOException
- Throws:
IOException
-
composeMeasureMeasureSupplementalDataComponent
protected void composeMeasureMeasureSupplementalDataComponent(String name, Measure.MeasureSupplementalDataComponent element) throws IOException
- Throws:
IOException
-
composeMeasureMeasureSupplementalDataComponentInner
protected void composeMeasureMeasureSupplementalDataComponentInner(Measure.MeasureSupplementalDataComponent element) throws IOException
- Throws:
IOException
-
composeMeasureReport
protected void composeMeasureReport(String name, MeasureReport element) throws IOException
- Throws:
IOException
-
composeMeasureReportInner
protected void composeMeasureReportInner(MeasureReport element) throws IOException
- Throws:
IOException
-
composeMeasureReportMeasureReportGroupComponent
protected void composeMeasureReportMeasureReportGroupComponent(String name, MeasureReport.MeasureReportGroupComponent element) throws IOException
- Throws:
IOException
-
composeMeasureReportMeasureReportGroupComponentInner
protected void composeMeasureReportMeasureReportGroupComponentInner(MeasureReport.MeasureReportGroupComponent element) throws IOException
- Throws:
IOException
-
composeMeasureReportMeasureReportGroupPopulationComponent
protected void composeMeasureReportMeasureReportGroupPopulationComponent(String name, MeasureReport.MeasureReportGroupPopulationComponent element) throws IOException
- Throws:
IOException
-
composeMeasureReportMeasureReportGroupPopulationComponentInner
protected void composeMeasureReportMeasureReportGroupPopulationComponentInner(MeasureReport.MeasureReportGroupPopulationComponent element) throws IOException
- Throws:
IOException
-
composeMeasureReportMeasureReportGroupStratifierComponent
protected void composeMeasureReportMeasureReportGroupStratifierComponent(String name, MeasureReport.MeasureReportGroupStratifierComponent element) throws IOException
- Throws:
IOException
-
composeMeasureReportMeasureReportGroupStratifierComponentInner
protected void composeMeasureReportMeasureReportGroupStratifierComponentInner(MeasureReport.MeasureReportGroupStratifierComponent element) throws IOException
- Throws:
IOException
-
composeMeasureReportMeasureReportGroupStratifierGroupComponent
protected void composeMeasureReportMeasureReportGroupStratifierGroupComponent(String name, MeasureReport.MeasureReportGroupStratifierGroupComponent element) throws IOException
- Throws:
IOException
-
composeMeasureReportMeasureReportGroupStratifierGroupComponentInner
protected void composeMeasureReportMeasureReportGroupStratifierGroupComponentInner(MeasureReport.MeasureReportGroupStratifierGroupComponent element) throws IOException
- Throws:
IOException
-
composeMeasureReportMeasureReportGroupStratifierGroupPopulationComponent
protected void composeMeasureReportMeasureReportGroupStratifierGroupPopulationComponent(String name, MeasureReport.MeasureReportGroupStratifierGroupPopulationComponent element) throws IOException
- Throws:
IOException
-
composeMeasureReportMeasureReportGroupStratifierGroupPopulationComponentInner
protected void composeMeasureReportMeasureReportGroupStratifierGroupPopulationComponentInner(MeasureReport.MeasureReportGroupStratifierGroupPopulationComponent element) throws IOException
- Throws:
IOException
-
composeMeasureReportMeasureReportGroupSupplementalDataComponent
protected void composeMeasureReportMeasureReportGroupSupplementalDataComponent(String name, MeasureReport.MeasureReportGroupSupplementalDataComponent element) throws IOException
- Throws:
IOException
-
composeMeasureReportMeasureReportGroupSupplementalDataComponentInner
protected void composeMeasureReportMeasureReportGroupSupplementalDataComponentInner(MeasureReport.MeasureReportGroupSupplementalDataComponent element) throws IOException
- Throws:
IOException
-
composeMeasureReportMeasureReportGroupSupplementalDataGroupComponent
protected void composeMeasureReportMeasureReportGroupSupplementalDataGroupComponent(String name, MeasureReport.MeasureReportGroupSupplementalDataGroupComponent element) throws IOException
- Throws:
IOException
-
composeMeasureReportMeasureReportGroupSupplementalDataGroupComponentInner
protected void composeMeasureReportMeasureReportGroupSupplementalDataGroupComponentInner(MeasureReport.MeasureReportGroupSupplementalDataGroupComponent element) throws IOException
- Throws:
IOException
-
composeMedia
protected void composeMedia(String name, Media element) throws IOException
- Throws:
IOException
-
composeMediaInner
protected void composeMediaInner(Media element) throws IOException
- Throws:
IOException
-
composeMedication
protected void composeMedication(String name, Medication element) throws IOException
- Throws:
IOException
-
composeMedicationInner
protected void composeMedicationInner(Medication element) throws IOException
- Throws:
IOException
-
composeMedicationMedicationProductComponent
protected void composeMedicationMedicationProductComponent(String name, Medication.MedicationProductComponent element) throws IOException
- Throws:
IOException
-
composeMedicationMedicationProductComponentInner
protected void composeMedicationMedicationProductComponentInner(Medication.MedicationProductComponent element) throws IOException
- Throws:
IOException
-
composeMedicationMedicationProductIngredientComponent
protected void composeMedicationMedicationProductIngredientComponent(String name, Medication.MedicationProductIngredientComponent element) throws IOException
- Throws:
IOException
-
composeMedicationMedicationProductIngredientComponentInner
protected void composeMedicationMedicationProductIngredientComponentInner(Medication.MedicationProductIngredientComponent element) throws IOException
- Throws:
IOException
-
composeMedicationMedicationProductBatchComponent
protected void composeMedicationMedicationProductBatchComponent(String name, Medication.MedicationProductBatchComponent element) throws IOException
- Throws:
IOException
-
composeMedicationMedicationProductBatchComponentInner
protected void composeMedicationMedicationProductBatchComponentInner(Medication.MedicationProductBatchComponent element) throws IOException
- Throws:
IOException
-
composeMedicationMedicationPackageComponent
protected void composeMedicationMedicationPackageComponent(String name, Medication.MedicationPackageComponent element) throws IOException
- Throws:
IOException
-
composeMedicationMedicationPackageComponentInner
protected void composeMedicationMedicationPackageComponentInner(Medication.MedicationPackageComponent element) throws IOException
- Throws:
IOException
-
composeMedicationMedicationPackageContentComponent
protected void composeMedicationMedicationPackageContentComponent(String name, Medication.MedicationPackageContentComponent element) throws IOException
- Throws:
IOException
-
composeMedicationMedicationPackageContentComponentInner
protected void composeMedicationMedicationPackageContentComponentInner(Medication.MedicationPackageContentComponent element) throws IOException
- Throws:
IOException
-
composeMedicationAdministration
protected void composeMedicationAdministration(String name, MedicationAdministration element) throws IOException
- Throws:
IOException
-
composeMedicationAdministrationInner
protected void composeMedicationAdministrationInner(MedicationAdministration element) throws IOException
- Throws:
IOException
-
composeMedicationAdministrationMedicationAdministrationDosageComponent
protected void composeMedicationAdministrationMedicationAdministrationDosageComponent(String name, MedicationAdministration.MedicationAdministrationDosageComponent element) throws IOException
- Throws:
IOException
-
composeMedicationAdministrationMedicationAdministrationDosageComponentInner
protected void composeMedicationAdministrationMedicationAdministrationDosageComponentInner(MedicationAdministration.MedicationAdministrationDosageComponent element) throws IOException
- Throws:
IOException
-
composeMedicationDispense
protected void composeMedicationDispense(String name, MedicationDispense element) throws IOException
- Throws:
IOException
-
composeMedicationDispenseInner
protected void composeMedicationDispenseInner(MedicationDispense element) throws IOException
- Throws:
IOException
-
composeMedicationDispenseMedicationDispenseDosageInstructionComponent
protected void composeMedicationDispenseMedicationDispenseDosageInstructionComponent(String name, MedicationDispense.MedicationDispenseDosageInstructionComponent element) throws IOException
- Throws:
IOException
-
composeMedicationDispenseMedicationDispenseDosageInstructionComponentInner
protected void composeMedicationDispenseMedicationDispenseDosageInstructionComponentInner(MedicationDispense.MedicationDispenseDosageInstructionComponent element) throws IOException
- Throws:
IOException
-
composeMedicationDispenseMedicationDispenseSubstitutionComponent
protected void composeMedicationDispenseMedicationDispenseSubstitutionComponent(String name, MedicationDispense.MedicationDispenseSubstitutionComponent element) throws IOException
- Throws:
IOException
-
composeMedicationDispenseMedicationDispenseSubstitutionComponentInner
protected void composeMedicationDispenseMedicationDispenseSubstitutionComponentInner(MedicationDispense.MedicationDispenseSubstitutionComponent element) throws IOException
- Throws:
IOException
-
composeMedicationOrder
protected void composeMedicationOrder(String name, MedicationOrder element) throws IOException
- Throws:
IOException
-
composeMedicationOrderInner
protected void composeMedicationOrderInner(MedicationOrder element) throws IOException
- Throws:
IOException
-
composeMedicationOrderMedicationOrderDosageInstructionComponent
protected void composeMedicationOrderMedicationOrderDosageInstructionComponent(String name, MedicationOrder.MedicationOrderDosageInstructionComponent element) throws IOException
- Throws:
IOException
-
composeMedicationOrderMedicationOrderDosageInstructionComponentInner
protected void composeMedicationOrderMedicationOrderDosageInstructionComponentInner(MedicationOrder.MedicationOrderDosageInstructionComponent element) throws IOException
- Throws:
IOException
-
composeMedicationOrderMedicationOrderDispenseRequestComponent
protected void composeMedicationOrderMedicationOrderDispenseRequestComponent(String name, MedicationOrder.MedicationOrderDispenseRequestComponent element) throws IOException
- Throws:
IOException
-
composeMedicationOrderMedicationOrderDispenseRequestComponentInner
protected void composeMedicationOrderMedicationOrderDispenseRequestComponentInner(MedicationOrder.MedicationOrderDispenseRequestComponent element) throws IOException
- Throws:
IOException
-
composeMedicationOrderMedicationOrderSubstitutionComponent
protected void composeMedicationOrderMedicationOrderSubstitutionComponent(String name, MedicationOrder.MedicationOrderSubstitutionComponent element) throws IOException
- Throws:
IOException
-
composeMedicationOrderMedicationOrderSubstitutionComponentInner
protected void composeMedicationOrderMedicationOrderSubstitutionComponentInner(MedicationOrder.MedicationOrderSubstitutionComponent element) throws IOException
- Throws:
IOException
-
composeMedicationStatement
protected void composeMedicationStatement(String name, MedicationStatement element) throws IOException
- Throws:
IOException
-
composeMedicationStatementInner
protected void composeMedicationStatementInner(MedicationStatement element) throws IOException
- Throws:
IOException
-
composeMedicationStatementMedicationStatementDosageComponent
protected void composeMedicationStatementMedicationStatementDosageComponent(String name, MedicationStatement.MedicationStatementDosageComponent element) throws IOException
- Throws:
IOException
-
composeMedicationStatementMedicationStatementDosageComponentInner
protected void composeMedicationStatementMedicationStatementDosageComponentInner(MedicationStatement.MedicationStatementDosageComponent element) throws IOException
- Throws:
IOException
-
composeMessageHeader
protected void composeMessageHeader(String name, MessageHeader element) throws IOException
- Throws:
IOException
-
composeMessageHeaderInner
protected void composeMessageHeaderInner(MessageHeader element) throws IOException
- Throws:
IOException
-
composeMessageHeaderMessageHeaderResponseComponent
protected void composeMessageHeaderMessageHeaderResponseComponent(String name, MessageHeader.MessageHeaderResponseComponent element) throws IOException
- Throws:
IOException
-
composeMessageHeaderMessageHeaderResponseComponentInner
protected void composeMessageHeaderMessageHeaderResponseComponentInner(MessageHeader.MessageHeaderResponseComponent element) throws IOException
- Throws:
IOException
-
composeMessageHeaderMessageSourceComponent
protected void composeMessageHeaderMessageSourceComponent(String name, MessageHeader.MessageSourceComponent element) throws IOException
- Throws:
IOException
-
composeMessageHeaderMessageSourceComponentInner
protected void composeMessageHeaderMessageSourceComponentInner(MessageHeader.MessageSourceComponent element) throws IOException
- Throws:
IOException
-
composeMessageHeaderMessageDestinationComponent
protected void composeMessageHeaderMessageDestinationComponent(String name, MessageHeader.MessageDestinationComponent element) throws IOException
- Throws:
IOException
-
composeMessageHeaderMessageDestinationComponentInner
protected void composeMessageHeaderMessageDestinationComponentInner(MessageHeader.MessageDestinationComponent element) throws IOException
- Throws:
IOException
-
composeModuleDefinition
protected void composeModuleDefinition(String name, ModuleDefinition element) throws IOException
- Throws:
IOException
-
composeModuleDefinitionInner
protected void composeModuleDefinitionInner(ModuleDefinition element) throws IOException
- Throws:
IOException
-
composeModuleDefinitionModuleDefinitionModelComponent
protected void composeModuleDefinitionModuleDefinitionModelComponent(String name, ModuleDefinition.ModuleDefinitionModelComponent element) throws IOException
- Throws:
IOException
-
composeModuleDefinitionModuleDefinitionModelComponentInner
protected void composeModuleDefinitionModuleDefinitionModelComponentInner(ModuleDefinition.ModuleDefinitionModelComponent element) throws IOException
- Throws:
IOException
-
composeModuleDefinitionModuleDefinitionLibraryComponent
protected void composeModuleDefinitionModuleDefinitionLibraryComponent(String name, ModuleDefinition.ModuleDefinitionLibraryComponent element) throws IOException
- Throws:
IOException
-
composeModuleDefinitionModuleDefinitionLibraryComponentInner
protected void composeModuleDefinitionModuleDefinitionLibraryComponentInner(ModuleDefinition.ModuleDefinitionLibraryComponent element) throws IOException
- Throws:
IOException
-
composeModuleDefinitionModuleDefinitionCodeSystemComponent
protected void composeModuleDefinitionModuleDefinitionCodeSystemComponent(String name, ModuleDefinition.ModuleDefinitionCodeSystemComponent element) throws IOException
- Throws:
IOException
-
composeModuleDefinitionModuleDefinitionCodeSystemComponentInner
protected void composeModuleDefinitionModuleDefinitionCodeSystemComponentInner(ModuleDefinition.ModuleDefinitionCodeSystemComponent element) throws IOException
- Throws:
IOException
-
composeModuleDefinitionModuleDefinitionValueSetComponent
protected void composeModuleDefinitionModuleDefinitionValueSetComponent(String name, ModuleDefinition.ModuleDefinitionValueSetComponent element) throws IOException
- Throws:
IOException
-
composeModuleDefinitionModuleDefinitionValueSetComponentInner
protected void composeModuleDefinitionModuleDefinitionValueSetComponentInner(ModuleDefinition.ModuleDefinitionValueSetComponent element) throws IOException
- Throws:
IOException
-
composeModuleDefinitionModuleDefinitionParameterComponent
protected void composeModuleDefinitionModuleDefinitionParameterComponent(String name, ModuleDefinition.ModuleDefinitionParameterComponent element) throws IOException
- Throws:
IOException
-
composeModuleDefinitionModuleDefinitionParameterComponentInner
protected void composeModuleDefinitionModuleDefinitionParameterComponentInner(ModuleDefinition.ModuleDefinitionParameterComponent element) throws IOException
- Throws:
IOException
-
composeModuleDefinitionModuleDefinitionDataComponent
protected void composeModuleDefinitionModuleDefinitionDataComponent(String name, ModuleDefinition.ModuleDefinitionDataComponent element) throws IOException
- Throws:
IOException
-
composeModuleDefinitionModuleDefinitionDataComponentInner
protected void composeModuleDefinitionModuleDefinitionDataComponentInner(ModuleDefinition.ModuleDefinitionDataComponent element) throws IOException
- Throws:
IOException
-
composeModuleDefinitionModuleDefinitionDataCodeFilterComponent
protected void composeModuleDefinitionModuleDefinitionDataCodeFilterComponent(String name, ModuleDefinition.ModuleDefinitionDataCodeFilterComponent element) throws IOException
- Throws:
IOException
-
composeModuleDefinitionModuleDefinitionDataCodeFilterComponentInner
protected void composeModuleDefinitionModuleDefinitionDataCodeFilterComponentInner(ModuleDefinition.ModuleDefinitionDataCodeFilterComponent element) throws IOException
- Throws:
IOException
-
composeModuleDefinitionModuleDefinitionDataDateFilterComponent
protected void composeModuleDefinitionModuleDefinitionDataDateFilterComponent(String name, ModuleDefinition.ModuleDefinitionDataDateFilterComponent element) throws IOException
- Throws:
IOException
-
composeModuleDefinitionModuleDefinitionDataDateFilterComponentInner
protected void composeModuleDefinitionModuleDefinitionDataDateFilterComponentInner(ModuleDefinition.ModuleDefinitionDataDateFilterComponent element) throws IOException
- Throws:
IOException
-
composeNamingSystem
protected void composeNamingSystem(String name, NamingSystem element) throws IOException
- Throws:
IOException
-
composeNamingSystemInner
protected void composeNamingSystemInner(NamingSystem element) throws IOException
- Throws:
IOException
-
composeNamingSystemNamingSystemContactComponent
protected void composeNamingSystemNamingSystemContactComponent(String name, NamingSystem.NamingSystemContactComponent element) throws IOException
- Throws:
IOException
-
composeNamingSystemNamingSystemContactComponentInner
protected void composeNamingSystemNamingSystemContactComponentInner(NamingSystem.NamingSystemContactComponent element) throws IOException
- Throws:
IOException
-
composeNamingSystemNamingSystemUniqueIdComponent
protected void composeNamingSystemNamingSystemUniqueIdComponent(String name, NamingSystem.NamingSystemUniqueIdComponent element) throws IOException
- Throws:
IOException
-
composeNamingSystemNamingSystemUniqueIdComponentInner
protected void composeNamingSystemNamingSystemUniqueIdComponentInner(NamingSystem.NamingSystemUniqueIdComponent element) throws IOException
- Throws:
IOException
-
composeNutritionOrder
protected void composeNutritionOrder(String name, NutritionOrder element) throws IOException
- Throws:
IOException
-
composeNutritionOrderInner
protected void composeNutritionOrderInner(NutritionOrder element) throws IOException
- Throws:
IOException
-
composeNutritionOrderNutritionOrderOralDietComponent
protected void composeNutritionOrderNutritionOrderOralDietComponent(String name, NutritionOrder.NutritionOrderOralDietComponent element) throws IOException
- Throws:
IOException
-
composeNutritionOrderNutritionOrderOralDietComponentInner
protected void composeNutritionOrderNutritionOrderOralDietComponentInner(NutritionOrder.NutritionOrderOralDietComponent element) throws IOException
- Throws:
IOException
-
composeNutritionOrderNutritionOrderOralDietNutrientComponent
protected void composeNutritionOrderNutritionOrderOralDietNutrientComponent(String name, NutritionOrder.NutritionOrderOralDietNutrientComponent element) throws IOException
- Throws:
IOException
-
composeNutritionOrderNutritionOrderOralDietNutrientComponentInner
protected void composeNutritionOrderNutritionOrderOralDietNutrientComponentInner(NutritionOrder.NutritionOrderOralDietNutrientComponent element) throws IOException
- Throws:
IOException
-
composeNutritionOrderNutritionOrderOralDietTextureComponent
protected void composeNutritionOrderNutritionOrderOralDietTextureComponent(String name, NutritionOrder.NutritionOrderOralDietTextureComponent element) throws IOException
- Throws:
IOException
-
composeNutritionOrderNutritionOrderOralDietTextureComponentInner
protected void composeNutritionOrderNutritionOrderOralDietTextureComponentInner(NutritionOrder.NutritionOrderOralDietTextureComponent element) throws IOException
- Throws:
IOException
-
composeNutritionOrderNutritionOrderSupplementComponent
protected void composeNutritionOrderNutritionOrderSupplementComponent(String name, NutritionOrder.NutritionOrderSupplementComponent element) throws IOException
- Throws:
IOException
-
composeNutritionOrderNutritionOrderSupplementComponentInner
protected void composeNutritionOrderNutritionOrderSupplementComponentInner(NutritionOrder.NutritionOrderSupplementComponent element) throws IOException
- Throws:
IOException
-
composeNutritionOrderNutritionOrderEnteralFormulaComponent
protected void composeNutritionOrderNutritionOrderEnteralFormulaComponent(String name, NutritionOrder.NutritionOrderEnteralFormulaComponent element) throws IOException
- Throws:
IOException
-
composeNutritionOrderNutritionOrderEnteralFormulaComponentInner
protected void composeNutritionOrderNutritionOrderEnteralFormulaComponentInner(NutritionOrder.NutritionOrderEnteralFormulaComponent element) throws IOException
- Throws:
IOException
-
composeNutritionOrderNutritionOrderEnteralFormulaAdministrationComponent
protected void composeNutritionOrderNutritionOrderEnteralFormulaAdministrationComponent(String name, NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent element) throws IOException
- Throws:
IOException
-
composeNutritionOrderNutritionOrderEnteralFormulaAdministrationComponentInner
protected void composeNutritionOrderNutritionOrderEnteralFormulaAdministrationComponentInner(NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent element) throws IOException
- Throws:
IOException
-
composeObservation
protected void composeObservation(String name, Observation element) throws IOException
- Throws:
IOException
-
composeObservationInner
protected void composeObservationInner(Observation element) throws IOException
- Throws:
IOException
-
composeObservationObservationReferenceRangeComponent
protected void composeObservationObservationReferenceRangeComponent(String name, Observation.ObservationReferenceRangeComponent element) throws IOException
- Throws:
IOException
-
composeObservationObservationReferenceRangeComponentInner
protected void composeObservationObservationReferenceRangeComponentInner(Observation.ObservationReferenceRangeComponent element) throws IOException
- Throws:
IOException
-
composeObservationObservationRelatedComponent
protected void composeObservationObservationRelatedComponent(String name, Observation.ObservationRelatedComponent element) throws IOException
- Throws:
IOException
-
composeObservationObservationRelatedComponentInner
protected void composeObservationObservationRelatedComponentInner(Observation.ObservationRelatedComponent element) throws IOException
- Throws:
IOException
-
composeObservationObservationComponentComponent
protected void composeObservationObservationComponentComponent(String name, Observation.ObservationComponentComponent element) throws IOException
- Throws:
IOException
-
composeObservationObservationComponentComponentInner
protected void composeObservationObservationComponentComponentInner(Observation.ObservationComponentComponent element) throws IOException
- Throws:
IOException
-
composeOperationDefinition
protected void composeOperationDefinition(String name, OperationDefinition element) throws IOException
- Throws:
IOException
-
composeOperationDefinitionInner
protected void composeOperationDefinitionInner(OperationDefinition element) throws IOException
- Throws:
IOException
-
composeOperationDefinitionOperationDefinitionContactComponent
protected void composeOperationDefinitionOperationDefinitionContactComponent(String name, OperationDefinition.OperationDefinitionContactComponent element) throws IOException
- Throws:
IOException
-
composeOperationDefinitionOperationDefinitionContactComponentInner
protected void composeOperationDefinitionOperationDefinitionContactComponentInner(OperationDefinition.OperationDefinitionContactComponent element) throws IOException
- Throws:
IOException
-
composeOperationDefinitionOperationDefinitionParameterComponent
protected void composeOperationDefinitionOperationDefinitionParameterComponent(String name, OperationDefinition.OperationDefinitionParameterComponent element) throws IOException
- Throws:
IOException
-
composeOperationDefinitionOperationDefinitionParameterComponentInner
protected void composeOperationDefinitionOperationDefinitionParameterComponentInner(OperationDefinition.OperationDefinitionParameterComponent element) throws IOException
- Throws:
IOException
-
composeOperationDefinitionOperationDefinitionParameterBindingComponent
protected void composeOperationDefinitionOperationDefinitionParameterBindingComponent(String name, OperationDefinition.OperationDefinitionParameterBindingComponent element) throws IOException
- Throws:
IOException
-
composeOperationDefinitionOperationDefinitionParameterBindingComponentInner
protected void composeOperationDefinitionOperationDefinitionParameterBindingComponentInner(OperationDefinition.OperationDefinitionParameterBindingComponent element) throws IOException
- Throws:
IOException
-
composeOperationOutcome
protected void composeOperationOutcome(String name, OperationOutcome element) throws IOException
- Throws:
IOException
-
composeOperationOutcomeInner
protected void composeOperationOutcomeInner(OperationOutcome element) throws IOException
- Throws:
IOException
-
composeOperationOutcomeOperationOutcomeIssueComponent
protected void composeOperationOutcomeOperationOutcomeIssueComponent(String name, OperationOutcome.OperationOutcomeIssueComponent element) throws IOException
- Throws:
IOException
-
composeOperationOutcomeOperationOutcomeIssueComponentInner
protected void composeOperationOutcomeOperationOutcomeIssueComponentInner(OperationOutcome.OperationOutcomeIssueComponent element) throws IOException
- Throws:
IOException
-
composeOrder
protected void composeOrder(String name, Order element) throws IOException
- Throws:
IOException
-
composeOrderInner
protected void composeOrderInner(Order element) throws IOException
- Throws:
IOException
-
composeOrderOrderWhenComponent
protected void composeOrderOrderWhenComponent(String name, Order.OrderWhenComponent element) throws IOException
- Throws:
IOException
-
composeOrderOrderWhenComponentInner
protected void composeOrderOrderWhenComponentInner(Order.OrderWhenComponent element) throws IOException
- Throws:
IOException
-
composeOrderResponse
protected void composeOrderResponse(String name, OrderResponse element) throws IOException
- Throws:
IOException
-
composeOrderResponseInner
protected void composeOrderResponseInner(OrderResponse element) throws IOException
- Throws:
IOException
-
composeOrderSet
protected void composeOrderSet(String name, OrderSet element) throws IOException
- Throws:
IOException
-
composeOrderSetInner
protected void composeOrderSetInner(OrderSet element) throws IOException
- Throws:
IOException
-
composeOrganization
protected void composeOrganization(String name, Organization element) throws IOException
- Throws:
IOException
-
composeOrganizationInner
protected void composeOrganizationInner(Organization element) throws IOException
- Throws:
IOException
-
composeOrganizationOrganizationContactComponent
protected void composeOrganizationOrganizationContactComponent(String name, Organization.OrganizationContactComponent element) throws IOException
- Throws:
IOException
-
composeOrganizationOrganizationContactComponentInner
protected void composeOrganizationOrganizationContactComponentInner(Organization.OrganizationContactComponent element) throws IOException
- Throws:
IOException
-
composePatient
protected void composePatient(String name, Patient element) throws IOException
- Throws:
IOException
-
composePatientInner
protected void composePatientInner(Patient element) throws IOException
- Throws:
IOException
-
composePatientContactComponent
protected void composePatientContactComponent(String name, Patient.ContactComponent element) throws IOException
- Throws:
IOException
-
composePatientContactComponentInner
protected void composePatientContactComponentInner(Patient.ContactComponent element) throws IOException
- Throws:
IOException
-
composePatientAnimalComponent
protected void composePatientAnimalComponent(String name, Patient.AnimalComponent element) throws IOException
- Throws:
IOException
-
composePatientAnimalComponentInner
protected void composePatientAnimalComponentInner(Patient.AnimalComponent element) throws IOException
- Throws:
IOException
-
composePatientPatientCommunicationComponent
protected void composePatientPatientCommunicationComponent(String name, Patient.PatientCommunicationComponent element) throws IOException
- Throws:
IOException
-
composePatientPatientCommunicationComponentInner
protected void composePatientPatientCommunicationComponentInner(Patient.PatientCommunicationComponent element) throws IOException
- Throws:
IOException
-
composePatientPatientLinkComponent
protected void composePatientPatientLinkComponent(String name, Patient.PatientLinkComponent element) throws IOException
- Throws:
IOException
-
composePatientPatientLinkComponentInner
protected void composePatientPatientLinkComponentInner(Patient.PatientLinkComponent element) throws IOException
- Throws:
IOException
-
composePaymentNotice
protected void composePaymentNotice(String name, PaymentNotice element) throws IOException
- Throws:
IOException
-
composePaymentNoticeInner
protected void composePaymentNoticeInner(PaymentNotice element) throws IOException
- Throws:
IOException
-
composePaymentReconciliation
protected void composePaymentReconciliation(String name, PaymentReconciliation element) throws IOException
- Throws:
IOException
-
composePaymentReconciliationInner
protected void composePaymentReconciliationInner(PaymentReconciliation element) throws IOException
- Throws:
IOException
-
composePaymentReconciliationDetailsComponent
protected void composePaymentReconciliationDetailsComponent(String name, PaymentReconciliation.DetailsComponent element) throws IOException
- Throws:
IOException
-
composePaymentReconciliationDetailsComponentInner
protected void composePaymentReconciliationDetailsComponentInner(PaymentReconciliation.DetailsComponent element) throws IOException
- Throws:
IOException
-
composePaymentReconciliationNotesComponent
protected void composePaymentReconciliationNotesComponent(String name, PaymentReconciliation.NotesComponent element) throws IOException
- Throws:
IOException
-
composePaymentReconciliationNotesComponentInner
protected void composePaymentReconciliationNotesComponentInner(PaymentReconciliation.NotesComponent element) throws IOException
- Throws:
IOException
-
composePerson
protected void composePerson(String name, Person element) throws IOException
- Throws:
IOException
-
composePersonInner
protected void composePersonInner(Person element) throws IOException
- Throws:
IOException
-
composePersonPersonLinkComponent
protected void composePersonPersonLinkComponent(String name, Person.PersonLinkComponent element) throws IOException
- Throws:
IOException
-
composePersonPersonLinkComponentInner
protected void composePersonPersonLinkComponentInner(Person.PersonLinkComponent element) throws IOException
- Throws:
IOException
-
composePractitioner
protected void composePractitioner(String name, Practitioner element) throws IOException
- Throws:
IOException
-
composePractitionerInner
protected void composePractitionerInner(Practitioner element) throws IOException
- Throws:
IOException
-
composePractitionerPractitionerPractitionerRoleComponent
protected void composePractitionerPractitionerPractitionerRoleComponent(String name, Practitioner.PractitionerPractitionerRoleComponent element) throws IOException
- Throws:
IOException
-
composePractitionerPractitionerPractitionerRoleComponentInner
protected void composePractitionerPractitionerPractitionerRoleComponentInner(Practitioner.PractitionerPractitionerRoleComponent element) throws IOException
- Throws:
IOException
-
composePractitionerPractitionerQualificationComponent
protected void composePractitionerPractitionerQualificationComponent(String name, Practitioner.PractitionerQualificationComponent element) throws IOException
- Throws:
IOException
-
composePractitionerPractitionerQualificationComponentInner
protected void composePractitionerPractitionerQualificationComponentInner(Practitioner.PractitionerQualificationComponent element) throws IOException
- Throws:
IOException
-
composePractitionerRole
protected void composePractitionerRole(String name, PractitionerRole element) throws IOException
- Throws:
IOException
-
composePractitionerRoleInner
protected void composePractitionerRoleInner(PractitionerRole element) throws IOException
- Throws:
IOException
-
composePractitionerRolePractitionerRoleAvailableTimeComponent
protected void composePractitionerRolePractitionerRoleAvailableTimeComponent(String name, PractitionerRole.PractitionerRoleAvailableTimeComponent element) throws IOException
- Throws:
IOException
-
composePractitionerRolePractitionerRoleAvailableTimeComponentInner
protected void composePractitionerRolePractitionerRoleAvailableTimeComponentInner(PractitionerRole.PractitionerRoleAvailableTimeComponent element) throws IOException
- Throws:
IOException
-
composePractitionerRolePractitionerRoleNotAvailableComponent
protected void composePractitionerRolePractitionerRoleNotAvailableComponent(String name, PractitionerRole.PractitionerRoleNotAvailableComponent element) throws IOException
- Throws:
IOException
-
composePractitionerRolePractitionerRoleNotAvailableComponentInner
protected void composePractitionerRolePractitionerRoleNotAvailableComponentInner(PractitionerRole.PractitionerRoleNotAvailableComponent element) throws IOException
- Throws:
IOException
-
composeProcedure
protected void composeProcedure(String name, Procedure element) throws IOException
- Throws:
IOException
-
composeProcedureInner
protected void composeProcedureInner(Procedure element) throws IOException
- Throws:
IOException
-
composeProcedureProcedurePerformerComponent
protected void composeProcedureProcedurePerformerComponent(String name, Procedure.ProcedurePerformerComponent element) throws IOException
- Throws:
IOException
-
composeProcedureProcedurePerformerComponentInner
protected void composeProcedureProcedurePerformerComponentInner(Procedure.ProcedurePerformerComponent element) throws IOException
- Throws:
IOException
-
composeProcedureProcedureFocalDeviceComponent
protected void composeProcedureProcedureFocalDeviceComponent(String name, Procedure.ProcedureFocalDeviceComponent element) throws IOException
- Throws:
IOException
-
composeProcedureProcedureFocalDeviceComponentInner
protected void composeProcedureProcedureFocalDeviceComponentInner(Procedure.ProcedureFocalDeviceComponent element) throws IOException
- Throws:
IOException
-
composeProcedureRequest
protected void composeProcedureRequest(String name, ProcedureRequest element) throws IOException
- Throws:
IOException
-
composeProcedureRequestInner
protected void composeProcedureRequestInner(ProcedureRequest element) throws IOException
- Throws:
IOException
-
composeProcessRequest
protected void composeProcessRequest(String name, ProcessRequest element) throws IOException
- Throws:
IOException
-
composeProcessRequestInner
protected void composeProcessRequestInner(ProcessRequest element) throws IOException
- Throws:
IOException
-
composeProcessRequestItemsComponent
protected void composeProcessRequestItemsComponent(String name, ProcessRequest.ItemsComponent element) throws IOException
- Throws:
IOException
-
composeProcessRequestItemsComponentInner
protected void composeProcessRequestItemsComponentInner(ProcessRequest.ItemsComponent element) throws IOException
- Throws:
IOException
-
composeProcessResponse
protected void composeProcessResponse(String name, ProcessResponse element) throws IOException
- Throws:
IOException
-
composeProcessResponseInner
protected void composeProcessResponseInner(ProcessResponse element) throws IOException
- Throws:
IOException
-
composeProcessResponseProcessResponseNotesComponent
protected void composeProcessResponseProcessResponseNotesComponent(String name, ProcessResponse.ProcessResponseNotesComponent element) throws IOException
- Throws:
IOException
-
composeProcessResponseProcessResponseNotesComponentInner
protected void composeProcessResponseProcessResponseNotesComponentInner(ProcessResponse.ProcessResponseNotesComponent element) throws IOException
- Throws:
IOException
-
composeProtocol
protected void composeProtocol(String name, Protocol element) throws IOException
- Throws:
IOException
-
composeProtocolInner
protected void composeProtocolInner(Protocol element) throws IOException
- Throws:
IOException
-
composeProtocolProtocolStepComponent
protected void composeProtocolProtocolStepComponent(String name, Protocol.ProtocolStepComponent element) throws IOException
- Throws:
IOException
-
composeProtocolProtocolStepComponentInner
protected void composeProtocolProtocolStepComponentInner(Protocol.ProtocolStepComponent element) throws IOException
- Throws:
IOException
-
composeProtocolProtocolStepPreconditionComponent
protected void composeProtocolProtocolStepPreconditionComponent(String name, Protocol.ProtocolStepPreconditionComponent element) throws IOException
- Throws:
IOException
-
composeProtocolProtocolStepPreconditionComponentInner
protected void composeProtocolProtocolStepPreconditionComponentInner(Protocol.ProtocolStepPreconditionComponent element) throws IOException
- Throws:
IOException
-
composeProtocolProtocolStepPreconditionConditionComponent
protected void composeProtocolProtocolStepPreconditionConditionComponent(String name, Protocol.ProtocolStepPreconditionConditionComponent element) throws IOException
- Throws:
IOException
-
composeProtocolProtocolStepPreconditionConditionComponentInner
protected void composeProtocolProtocolStepPreconditionConditionComponentInner(Protocol.ProtocolStepPreconditionConditionComponent element) throws IOException
- Throws:
IOException
-
composeProtocolProtocolStepActivityComponent
protected void composeProtocolProtocolStepActivityComponent(String name, Protocol.ProtocolStepActivityComponent element) throws IOException
- Throws:
IOException
-
composeProtocolProtocolStepActivityComponentInner
protected void composeProtocolProtocolStepActivityComponentInner(Protocol.ProtocolStepActivityComponent element) throws IOException
- Throws:
IOException
-
composeProtocolProtocolStepActivityComponentComponent
protected void composeProtocolProtocolStepActivityComponentComponent(String name, Protocol.ProtocolStepActivityComponentComponent element) throws IOException
- Throws:
IOException
-
composeProtocolProtocolStepActivityComponentComponentInner
protected void composeProtocolProtocolStepActivityComponentComponentInner(Protocol.ProtocolStepActivityComponentComponent element) throws IOException
- Throws:
IOException
-
composeProtocolProtocolStepActivityDetailComponent
protected void composeProtocolProtocolStepActivityDetailComponent(String name, Protocol.ProtocolStepActivityDetailComponent element) throws IOException
- Throws:
IOException
-
composeProtocolProtocolStepActivityDetailComponentInner
protected void composeProtocolProtocolStepActivityDetailComponentInner(Protocol.ProtocolStepActivityDetailComponent element) throws IOException
- Throws:
IOException
-
composeProtocolProtocolStepNextComponent
protected void composeProtocolProtocolStepNextComponent(String name, Protocol.ProtocolStepNextComponent element) throws IOException
- Throws:
IOException
-
composeProtocolProtocolStepNextComponentInner
protected void composeProtocolProtocolStepNextComponentInner(Protocol.ProtocolStepNextComponent element) throws IOException
- Throws:
IOException
-
composeProvenance
protected void composeProvenance(String name, Provenance element) throws IOException
- Throws:
IOException
-
composeProvenanceInner
protected void composeProvenanceInner(Provenance element) throws IOException
- Throws:
IOException
-
composeProvenanceProvenanceAgentComponent
protected void composeProvenanceProvenanceAgentComponent(String name, Provenance.ProvenanceAgentComponent element) throws IOException
- Throws:
IOException
-
composeProvenanceProvenanceAgentComponentInner
protected void composeProvenanceProvenanceAgentComponentInner(Provenance.ProvenanceAgentComponent element) throws IOException
- Throws:
IOException
-
composeProvenanceProvenanceAgentRelatedAgentComponent
protected void composeProvenanceProvenanceAgentRelatedAgentComponent(String name, Provenance.ProvenanceAgentRelatedAgentComponent element) throws IOException
- Throws:
IOException
-
composeProvenanceProvenanceAgentRelatedAgentComponentInner
protected void composeProvenanceProvenanceAgentRelatedAgentComponentInner(Provenance.ProvenanceAgentRelatedAgentComponent element) throws IOException
- Throws:
IOException
-
composeProvenanceProvenanceEntityComponent
protected void composeProvenanceProvenanceEntityComponent(String name, Provenance.ProvenanceEntityComponent element) throws IOException
- Throws:
IOException
-
composeProvenanceProvenanceEntityComponentInner
protected void composeProvenanceProvenanceEntityComponentInner(Provenance.ProvenanceEntityComponent element) throws IOException
- Throws:
IOException
-
composeQuestionnaire
protected void composeQuestionnaire(String name, Questionnaire element) throws IOException
- Throws:
IOException
-
composeQuestionnaireInner
protected void composeQuestionnaireInner(Questionnaire element) throws IOException
- Throws:
IOException
-
composeQuestionnaireQuestionnaireItemComponent
protected void composeQuestionnaireQuestionnaireItemComponent(String name, Questionnaire.QuestionnaireItemComponent element) throws IOException
- Throws:
IOException
-
composeQuestionnaireQuestionnaireItemComponentInner
protected void composeQuestionnaireQuestionnaireItemComponentInner(Questionnaire.QuestionnaireItemComponent element) throws IOException
- Throws:
IOException
-
composeQuestionnaireQuestionnaireItemEnableWhenComponent
protected void composeQuestionnaireQuestionnaireItemEnableWhenComponent(String name, Questionnaire.QuestionnaireItemEnableWhenComponent element) throws IOException
- Throws:
IOException
-
composeQuestionnaireQuestionnaireItemEnableWhenComponentInner
protected void composeQuestionnaireQuestionnaireItemEnableWhenComponentInner(Questionnaire.QuestionnaireItemEnableWhenComponent element) throws IOException
- Throws:
IOException
-
composeQuestionnaireQuestionnaireItemOptionComponent
protected void composeQuestionnaireQuestionnaireItemOptionComponent(String name, Questionnaire.QuestionnaireItemOptionComponent element) throws IOException
- Throws:
IOException
-
composeQuestionnaireQuestionnaireItemOptionComponentInner
protected void composeQuestionnaireQuestionnaireItemOptionComponentInner(Questionnaire.QuestionnaireItemOptionComponent element) throws IOException
- Throws:
IOException
-
composeQuestionnaireResponse
protected void composeQuestionnaireResponse(String name, QuestionnaireResponse element) throws IOException
- Throws:
IOException
-
composeQuestionnaireResponseInner
protected void composeQuestionnaireResponseInner(QuestionnaireResponse element) throws IOException
- Throws:
IOException
-
composeQuestionnaireResponseQuestionnaireResponseItemComponent
protected void composeQuestionnaireResponseQuestionnaireResponseItemComponent(String name, QuestionnaireResponse.QuestionnaireResponseItemComponent element) throws IOException
- Throws:
IOException
-
composeQuestionnaireResponseQuestionnaireResponseItemComponentInner
protected void composeQuestionnaireResponseQuestionnaireResponseItemComponentInner(QuestionnaireResponse.QuestionnaireResponseItemComponent element) throws IOException
- Throws:
IOException
-
composeQuestionnaireResponseQuestionnaireResponseItemAnswerComponent
protected void composeQuestionnaireResponseQuestionnaireResponseItemAnswerComponent(String name, QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent element) throws IOException
- Throws:
IOException
-
composeQuestionnaireResponseQuestionnaireResponseItemAnswerComponentInner
protected void composeQuestionnaireResponseQuestionnaireResponseItemAnswerComponentInner(QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent element) throws IOException
- Throws:
IOException
-
composeReferralRequest
protected void composeReferralRequest(String name, ReferralRequest element) throws IOException
- Throws:
IOException
-
composeReferralRequestInner
protected void composeReferralRequestInner(ReferralRequest element) throws IOException
- Throws:
IOException
-
composeRelatedPerson
protected void composeRelatedPerson(String name, RelatedPerson element) throws IOException
- Throws:
IOException
-
composeRelatedPersonInner
protected void composeRelatedPersonInner(RelatedPerson element) throws IOException
- Throws:
IOException
-
composeRiskAssessment
protected void composeRiskAssessment(String name, RiskAssessment element) throws IOException
- Throws:
IOException
-
composeRiskAssessmentInner
protected void composeRiskAssessmentInner(RiskAssessment element) throws IOException
- Throws:
IOException
-
composeRiskAssessmentRiskAssessmentPredictionComponent
protected void composeRiskAssessmentRiskAssessmentPredictionComponent(String name, RiskAssessment.RiskAssessmentPredictionComponent element) throws IOException
- Throws:
IOException
-
composeRiskAssessmentRiskAssessmentPredictionComponentInner
protected void composeRiskAssessmentRiskAssessmentPredictionComponentInner(RiskAssessment.RiskAssessmentPredictionComponent element) throws IOException
- Throws:
IOException
-
composeSchedule
protected void composeSchedule(String name, Schedule element) throws IOException
- Throws:
IOException
-
composeScheduleInner
protected void composeScheduleInner(Schedule element) throws IOException
- Throws:
IOException
-
composeSearchParameter
protected void composeSearchParameter(String name, SearchParameter element) throws IOException
- Throws:
IOException
-
composeSearchParameterInner
protected void composeSearchParameterInner(SearchParameter element) throws IOException
- Throws:
IOException
-
composeSearchParameterSearchParameterContactComponent
protected void composeSearchParameterSearchParameterContactComponent(String name, SearchParameter.SearchParameterContactComponent element) throws IOException
- Throws:
IOException
-
composeSearchParameterSearchParameterContactComponentInner
protected void composeSearchParameterSearchParameterContactComponentInner(SearchParameter.SearchParameterContactComponent element) throws IOException
- Throws:
IOException
-
composeSequence
protected void composeSequence(String name, Sequence element) throws IOException
- Throws:
IOException
-
composeSequenceInner
protected void composeSequenceInner(Sequence element) throws IOException
- Throws:
IOException
-
composeSequenceSequenceReferenceSeqComponent
protected void composeSequenceSequenceReferenceSeqComponent(String name, Sequence.SequenceReferenceSeqComponent element) throws IOException
- Throws:
IOException
-
composeSequenceSequenceReferenceSeqComponentInner
protected void composeSequenceSequenceReferenceSeqComponentInner(Sequence.SequenceReferenceSeqComponent element) throws IOException
- Throws:
IOException
-
composeSequenceSequenceVariationComponent
protected void composeSequenceSequenceVariationComponent(String name, Sequence.SequenceVariationComponent element) throws IOException
- Throws:
IOException
-
composeSequenceSequenceVariationComponentInner
protected void composeSequenceSequenceVariationComponentInner(Sequence.SequenceVariationComponent element) throws IOException
- Throws:
IOException
-
composeSequenceSequenceQualityComponent
protected void composeSequenceSequenceQualityComponent(String name, Sequence.SequenceQualityComponent element) throws IOException
- Throws:
IOException
-
composeSequenceSequenceQualityComponentInner
protected void composeSequenceSequenceQualityComponentInner(Sequence.SequenceQualityComponent element) throws IOException
- Throws:
IOException
-
composeSequenceSequenceRepositoryComponent
protected void composeSequenceSequenceRepositoryComponent(String name, Sequence.SequenceRepositoryComponent element) throws IOException
- Throws:
IOException
-
composeSequenceSequenceRepositoryComponentInner
protected void composeSequenceSequenceRepositoryComponentInner(Sequence.SequenceRepositoryComponent element) throws IOException
- Throws:
IOException
-
composeSequenceSequenceStructureVariationComponent
protected void composeSequenceSequenceStructureVariationComponent(String name, Sequence.SequenceStructureVariationComponent element) throws IOException
- Throws:
IOException
-
composeSequenceSequenceStructureVariationComponentInner
protected void composeSequenceSequenceStructureVariationComponentInner(Sequence.SequenceStructureVariationComponent element) throws IOException
- Throws:
IOException
-
composeSequenceSequenceStructureVariationOuterComponent
protected void composeSequenceSequenceStructureVariationOuterComponent(String name, Sequence.SequenceStructureVariationOuterComponent element) throws IOException
- Throws:
IOException
-
composeSequenceSequenceStructureVariationOuterComponentInner
protected void composeSequenceSequenceStructureVariationOuterComponentInner(Sequence.SequenceStructureVariationOuterComponent element) throws IOException
- Throws:
IOException
-
composeSequenceSequenceStructureVariationInnerComponent
protected void composeSequenceSequenceStructureVariationInnerComponent(String name, Sequence.SequenceStructureVariationInnerComponent element) throws IOException
- Throws:
IOException
-
composeSequenceSequenceStructureVariationInnerComponentInner
protected void composeSequenceSequenceStructureVariationInnerComponentInner(Sequence.SequenceStructureVariationInnerComponent element) throws IOException
- Throws:
IOException
-
composeSlot
protected void composeSlot(String name, Slot element) throws IOException
- Throws:
IOException
-
composeSlotInner
protected void composeSlotInner(Slot element) throws IOException
- Throws:
IOException
-
composeSpecimen
protected void composeSpecimen(String name, Specimen element) throws IOException
- Throws:
IOException
-
composeSpecimenInner
protected void composeSpecimenInner(Specimen element) throws IOException
- Throws:
IOException
-
composeSpecimenSpecimenCollectionComponent
protected void composeSpecimenSpecimenCollectionComponent(String name, Specimen.SpecimenCollectionComponent element) throws IOException
- Throws:
IOException
-
composeSpecimenSpecimenCollectionComponentInner
protected void composeSpecimenSpecimenCollectionComponentInner(Specimen.SpecimenCollectionComponent element) throws IOException
- Throws:
IOException
-
composeSpecimenSpecimenTreatmentComponent
protected void composeSpecimenSpecimenTreatmentComponent(String name, Specimen.SpecimenTreatmentComponent element) throws IOException
- Throws:
IOException
-
composeSpecimenSpecimenTreatmentComponentInner
protected void composeSpecimenSpecimenTreatmentComponentInner(Specimen.SpecimenTreatmentComponent element) throws IOException
- Throws:
IOException
-
composeSpecimenSpecimenContainerComponent
protected void composeSpecimenSpecimenContainerComponent(String name, Specimen.SpecimenContainerComponent element) throws IOException
- Throws:
IOException
-
composeSpecimenSpecimenContainerComponentInner
protected void composeSpecimenSpecimenContainerComponentInner(Specimen.SpecimenContainerComponent element) throws IOException
- Throws:
IOException
-
composeStructureDefinition
protected void composeStructureDefinition(String name, StructureDefinition element) throws IOException
- Throws:
IOException
-
composeStructureDefinitionInner
protected void composeStructureDefinitionInner(StructureDefinition element) throws IOException
- Throws:
IOException
-
composeStructureDefinitionStructureDefinitionContactComponent
protected void composeStructureDefinitionStructureDefinitionContactComponent(String name, StructureDefinition.StructureDefinitionContactComponent element) throws IOException
- Throws:
IOException
-
composeStructureDefinitionStructureDefinitionContactComponentInner
protected void composeStructureDefinitionStructureDefinitionContactComponentInner(StructureDefinition.StructureDefinitionContactComponent element) throws IOException
- Throws:
IOException
-
composeStructureDefinitionStructureDefinitionMappingComponent
protected void composeStructureDefinitionStructureDefinitionMappingComponent(String name, StructureDefinition.StructureDefinitionMappingComponent element) throws IOException
- Throws:
IOException
-
composeStructureDefinitionStructureDefinitionMappingComponentInner
protected void composeStructureDefinitionStructureDefinitionMappingComponentInner(StructureDefinition.StructureDefinitionMappingComponent element) throws IOException
- Throws:
IOException
-
composeStructureDefinitionStructureDefinitionSnapshotComponent
protected void composeStructureDefinitionStructureDefinitionSnapshotComponent(String name, StructureDefinition.StructureDefinitionSnapshotComponent element) throws IOException
- Throws:
IOException
-
composeStructureDefinitionStructureDefinitionSnapshotComponentInner
protected void composeStructureDefinitionStructureDefinitionSnapshotComponentInner(StructureDefinition.StructureDefinitionSnapshotComponent element) throws IOException
- Throws:
IOException
-
composeStructureDefinitionStructureDefinitionDifferentialComponent
protected void composeStructureDefinitionStructureDefinitionDifferentialComponent(String name, StructureDefinition.StructureDefinitionDifferentialComponent element) throws IOException
- Throws:
IOException
-
composeStructureDefinitionStructureDefinitionDifferentialComponentInner
protected void composeStructureDefinitionStructureDefinitionDifferentialComponentInner(StructureDefinition.StructureDefinitionDifferentialComponent element) throws IOException
- Throws:
IOException
-
composeStructureMap
protected void composeStructureMap(String name, StructureMap element) throws IOException
- Throws:
IOException
-
composeStructureMapInner
protected void composeStructureMapInner(StructureMap element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapContactComponent
protected void composeStructureMapStructureMapContactComponent(String name, StructureMap.StructureMapContactComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapContactComponentInner
protected void composeStructureMapStructureMapContactComponentInner(StructureMap.StructureMapContactComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapStructureComponent
protected void composeStructureMapStructureMapStructureComponent(String name, StructureMap.StructureMapStructureComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapStructureComponentInner
protected void composeStructureMapStructureMapStructureComponentInner(StructureMap.StructureMapStructureComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapGroupComponent
protected void composeStructureMapStructureMapGroupComponent(String name, StructureMap.StructureMapGroupComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapGroupComponentInner
protected void composeStructureMapStructureMapGroupComponentInner(StructureMap.StructureMapGroupComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapGroupInputComponent
protected void composeStructureMapStructureMapGroupInputComponent(String name, StructureMap.StructureMapGroupInputComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapGroupInputComponentInner
protected void composeStructureMapStructureMapGroupInputComponentInner(StructureMap.StructureMapGroupInputComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapGroupRuleComponent
protected void composeStructureMapStructureMapGroupRuleComponent(String name, StructureMap.StructureMapGroupRuleComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapGroupRuleComponentInner
protected void composeStructureMapStructureMapGroupRuleComponentInner(StructureMap.StructureMapGroupRuleComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapGroupRuleSourceComponent
protected void composeStructureMapStructureMapGroupRuleSourceComponent(String name, StructureMap.StructureMapGroupRuleSourceComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapGroupRuleSourceComponentInner
protected void composeStructureMapStructureMapGroupRuleSourceComponentInner(StructureMap.StructureMapGroupRuleSourceComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapGroupRuleTargetComponent
protected void composeStructureMapStructureMapGroupRuleTargetComponent(String name, StructureMap.StructureMapGroupRuleTargetComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapGroupRuleTargetComponentInner
protected void composeStructureMapStructureMapGroupRuleTargetComponentInner(StructureMap.StructureMapGroupRuleTargetComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapGroupRuleTargetParameterComponent
protected void composeStructureMapStructureMapGroupRuleTargetParameterComponent(String name, StructureMap.StructureMapGroupRuleTargetParameterComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapGroupRuleTargetParameterComponentInner
protected void composeStructureMapStructureMapGroupRuleTargetParameterComponentInner(StructureMap.StructureMapGroupRuleTargetParameterComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapGroupRuleDependentComponent
protected void composeStructureMapStructureMapGroupRuleDependentComponent(String name, StructureMap.StructureMapGroupRuleDependentComponent element) throws IOException
- Throws:
IOException
-
composeStructureMapStructureMapGroupRuleDependentComponentInner
protected void composeStructureMapStructureMapGroupRuleDependentComponentInner(StructureMap.StructureMapGroupRuleDependentComponent element) throws IOException
- Throws:
IOException
-
composeSubscription
protected void composeSubscription(String name, Subscription element) throws IOException
- Throws:
IOException
-
composeSubscriptionInner
protected void composeSubscriptionInner(Subscription element) throws IOException
- Throws:
IOException
-
composeSubscriptionSubscriptionChannelComponent
protected void composeSubscriptionSubscriptionChannelComponent(String name, Subscription.SubscriptionChannelComponent element) throws IOException
- Throws:
IOException
-
composeSubscriptionSubscriptionChannelComponentInner
protected void composeSubscriptionSubscriptionChannelComponentInner(Subscription.SubscriptionChannelComponent element) throws IOException
- Throws:
IOException
-
composeSubstance
protected void composeSubstance(String name, Substance element) throws IOException
- Throws:
IOException
-
composeSubstanceInner
protected void composeSubstanceInner(Substance element) throws IOException
- Throws:
IOException
-
composeSubstanceSubstanceInstanceComponent
protected void composeSubstanceSubstanceInstanceComponent(String name, Substance.SubstanceInstanceComponent element) throws IOException
- Throws:
IOException
-
composeSubstanceSubstanceInstanceComponentInner
protected void composeSubstanceSubstanceInstanceComponentInner(Substance.SubstanceInstanceComponent element) throws IOException
- Throws:
IOException
-
composeSubstanceSubstanceIngredientComponent
protected void composeSubstanceSubstanceIngredientComponent(String name, Substance.SubstanceIngredientComponent element) throws IOException
- Throws:
IOException
-
composeSubstanceSubstanceIngredientComponentInner
protected void composeSubstanceSubstanceIngredientComponentInner(Substance.SubstanceIngredientComponent element) throws IOException
- Throws:
IOException
-
composeSupplyDelivery
protected void composeSupplyDelivery(String name, SupplyDelivery element) throws IOException
- Throws:
IOException
-
composeSupplyDeliveryInner
protected void composeSupplyDeliveryInner(SupplyDelivery element) throws IOException
- Throws:
IOException
-
composeSupplyRequest
protected void composeSupplyRequest(String name, SupplyRequest element) throws IOException
- Throws:
IOException
-
composeSupplyRequestInner
protected void composeSupplyRequestInner(SupplyRequest element) throws IOException
- Throws:
IOException
-
composeSupplyRequestSupplyRequestWhenComponent
protected void composeSupplyRequestSupplyRequestWhenComponent(String name, SupplyRequest.SupplyRequestWhenComponent element) throws IOException
- Throws:
IOException
-
composeSupplyRequestSupplyRequestWhenComponentInner
protected void composeSupplyRequestSupplyRequestWhenComponentInner(SupplyRequest.SupplyRequestWhenComponent element) throws IOException
- Throws:
IOException
-
composeTask
protected void composeTask(String name, Task element) throws IOException
- Throws:
IOException
-
composeTaskInner
protected void composeTaskInner(Task element) throws IOException
- Throws:
IOException
-
composeTaskParameterComponent
protected void composeTaskParameterComponent(String name, Task.ParameterComponent element) throws IOException
- Throws:
IOException
-
composeTaskParameterComponentInner
protected void composeTaskParameterComponentInner(Task.ParameterComponent element) throws IOException
- Throws:
IOException
-
composeTaskTaskOutputComponent
protected void composeTaskTaskOutputComponent(String name, Task.TaskOutputComponent element) throws IOException
- Throws:
IOException
-
composeTaskTaskOutputComponentInner
protected void composeTaskTaskOutputComponentInner(Task.TaskOutputComponent element) throws IOException
- Throws:
IOException
-
composeTestScript
protected void composeTestScript(String name, TestScript element) throws IOException
- Throws:
IOException
-
composeTestScriptInner
protected void composeTestScriptInner(TestScript element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptContactComponent
protected void composeTestScriptTestScriptContactComponent(String name, TestScript.TestScriptContactComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptContactComponentInner
protected void composeTestScriptTestScriptContactComponentInner(TestScript.TestScriptContactComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptOriginComponent
protected void composeTestScriptTestScriptOriginComponent(String name, TestScript.TestScriptOriginComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptOriginComponentInner
protected void composeTestScriptTestScriptOriginComponentInner(TestScript.TestScriptOriginComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptDestinationComponent
protected void composeTestScriptTestScriptDestinationComponent(String name, TestScript.TestScriptDestinationComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptDestinationComponentInner
protected void composeTestScriptTestScriptDestinationComponentInner(TestScript.TestScriptDestinationComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptMetadataComponent
protected void composeTestScriptTestScriptMetadataComponent(String name, TestScript.TestScriptMetadataComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptMetadataComponentInner
protected void composeTestScriptTestScriptMetadataComponentInner(TestScript.TestScriptMetadataComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptMetadataLinkComponent
protected void composeTestScriptTestScriptMetadataLinkComponent(String name, TestScript.TestScriptMetadataLinkComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptMetadataLinkComponentInner
protected void composeTestScriptTestScriptMetadataLinkComponentInner(TestScript.TestScriptMetadataLinkComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptMetadataCapabilityComponent
protected void composeTestScriptTestScriptMetadataCapabilityComponent(String name, TestScript.TestScriptMetadataCapabilityComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptMetadataCapabilityComponentInner
protected void composeTestScriptTestScriptMetadataCapabilityComponentInner(TestScript.TestScriptMetadataCapabilityComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptFixtureComponent
protected void composeTestScriptTestScriptFixtureComponent(String name, TestScript.TestScriptFixtureComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptFixtureComponentInner
protected void composeTestScriptTestScriptFixtureComponentInner(TestScript.TestScriptFixtureComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptVariableComponent
protected void composeTestScriptTestScriptVariableComponent(String name, TestScript.TestScriptVariableComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptVariableComponentInner
protected void composeTestScriptTestScriptVariableComponentInner(TestScript.TestScriptVariableComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptRuleComponent
protected void composeTestScriptTestScriptRuleComponent(String name, TestScript.TestScriptRuleComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptRuleComponentInner
protected void composeTestScriptTestScriptRuleComponentInner(TestScript.TestScriptRuleComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptRuleParamComponent
protected void composeTestScriptTestScriptRuleParamComponent(String name, TestScript.TestScriptRuleParamComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptRuleParamComponentInner
protected void composeTestScriptTestScriptRuleParamComponentInner(TestScript.TestScriptRuleParamComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptRulesetComponent
protected void composeTestScriptTestScriptRulesetComponent(String name, TestScript.TestScriptRulesetComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptRulesetComponentInner
protected void composeTestScriptTestScriptRulesetComponentInner(TestScript.TestScriptRulesetComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptRulesetRuleComponent
protected void composeTestScriptTestScriptRulesetRuleComponent(String name, TestScript.TestScriptRulesetRuleComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptRulesetRuleComponentInner
protected void composeTestScriptTestScriptRulesetRuleComponentInner(TestScript.TestScriptRulesetRuleComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptRulesetRuleParamComponent
protected void composeTestScriptTestScriptRulesetRuleParamComponent(String name, TestScript.TestScriptRulesetRuleParamComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptRulesetRuleParamComponentInner
protected void composeTestScriptTestScriptRulesetRuleParamComponentInner(TestScript.TestScriptRulesetRuleParamComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptSetupComponent
protected void composeTestScriptTestScriptSetupComponent(String name, TestScript.TestScriptSetupComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptSetupComponentInner
protected void composeTestScriptTestScriptSetupComponentInner(TestScript.TestScriptSetupComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptSetupActionComponent
protected void composeTestScriptSetupActionComponent(String name, TestScript.SetupActionComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptSetupActionComponentInner
protected void composeTestScriptSetupActionComponentInner(TestScript.SetupActionComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptSetupActionOperationComponent
protected void composeTestScriptSetupActionOperationComponent(String name, TestScript.SetupActionOperationComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptSetupActionOperationComponentInner
protected void composeTestScriptSetupActionOperationComponentInner(TestScript.SetupActionOperationComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptSetupActionOperationRequestHeaderComponent
protected void composeTestScriptSetupActionOperationRequestHeaderComponent(String name, TestScript.SetupActionOperationRequestHeaderComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptSetupActionOperationRequestHeaderComponentInner
protected void composeTestScriptSetupActionOperationRequestHeaderComponentInner(TestScript.SetupActionOperationRequestHeaderComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptSetupActionAssertComponent
protected void composeTestScriptSetupActionAssertComponent(String name, TestScript.SetupActionAssertComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptSetupActionAssertComponentInner
protected void composeTestScriptSetupActionAssertComponentInner(TestScript.SetupActionAssertComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptSetupActionAssertRuleComponent
protected void composeTestScriptSetupActionAssertRuleComponent(String name, TestScript.SetupActionAssertRuleComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptSetupActionAssertRuleComponentInner
protected void composeTestScriptSetupActionAssertRuleComponentInner(TestScript.SetupActionAssertRuleComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptSetupActionAssertRuleParamComponent
protected void composeTestScriptSetupActionAssertRuleParamComponent(String name, TestScript.SetupActionAssertRuleParamComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptSetupActionAssertRuleParamComponentInner
protected void composeTestScriptSetupActionAssertRuleParamComponentInner(TestScript.SetupActionAssertRuleParamComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptSetupActionAssertRulesetComponent
protected void composeTestScriptSetupActionAssertRulesetComponent(String name, TestScript.SetupActionAssertRulesetComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptSetupActionAssertRulesetComponentInner
protected void composeTestScriptSetupActionAssertRulesetComponentInner(TestScript.SetupActionAssertRulesetComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptSetupActionAssertRulesetRuleComponent
protected void composeTestScriptSetupActionAssertRulesetRuleComponent(String name, TestScript.SetupActionAssertRulesetRuleComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptSetupActionAssertRulesetRuleComponentInner
protected void composeTestScriptSetupActionAssertRulesetRuleComponentInner(TestScript.SetupActionAssertRulesetRuleComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptSetupActionAssertRulesetRuleParamComponent
protected void composeTestScriptSetupActionAssertRulesetRuleParamComponent(String name, TestScript.SetupActionAssertRulesetRuleParamComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptSetupActionAssertRulesetRuleParamComponentInner
protected void composeTestScriptSetupActionAssertRulesetRuleParamComponentInner(TestScript.SetupActionAssertRulesetRuleParamComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptTestComponent
protected void composeTestScriptTestScriptTestComponent(String name, TestScript.TestScriptTestComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptTestComponentInner
protected void composeTestScriptTestScriptTestComponentInner(TestScript.TestScriptTestComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestActionComponent
protected void composeTestScriptTestActionComponent(String name, TestScript.TestActionComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestActionComponentInner
protected void composeTestScriptTestActionComponentInner(TestScript.TestActionComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptTeardownComponent
protected void composeTestScriptTestScriptTeardownComponent(String name, TestScript.TestScriptTeardownComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTestScriptTeardownComponentInner
protected void composeTestScriptTestScriptTeardownComponentInner(TestScript.TestScriptTeardownComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTeardownActionComponent
protected void composeTestScriptTeardownActionComponent(String name, TestScript.TeardownActionComponent element) throws IOException
- Throws:
IOException
-
composeTestScriptTeardownActionComponentInner
protected void composeTestScriptTeardownActionComponentInner(TestScript.TeardownActionComponent element) throws IOException
- Throws:
IOException
-
composeValueSet
protected void composeValueSet(String name, ValueSet element) throws IOException
- Throws:
IOException
-
composeValueSetInner
protected void composeValueSetInner(ValueSet element) throws IOException
- Throws:
IOException
-
composeValueSetValueSetContactComponent
protected void composeValueSetValueSetContactComponent(String name, ValueSet.ValueSetContactComponent element) throws IOException
- Throws:
IOException
-
composeValueSetValueSetContactComponentInner
protected void composeValueSetValueSetContactComponentInner(ValueSet.ValueSetContactComponent element) throws IOException
- Throws:
IOException
-
composeValueSetValueSetComposeComponent
protected void composeValueSetValueSetComposeComponent(String name, ValueSet.ValueSetComposeComponent element) throws IOException
- Throws:
IOException
-
composeValueSetValueSetComposeComponentInner
protected void composeValueSetValueSetComposeComponentInner(ValueSet.ValueSetComposeComponent element) throws IOException
- Throws:
IOException
-
composeValueSetConceptSetComponent
protected void composeValueSetConceptSetComponent(String name, ValueSet.ConceptSetComponent element) throws IOException
- Throws:
IOException
-
composeValueSetConceptSetComponentInner
protected void composeValueSetConceptSetComponentInner(ValueSet.ConceptSetComponent element) throws IOException
- Throws:
IOException
-
composeValueSetConceptReferenceComponent
protected void composeValueSetConceptReferenceComponent(String name, ValueSet.ConceptReferenceComponent element) throws IOException
- Throws:
IOException
-
composeValueSetConceptReferenceComponentInner
protected void composeValueSetConceptReferenceComponentInner(ValueSet.ConceptReferenceComponent element) throws IOException
- Throws:
IOException
-
composeValueSetConceptReferenceDesignationComponent
protected void composeValueSetConceptReferenceDesignationComponent(String name, ValueSet.ConceptReferenceDesignationComponent element) throws IOException
- Throws:
IOException
-
composeValueSetConceptReferenceDesignationComponentInner
protected void composeValueSetConceptReferenceDesignationComponentInner(ValueSet.ConceptReferenceDesignationComponent element) throws IOException
- Throws:
IOException
-
composeValueSetConceptSetFilterComponent
protected void composeValueSetConceptSetFilterComponent(String name, ValueSet.ConceptSetFilterComponent element) throws IOException
- Throws:
IOException
-
composeValueSetConceptSetFilterComponentInner
protected void composeValueSetConceptSetFilterComponentInner(ValueSet.ConceptSetFilterComponent element) throws IOException
- Throws:
IOException
-
composeValueSetValueSetExpansionComponent
protected void composeValueSetValueSetExpansionComponent(String name, ValueSet.ValueSetExpansionComponent element) throws IOException
- Throws:
IOException
-
composeValueSetValueSetExpansionComponentInner
protected void composeValueSetValueSetExpansionComponentInner(ValueSet.ValueSetExpansionComponent element) throws IOException
- Throws:
IOException
-
composeValueSetValueSetExpansionParameterComponent
protected void composeValueSetValueSetExpansionParameterComponent(String name, ValueSet.ValueSetExpansionParameterComponent element) throws IOException
- Throws:
IOException
-
composeValueSetValueSetExpansionParameterComponentInner
protected void composeValueSetValueSetExpansionParameterComponentInner(ValueSet.ValueSetExpansionParameterComponent element) throws IOException
- Throws:
IOException
-
composeValueSetValueSetExpansionContainsComponent
protected void composeValueSetValueSetExpansionContainsComponent(String name, ValueSet.ValueSetExpansionContainsComponent element) throws IOException
- Throws:
IOException
-
composeValueSetValueSetExpansionContainsComponentInner
protected void composeValueSetValueSetExpansionContainsComponentInner(ValueSet.ValueSetExpansionContainsComponent element) throws IOException
- Throws:
IOException
-
composeVisionPrescription
protected void composeVisionPrescription(String name, VisionPrescription element) throws IOException
- Throws:
IOException
-
composeVisionPrescriptionInner
protected void composeVisionPrescriptionInner(VisionPrescription element) throws IOException
- Throws:
IOException
-
composeVisionPrescriptionVisionPrescriptionDispenseComponent
protected void composeVisionPrescriptionVisionPrescriptionDispenseComponent(String name, VisionPrescription.VisionPrescriptionDispenseComponent element) throws IOException
- Throws:
IOException
-
composeVisionPrescriptionVisionPrescriptionDispenseComponentInner
protected void composeVisionPrescriptionVisionPrescriptionDispenseComponentInner(VisionPrescription.VisionPrescriptionDispenseComponent element) throws IOException
- Throws:
IOException
-
composeResource
protected void composeResource(Resource resource) throws IOException
- Specified by:
composeResourcein classJsonParserBase- Throws:
IOException
-
composeNamedReference
protected void composeNamedReference(String name, Resource resource) throws IOException
- Throws:
IOException
-
composeType
protected void composeType(String prefix, Type type) throws IOException
- Specified by:
composeTypein classJsonParserBase- Throws:
IOException
-
composeTypeInner
protected void composeTypeInner(Type type) throws IOException
- Specified by:
composeTypeInnerin classJsonParserBase- Throws:
IOException
-
-