Skip to main content

Ens.ServiceRegistry.Schema

Information about the schema(s) that describe a service or web method Reference to a description for a service, e.g. a WSDL

Property Inventory

Properties

property Content as %String);
Literal copy of schema definition content; filled if Ref="local"
Property methods: ContentDisplayToLogical(), ContentGet(), ContentIsValid(), ContentLogicalToDisplay(), ContentLogicalToOdbc(), ContentNormalize(), ContentSet()
property Notes as %String);
Property methods: NotesDisplayToLogical(), NotesGet(), NotesIsValid(), NotesLogicalToDisplay(), NotesLogicalToOdbc(), NotesNormalize(), NotesSet()
property Ref as %String);
Reference to the schema definition. Could be a URL, VDoc Category (eg. "HIPAA_5010"), or "local"
Property methods: RefDisplayToLogical(), RefGet(), RefIsValid(), RefLogicalToDisplay(), RefLogicalToOdbc(), RefNormalize(), RefSet()
property Thumbnail as %String);
Literal fragment of schema definition content
Property methods: ThumbnailDisplayToLogical(), ThumbnailGet(), ThumbnailIsValid(), ThumbnailLogicalToDisplay(), ThumbnailLogicalToOdbc(), ThumbnailNormalize(), ThumbnailSet()
property Type as %String (MAXLEN = 64);
Type of schema: WSDL,XSD,HL7,SEF,X12,AST,EDF,etc.
Property methods: TypeDisplayToLogical(), TypeGet(), TypeIsValid(), TypeLogicalToDisplay(), TypeLogicalToOdbc(), TypeNormalize(), TypeSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab