Skip to content

"mode" in Participation class should be optional #23

@btan

Description

@btan

The mode attribute in the constructor for the class Participation should be optional , as specified in http://www.openehr.org/releases/RM/Release-1.0.3/docs/common/common.html#_participation_class
public Participation(
@Attribute(name = "mode", required = true)DvCodedText mode,
..

->
public Participation(
@Attribute(name = "mode")DvCodedText mode,
..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions