ACPI _DSM method

I have a requirement to read the platform Id string from
ACPI tables. I can successfully read it using
AuxKLibxxxx
but the spec requires me to do the same using
ACPI _DSM.

So far I am not finding any helpful docs/samples.