Documentation
¶
Overview ¶
Package json generated code for (un)marshalling FHIR reosurces to and from XML.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NamespaceFHIR = "http://hl7.org/fhir" NamespaceXHTML = "http://www.w3.org/1999/xhtml" )
Functions ¶
This section is empty.
Types ¶
type MarshalGenerator ¶
type MarshalGenerator struct {
generate.NoOpGenerator
}
func (MarshalGenerator) GenerateAdditional ¶
func (g MarshalGenerator) GenerateAdditional(f func(fileName string, pkgName string) *File, release string, rt []ir.ResourceOrType)
func (MarshalGenerator) GenerateType ¶
func (g MarshalGenerator) GenerateType(f *File, rt ir.ResourceOrType) bool
type UnmarshalGenerator ¶
type UnmarshalGenerator struct {
generate.NoOpGenerator
}
func (UnmarshalGenerator) GenerateAdditional ¶
func (g UnmarshalGenerator) GenerateAdditional(f func(fileName string, pkgName string) *File, release string, rt []ir.ResourceOrType)
func (UnmarshalGenerator) GenerateType ¶
func (g UnmarshalGenerator) GenerateType(f *File, rt ir.ResourceOrType) bool
Click to show internal directories.
Click to hide internal directories.