node_id is compulsory in all C_OBJECT subclasses

Yet C_PRIMITIVE_OBJECT objects will not normally
have any node id (i.e. at code) set in the ADL? What
value should they use?

Andrew

Andrew Patterson wrote:

Yet C_PRIMITIVE_OBJECT objects will not normally
have any node id (i.e. at code) set in the ADL? What
value should they use?

Andrew
_______________________________________________
openEHR-implementers mailing list
openEHR-implementers@openehr.org
http://lists.chime.ucl.ac.uk/mailman/listinfo/openehr-implementers

In the software we set it to "unknown".

- thomas beale

In the software we set it to "unknown".

should this value go into the ADL XML representation? The
node_id is compulsory in the xml schema now so it
needs some value.

Andrew

Andrew Patterson wrote:

In the software we set it to "unknown".
    
yes, we probably should do that. I suspect a better option would be to
allow empty string values rather than "unknown", which is in any case
English-specific.

- thomas