Skip to main content

HS.FHIRServer.API.Data.Response

serial class HS.FHIRServer.API.Data.Response extends %Library.SerialObject, %XML.Adaptor

Property Inventory

Properties

property ContentLocation as %String);
HTTP Content-Location header (https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.14)
Property methods: ContentLocationDisplayToLogical(), ContentLocationGet(), ContentLocationIsValid(), ContentLocationLogicalToDisplay(), ContentLocationLogicalToOdbc(), ContentLocationNormalize(), ContentLocationSet()
property ETag as %String (MAXLEN = 128);
HTTP ETag header (https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.19, http://hl7.org/fhir/http.html)
Property methods: ETagDisplayToLogical(), ETagGet(), ETagIsValid(), ETagLogicalToDisplay(), ETagLogicalToOdbc(), ETagNormalize(), ETagSet()
property Id as %String);
Resource id. Length restriction will be enforced elsewhere by schema-based validation on id data type.
Property methods: IdDisplayToLogical(), IdGet(), IdIsValid(), IdLogicalToDisplay(), IdLogicalToOdbc(), IdNormalize(), IdSet()
property IsPrettyOut as %Boolean;
True if output is to be formatted (_pretty=true)
Property methods: IsPrettyOutDisplayToLogical(), IsPrettyOutGet(), IsPrettyOutIsValid(), IsPrettyOutLogicalToDisplay(), IsPrettyOutLogicalToXSD(), IsPrettyOutNormalize(), IsPrettyOutSet(), IsPrettyOutXSDToLogical()
property Json [ Transient ];
JSON Response object Note: This is not typed as a %DynamicObject because IRIS automatically creates an empty one which we do not want.
Property methods: JsonDisplayToLogical(), JsonGet(), JsonIsValid(), JsonLogicalToDisplay(), JsonLogicalToOdbc(), JsonNormalize(), JsonSet()
property LastModified as %String;
HTTP Last-Modified header (https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.29, http://hl7.org/fhir/http.html)
Property methods: LastModifiedDisplayToLogical(), LastModifiedGet(), LastModifiedIsValid(), LastModifiedLogicalToDisplay(), LastModifiedLogicalToOdbc(), LastModifiedNormalize(), LastModifiedSet()
property Location as %String);
HTTP Location header (https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.30, http://hl7.org/fhir/http.html)
Property methods: LocationDisplayToLogical(), LocationGet(), LocationIsValid(), LocationLogicalToDisplay(), LocationLogicalToOdbc(), LocationNormalize(), LocationSet()
property ResponseFormatCode as %String;
Format code requested for the response ($$$FHIRContentCodeJSON or $$$FHIRContentCodeXML)
Property methods: ResponseFormatCodeDisplayToLogical(), ResponseFormatCodeGet(), ResponseFormatCodeIsValid(), ResponseFormatCodeLogicalToDisplay(), ResponseFormatCodeLogicalToOdbc(), ResponseFormatCodeNormalize(), ResponseFormatCodeSet()
property Status as %String (MAXLEN = 256);
HTTP Status code
Property methods: StatusDisplayToLogical(), StatusGet(), StatusIsValid(), StatusLogicalToDisplay(), StatusLogicalToOdbc(), StatusNormalize(), StatusSet()
property VId as %String);
Resource version id. Length restriction will be enforced elsewhere by schema-based validation on id data type.
Property methods: VIdDisplayToLogical(), VIdGet(), VIdIsValid(), VIdLogicalToDisplay(), VIdLogicalToOdbc(), VIdNormalize(), VIdSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab