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 HL7CX extends HealthCloudGA.HL7.Entity {
global String CX_1 {
get;
set;
}
global HealthCloudGA.HL7CWE CX_10 {
get;
set;
}
global String CX_2 {
get;
set;
}
global String CX_3 {
get;
set;
}
global HealthCloudGA.HL7HD CX_4 {
get;
set;
}
global String CX_5 {
get;
set;
}
global HealthCloudGA.HL7HD CX_6 {
get;
set;
}
global HealthCloudGA.HL7DateTime CX_7 {
get;
set;
}
global HealthCloudGA.HL7DateTime CX_8 {
get;
set;
}
global HealthCloudGA.HL7CWE CX_9 {
get;
set;
}
global HL7CX() {
}
global override void setDefaultFieldValue(Object value) {
}
}
|