HL7AL1

Print
Apex classe Details
Name HL7AL1
Label HealthCloudGA.HL7AL1
Namespace Prefix HealthCloudGA
Status Active
Api Version 60
Apex Code
/*
This file is generated and isn't the actual source code for this
managed global class.
This read-only file shows the class's global constructors,
methods, variables, and properties.
To enable code to compile, all methods return null.
*/
global virtual class HL7AL1 extends HealthCloudGA.HL7.Entity {
    global String AL1_1 {
        get;
        set;
    }
    global HealthCloudGA.HL7CWE AL1_2 {
        get;
        set;
    }
    global HealthCloudGA.HL7CWE AL1_3 {
        get;
        set;
    }
    global HealthCloudGA.HL7CWE AL1_4 {
        get;
        set;
    }
    global List<String> AL1_5 {
        get;
        set;
    }
    global HealthCloudGA.HL7DateTime AL1_6 {
        get;
        set;
    }
    global HL7AL1() {

    }
    global override void setDefaultFieldValue(Object value) {

    }
}